Title: [151993] trunk/LayoutTests
Revision
151993
Author
[email protected]
Date
2013-06-26 09:28:49 -0700 (Wed, 26 Jun 2013)

Log Message

editing/selection/doubleclick-crash.html can be flaky
https://bugs.webkit.org/show_bug.cgi?id=118017

Reviewed by Jessie Berlin.

Merge https://chromium.googlesource.com/chromium/blink/+/45ac882064589ac41a63762905f0618fc035cd44.

* editing/selection/doubleclick-crash.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (151992 => 151993)


--- trunk/LayoutTests/ChangeLog	2013-06-26 16:05:23 UTC (rev 151992)
+++ trunk/LayoutTests/ChangeLog	2013-06-26 16:28:49 UTC (rev 151993)
@@ -1,3 +1,14 @@
+2013-06-26  Ryosuke Niwa  <[email protected]>
+
+        editing/selection/doubleclick-crash.html can be flaky
+        https://bugs.webkit.org/show_bug.cgi?id=118017
+
+        Reviewed by Jessie Berlin.
+
+        Merge https://chromium.googlesource.com/chromium/blink/+/45ac882064589ac41a63762905f0618fc035cd44.
+
+        * editing/selection/doubleclick-crash.html:
+
 2013-06-26  Christophe Dumez  <[email protected]>
 
         Get rid of multiple inheritence for SVGViewElement interface

Modified: trunk/LayoutTests/editing/selection/doubleclick-crash.html (151992 => 151993)


--- trunk/LayoutTests/editing/selection/doubleclick-crash.html	2013-06-26 16:05:23 UTC (rev 151992)
+++ trunk/LayoutTests/editing/selection/doubleclick-crash.html	2013-06-26 16:28:49 UTC (rev 151993)
@@ -39,7 +39,7 @@
     window.setTimeout(step1, 1);
 }
 
-step0();
+window._onload_ = step0();
 testRunner.waitUntilDone();
 </script>
 </head>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to