Title: [98425] trunk/LayoutTests
Revision
98425
Author
[email protected]
Date
2011-10-25 19:12:22 -0700 (Tue, 25 Oct 2011)

Log Message

Fix ad hoc test.

unreviewed.

* fast/canvas/webgl/gl-teximage.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (98424 => 98425)


--- trunk/LayoutTests/ChangeLog	2011-10-26 02:11:33 UTC (rev 98424)
+++ trunk/LayoutTests/ChangeLog	2011-10-26 02:12:22 UTC (rev 98425)
@@ -1,3 +1,11 @@
+2011-10-25  Erik Arvidsson  <[email protected]>
+
+        Fix ad hoc test.
+
+        unreviewed.
+
+        * fast/canvas/webgl/gl-teximage.html:
+
 2011-10-25  Chris Fleizach  <[email protected]>
 
         AX: WebKit does not expose HTML label for slider elements

Modified: trunk/LayoutTests/fast/canvas/webgl/gl-teximage.html (98424 => 98425)


--- trunk/LayoutTests/fast/canvas/webgl/gl-teximage.html	2011-10-26 02:11:33 UTC (rev 98424)
+++ trunk/LayoutTests/fast/canvas/webgl/gl-teximage.html	2011-10-26 02:12:22 UTC (rev 98425)
@@ -4,6 +4,7 @@
 <head>
 <title>WebGL texImage2D conformance test.</title>
 <script src=""
+<script src=""
 <script src="" </script>
 <script src="" </script>
 </head>
@@ -393,11 +394,9 @@
   checkPixelRange(buf, middle, center, [ 255, 0, 0, 255 ], 10);
 
   debug("");
-  shouldBeTrue("successfullyParsed");
-  debug('<br /><span class="pass">TEST COMPLETE</span>');
-  if (window.layoutTestController)
-    layoutTestController.notifyDone();
+  isSuccessfullyParsed();
 }
+
 </script>
 </body>
 </html>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to