Title: [203255] trunk/LayoutTests
Revision
203255
Author
bfulg...@apple.com
Date
2016-07-14 16:45:41 -0700 (Thu, 14 Jul 2016)

Log Message

Merge Blink test case
https://bugs.webkit.org/show_bug.cgi?id=116507

Patch is from a Blink change (patch by <o...@chromium.org>):
<https://chromium.googlesource.com/chromium/blink/+/6598fc75a7260643ecfc42856ef24bcf96380443>

* compositing/iframes/crash-mouse-event-expected.txt: Added.
* compositing/iframes/crash-mouse-event.html: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (203254 => 203255)


--- trunk/LayoutTests/ChangeLog	2016-07-14 23:38:13 UTC (rev 203254)
+++ trunk/LayoutTests/ChangeLog	2016-07-14 23:45:41 UTC (rev 203255)
@@ -1,5 +1,16 @@
 2016-07-14  Brent Fulgham  <bfulg...@apple.com>
 
+        Merge Blink test case
+        https://bugs.webkit.org/show_bug.cgi?id=116507
+
+        Patch is from a Blink change (patch by <o...@chromium.org>):
+        <https://chromium.googlesource.com/chromium/blink/+/6598fc75a7260643ecfc42856ef24bcf96380443>
+
+        * compositing/iframes/crash-mouse-event-expected.txt: Added.
+        * compositing/iframes/crash-mouse-event.html: Added.
+
+2016-07-14  Brent Fulgham  <bfulg...@apple.com>
+
         editing/spelling/spellcheck-async.html sometimes crashes with GuardMalloc 
         https://bugs.webkit.org/show_bug.cgi?id=142969
         <rdar://problem/27331095>

Added: trunk/LayoutTests/compositing/iframes/crash-mouse-event-expected.txt (0 => 203255)


--- trunk/LayoutTests/compositing/iframes/crash-mouse-event-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/compositing/iframes/crash-mouse-event-expected.txt	2016-07-14 23:45:41 UTC (rev 203255)
@@ -0,0 +1,2 @@
+
+This test passes if it doesn't crash.

Added: trunk/LayoutTests/compositing/iframes/crash-mouse-event.html (0 => 203255)


--- trunk/LayoutTests/compositing/iframes/crash-mouse-event.html	                        (rev 0)
+++ trunk/LayoutTests/compositing/iframes/crash-mouse-event.html	2016-07-14 23:45:41 UTC (rev 203255)
@@ -0,0 +1,17 @@
+<script>
+    if (window.testRunner) {
+        testRunner.dumpAsText(false);
+        testRunner.waitUntilDone();
+    }
+    function testDone()
+    {
+        if (window.eventSender) {
+            eventSender.mouseDown();
+        }
+        if (window.testRunner) {
+            testRunner.notifyDone();
+        }
+    }
+</script>
+<iframe src=""
+<p>This test passes if it doesn't crash.</p>
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to