Title: [89667] trunk/LayoutTests
Revision
89667
Author
tk...@chromium.org
Date
2011-06-24 04:52:23 -0700 (Fri, 24 Jun 2011)

Log Message

2011-06-24  Kent Tamura  <tk...@chromium.org>

        Remove an _javascript_ error in media-controls-clone.html.
        https://bugs.webkit.org/show_bug.cgi?id=63195

        * media/media-controls-clone.html: Remove run() call.
        * platform/chromium-mac/media/media-controls-clone-expected.txt: Remove an error message.
        * platform/chromium-win/media/media-controls-clone-expected.txt: ditto.
        * platform/mac/media/media-controls-clone-expected.txt: ditto.
        * platform/win/media/media-controls-clone-expected.txt: ditto.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (89666 => 89667)


--- trunk/LayoutTests/ChangeLog	2011-06-24 11:47:36 UTC (rev 89666)
+++ trunk/LayoutTests/ChangeLog	2011-06-24 11:52:23 UTC (rev 89667)
@@ -1,3 +1,14 @@
+2011-06-24  Kent Tamura  <tk...@chromium.org>
+
+        Remove an _javascript_ error in media-controls-clone.html.
+        https://bugs.webkit.org/show_bug.cgi?id=63195
+
+        * media/media-controls-clone.html: Remove run() call.
+        * platform/chromium-mac/media/media-controls-clone-expected.txt: Remove an error message.
+        * platform/chromium-win/media/media-controls-clone-expected.txt: ditto.
+        * platform/mac/media/media-controls-clone-expected.txt: ditto.
+        * platform/win/media/media-controls-clone-expected.txt: ditto.
+
 2011-06-24  Pavel Feldman  <pfeld...@google.com>
 
         Not reviewed: uncommenting chromium devtools tests.

Modified: trunk/LayoutTests/media/media-controls-clone.html (89666 => 89667)


--- trunk/LayoutTests/media/media-controls-clone.html	2011-06-24 11:47:36 UTC (rev 89666)
+++ trunk/LayoutTests/media/media-controls-clone.html	2011-06-24 11:52:23 UTC (rev 89667)
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!-- This should be converted to a reftest in the future. -->
-<body _onload_="run()">
+<body>
 <!-- 
   There are two pairs of <video> and <audio> with controls.
   These pairs should have identical appearance.

Modified: trunk/LayoutTests/platform/chromium-mac/media/media-controls-clone-expected.txt (89666 => 89667)


--- trunk/LayoutTests/platform/chromium-mac/media/media-controls-clone-expected.txt	2011-06-24 11:47:36 UTC (rev 89666)
+++ trunk/LayoutTests/platform/chromium-mac/media/media-controls-clone-expected.txt	2011-06-24 11:52:23 UTC (rev 89667)
@@ -1,4 +1,3 @@
-CONSOLE MESSAGE: line 3: Uncaught ReferenceError: run is not defined
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
 layer at (0,0) size 800x324

Modified: trunk/LayoutTests/platform/chromium-win/media/media-controls-clone-expected.txt (89666 => 89667)


--- trunk/LayoutTests/platform/chromium-win/media/media-controls-clone-expected.txt	2011-06-24 11:47:36 UTC (rev 89666)
+++ trunk/LayoutTests/platform/chromium-win/media/media-controls-clone-expected.txt	2011-06-24 11:52:23 UTC (rev 89667)
@@ -1,4 +1,3 @@
-CONSOLE MESSAGE: line 3: Uncaught ReferenceError: run is not defined
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
 layer at (0,0) size 800x326

Modified: trunk/LayoutTests/platform/mac/media/media-controls-clone-expected.txt (89666 => 89667)


--- trunk/LayoutTests/platform/mac/media/media-controls-clone-expected.txt	2011-06-24 11:47:36 UTC (rev 89666)
+++ trunk/LayoutTests/platform/mac/media/media-controls-clone-expected.txt	2011-06-24 11:52:23 UTC (rev 89667)
@@ -1,4 +1,3 @@
-CONSOLE MESSAGE: line 3: ReferenceError: Can't find variable: run
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
 layer at (0,0) size 800x324

Modified: trunk/LayoutTests/platform/win/media/media-controls-clone-expected.txt (89666 => 89667)


--- trunk/LayoutTests/platform/win/media/media-controls-clone-expected.txt	2011-06-24 11:47:36 UTC (rev 89666)
+++ trunk/LayoutTests/platform/win/media/media-controls-clone-expected.txt	2011-06-24 11:52:23 UTC (rev 89667)
@@ -1,4 +1,3 @@
-CONSOLE MESSAGE: line 3: ReferenceError: Can't find variable: run
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
 layer at (0,0) size 800x324
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to