Title: [96510] trunk/LayoutTests
Revision
96510
Author
[email protected]
Date
2011-10-03 09:19:59 -0700 (Mon, 03 Oct 2011)

Log Message

Fix typo causing race condition in this test.

* svg/as-object/embedded-svg-immediate-offsetWidth-query.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (96509 => 96510)


--- trunk/LayoutTests/ChangeLog	2011-10-03 16:19:06 UTC (rev 96509)
+++ trunk/LayoutTests/ChangeLog	2011-10-03 16:19:59 UTC (rev 96510)
@@ -1,3 +1,9 @@
+2011-10-03  Adam Barth  <[email protected]>
+
+        Fix typo causing race condition in this test.
+
+        * svg/as-object/embedded-svg-immediate-offsetWidth-query.html:
+
 2011-10-03  Konstantin Scheglov  <[email protected]>
 
         Right border missing from table with colspan and collapsing border

Modified: trunk/LayoutTests/svg/as-object/embedded-svg-immediate-offsetWidth-query.html (96509 => 96510)


--- trunk/LayoutTests/svg/as-object/embedded-svg-immediate-offsetWidth-query.html	2011-10-03 16:19:06 UTC (rev 96509)
+++ trunk/LayoutTests/svg/as-object/embedded-svg-immediate-offsetWidth-query.html	2011-10-03 16:19:59 UTC (rev 96510)
@@ -26,7 +26,7 @@
 
 <script>
     if (window.layoutTestController)
-        layoutTestController.notifyDone();
+        layoutTestController.waitUntilDone();
 
     description("Tests that querying offsetWidth twice leads to the same result - no red background should be visible.");
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to