Title: [107349] trunk/LayoutTests
Revision
107349
Author
[email protected]
Date
2012-02-09 20:14:57 -0800 (Thu, 09 Feb 2012)

Log Message

Unreviewed attempt to fix a test flakiness.

* editing/spelling/spelling-marker-description.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (107348 => 107349)


--- trunk/LayoutTests/ChangeLog	2012-02-10 03:48:54 UTC (rev 107348)
+++ trunk/LayoutTests/ChangeLog	2012-02-10 04:14:57 UTC (rev 107349)
@@ -1,3 +1,9 @@
+2012-02-09  MORITA Hajime  <[email protected]>
+
+        Unreviewed attempt to fix a test flakiness.
+
+        * editing/spelling/spelling-marker-description.html:
+
 2012-02-09  James Robinson  <[email protected]>
 
         [chromium] Unreviewed expectation followup for r107329

Modified: trunk/LayoutTests/editing/spelling/spelling-marker-description.html (107348 => 107349)


--- trunk/LayoutTests/editing/spelling/spelling-marker-description.html	2012-02-10 03:48:54 UTC (rev 107348)
+++ trunk/LayoutTests/editing/spelling/spelling-marker-description.html	2012-02-10 04:14:57 UTC (rev 107349)
@@ -25,6 +25,7 @@
     }
 
     var texts = destination.childNodes;
+    var markedText = null;
     for (var i = 0; i < texts.length; ++i) {
         if (internals.markerCountForNode(texts[i], "spelling")) { 
             markedText = internals.markerRangeForNode(texts[i], "spelling", 0).toString();
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to