Changeset 62173 in webkit


Ignore:
Timestamp:
Jun 30, 2010 2:46:01 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-06-30 Eric Seidel <eric@webkit.org>

Unreviewed. Just updating test expectations.

HTMLTokenizer needs EndOfFile support
https://bugs.webkit.org/show_bug.cgi?id=41344

Update results after EndOfFile support.
The final pump will always have one character,
which is the EOF character.

  • inspector/timeline-parse-html-expected.txt:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r62168 r62173  
     12010-06-30  Eric Seidel  <eric@webkit.org>
     2
     3        Unreviewed.  Just updating test expectations.
     4
     5        HTMLTokenizer needs EndOfFile support
     6        https://bugs.webkit.org/show_bug.cgi?id=41344
     7
     8        Update results after EndOfFile support.
     9        The final pump will always have one character,
     10        which is the EOF character.
     11
     12        * inspector/timeline-parse-html-expected.txt:
     13
    1142010-06-29  Eric Seidel  <eric@webkit.org>
    215
  • trunk/LayoutTests/inspector/timeline-parse-html-expected.txt

    r61637 r62173  
    1919    startTime : <number>
    2020    data : {
    21         length : 0
     21        length : 1
    2222        startLine : 0
    2323        endLine : 0
  • trunk/LayoutTests/platform/chromium-win/inspector/timeline-parse-html-expected.txt

    r61652 r62173  
    2121    stackTrace : <object>
    2222    data : {
    23         length : 0
     23        length : 1
    2424        startLine : 0
    2525        endLine : 0
Note: See TracChangeset for help on using the changeset viewer.