Title: [152617] trunk/LayoutTests
Revision
152617
Author
[email protected]
Date
2013-07-14 17:35:07 -0700 (Sun, 14 Jul 2013)

Log Message

apply-style-command-crash.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=118634

Reviewed by Andreas Kling.
        
Merge https://chromium.googlesource.com/chromium/blink/+/a30dad44ded92d24ed56761434cf6041688659a0.

Also replace CRLF to LF and get rid of svn:executable.

* editing/execCommand/apply-style-command-crash.html:

Modified Paths

Property Changed

Diff

Modified: trunk/LayoutTests/ChangeLog (152616 => 152617)


--- trunk/LayoutTests/ChangeLog	2013-07-14 14:49:38 UTC (rev 152616)
+++ trunk/LayoutTests/ChangeLog	2013-07-15 00:35:07 UTC (rev 152617)
@@ -1,3 +1,38 @@
+2013-07-14  Ryosuke Niwa  <[email protected]>
+
+        apply-style-command-crash.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=118634
+
+        Reviewed by Andreas Kling.
+        
+        Merge https://chromium.googlesource.com/chromium/blink/+/a30dad44ded92d24ed56761434cf6041688659a0.
+
+        Also replace CRLF to LF and get rid of svn:executable.
+
+        * editing/execCommand/apply-style-command-crash.html:
+
+2013-07-14  Ryosuke Niwa  <[email protected]>
+
+        apply-style-command-crash.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=118634
+
+        Reviewed by Andreas Kling.
+        
+        Merge https://chromium.googlesource.com/chromium/blink/+/a30dad44ded92d24ed56761434cf6041688659a0.
+
+        * editing/execCommand/apply-style-command-crash.html:
+
+2013-07-14  Ryosuke Niwa  <[email protected]>
+
+        apply-style-command-crash.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=118634
+
+        Reviewed by Andreas Kling.
+        
+        Merge https://chromium.googlesource.com/chromium/blink/+/a30dad44ded92d24ed56761434cf6041688659a0.
+
+        * editing/execCommand/apply-style-command-crash.html:
+
 2013-07-13  Joone Hur  <[email protected]>
 
         Caret should respect text background color

Modified: trunk/LayoutTests/editing/execCommand/apply-style-command-crash.html (152616 => 152617)


--- trunk/LayoutTests/editing/execCommand/apply-style-command-crash.html	2013-07-14 14:49:38 UTC (rev 152616)
+++ trunk/LayoutTests/editing/execCommand/apply-style-command-crash.html	2013-07-15 00:35:07 UTC (rev 152617)
@@ -1,34 +1,32 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-if (window.testRunner) {
-    testRunner.dumpAsText();
-    testRunner.waitUntilDone();
-}
-
-_onload_ = function() {
-    x.innerHTML += '';
-}
-
-setTimeout(function() {
-    document.designMode = 'on';
-    document.execCommand('selectall');
-    document.execCommand('bold');
-    document.body.offsetTop;
-    document.body.innerHTML = "PASS. WebKit didn't crash";
-    if (window.testRunner)
-        testRunner.notifyDone();
-}, 0)
-</script>
-</head>
-<body>
-<div id="x">
-<iframe src=""
-<div>
-<input></input>
-</div>
-</ul>
-</body>
-</html>
-
+<!DOCTYPE html>
+<html>
+<head>
+<script>
+if (window.testRunner) {
+    testRunner.dumpAsText();
+    testRunner.waitUntilDone();
+}
+
+_onload_ = function() {
+    x.innerHTML += '';
+
+    document.designMode = 'on';
+    document.execCommand('selectall');
+    document.execCommand('bold');
+    document.body.offsetTop;
+    document.body.innerHTML = "PASS. WebKit didn't crash";
+    if (window.testRunner)
+        testRunner.notifyDone();
+}
+</script>
+</head>
+<body>
+<div id="x">
+<iframe src=""
+<div>
+<input></input>
+</div>
+</ul>
+</body>
+</html>
+
Property changes on: trunk/LayoutTests/editing/execCommand/apply-style-command-crash.html
___________________________________________________________________

Deleted: svn:executable

_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to