Changeset 60900 in webkit


Ignore:
Timestamp:
Jun 9, 2010 10:49:48 AM (14 years ago)
Author:
abarth@webkit.org
Message:

2010-06-09 Tony Gentilcore <tonyg@chromium.org>

Reviewed by Adam Barth.

video-timeupdate-duringplayback.html missing closing angle
https://bugs.webkit.org/show_bug.cgi?id=40311

This patch removes invalid markup from video-timeupdate-during-playback.html
because that is not the point of that test. It adds a new test with
the same markup to webkit01.dat. New test fails with --html5-parser.

  • html5lib/resources/webkit01.dat:
  • media/video-timeupdate-during-playback.html:
Location:
trunk/LayoutTests
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r60899 r60900  
     12010-06-09  Tony Gentilcore  <tonyg@chromium.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        video-timeupdate-duringplayback.html missing closing angle
     6        https://bugs.webkit.org/show_bug.cgi?id=40311
     7
     8        This patch removes invalid markup from video-timeupdate-during-playback.html
     9        because that is not the point of that test. It adds a new test with
     10        the same markup to webkit01.dat. New test fails with --html5-parser.
     11
     12        * html5lib/resources/webkit01.dat:
     13        * media/video-timeupdate-during-playback.html:
     14
    1152010-06-09  Eric Seidel  <eric@webkit.org>
    216
  • trunk/LayoutTests/html5lib/resources/webkit01.dat

    r60827 r60900  
    178178|       <img>
    179179|       <img>
     180
     181#data
     182<p>Test</p<p>Test2</p>
     183#errors
     184#document
     185| <html>
     186|   <head>
     187|   <body>
     188|     <p>
     189|       "Test"
     190|       "Test2"
  • trunk/LayoutTests/html5lib/runner-expected.txt

    r60786 r60900  
    400400resources/webkit01.dat:
    40140113
     40215
    402403
    403404resources/doctype01.dat:
  • trunk/LayoutTests/html5lib/webkit-resumer-expected.txt

    r60465 r60900  
    165165522.6
    166166523.7
     167549.1
     168550.2
     169551.3
     170552.4
     171553.5
     172554.6
     173555.7
     174556.8
     175557.9
     176558.10
     177559.11
     178560.12
     179561.13
     180562.14
     181563.15
     182564.16
     183565.17
     184566.18
     185567.19
     186568.20
     187569.21
  • trunk/LayoutTests/media/video-timeupdate-during-playback.html

    r48539 r60900  
    66    <p>
    77    Test 'timeupdate' events are posted while playing but not while paused.
    8     </p
     8    </p>
    99    <script src=media-file.js></script>
    1010    <script src=video-test.js></script>
Note: See TracChangeset for help on using the changeset viewer.