Changeset 89667 in webkit
- Timestamp:
- Jun 24, 2011, 4:52:23 AM (14 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r89665 r89667 1 2011-06-24 Kent Tamura <tkent@chromium.org> 2 3 Remove an JavaScript error in media-controls-clone.html. 4 https://bugs.webkit.org/show_bug.cgi?id=63195 5 6 * media/media-controls-clone.html: Remove run() call. 7 * platform/chromium-mac/media/media-controls-clone-expected.txt: Remove an error message. 8 * platform/chromium-win/media/media-controls-clone-expected.txt: ditto. 9 * platform/mac/media/media-controls-clone-expected.txt: ditto. 10 * platform/win/media/media-controls-clone-expected.txt: ditto. 11 1 12 2011-06-24 Pavel Feldman <pfeldman@google.com> 2 13 -
trunk/LayoutTests/media/media-controls-clone.html
r89116 r89667 1 1 <!DOCTYPE html> 2 2 <!-- This should be converted to a reftest in the future. --> 3 <body onload="run()">3 <body> 4 4 <!-- 5 5 There are two pairs of <video> and <audio> with controls. -
trunk/LayoutTests/platform/chromium-mac/media/media-controls-clone-expected.txt
r89331 r89667 1 CONSOLE MESSAGE: line 3: Uncaught ReferenceError: run is not defined2 1 layer at (0,0) size 800x600 3 2 RenderView at (0,0) size 800x600 -
trunk/LayoutTests/platform/chromium-win/media/media-controls-clone-expected.txt
r89331 r89667 1 CONSOLE MESSAGE: line 3: Uncaught ReferenceError: run is not defined2 1 layer at (0,0) size 800x600 3 2 RenderView at (0,0) size 800x600 -
trunk/LayoutTests/platform/mac/media/media-controls-clone-expected.txt
r89411 r89667 1 CONSOLE MESSAGE: line 3: ReferenceError: Can't find variable: run2 1 layer at (0,0) size 800x600 3 2 RenderView at (0,0) size 800x600 -
trunk/LayoutTests/platform/win/media/media-controls-clone-expected.txt
r89519 r89667 1 CONSOLE MESSAGE: line 3: ReferenceError: Can't find variable: run2 1 layer at (0,0) size 800x600 3 2 RenderView at (0,0) size 800x600
Note:
See TracChangeset
for help on using the changeset viewer.