Title: [181330] trunk/LayoutTests
Revision
181330
Author
rga...@webkit.org
Date
2015-03-10 11:17:18 -0700 (Tue, 10 Mar 2015)

Log Message

Too large plugins are crashing.
https://bugs.webkit.org/show_bug.cgi?id=139856

Reviewed by Darin Adler.

Add layout test to cover this crash.

* plugins/large-plugin-crash-expected.txt: Added.
* plugins/large-plugin-crash.html: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (181329 => 181330)


--- trunk/LayoutTests/ChangeLog	2015-03-10 18:00:59 UTC (rev 181329)
+++ trunk/LayoutTests/ChangeLog	2015-03-10 18:17:18 UTC (rev 181330)
@@ -1,3 +1,15 @@
+2015-03-10  Gabor Rapcsanyi  <rga...@webkit.org>
+
+        Too large plugins are crashing.
+        https://bugs.webkit.org/show_bug.cgi?id=139856
+
+        Reviewed by Darin Adler.
+
+        Add layout test to cover this crash.
+
+        * plugins/large-plugin-crash-expected.txt: Added.
+        * plugins/large-plugin-crash.html: Added.
+
 2015-03-09  Alexey Proskuryakov  <a...@apple.com>
 
         Skip contentfiltering/block-after-add-data.html for now.

Added: trunk/LayoutTests/plugins/large-plugin-crash-expected.txt (0 => 181330)


--- trunk/LayoutTests/plugins/large-plugin-crash-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/plugins/large-plugin-crash-expected.txt	2015-03-10 18:17:18 UTC (rev 181330)
@@ -0,0 +1,5 @@
+Bug 139856: Large plugin crash.
+
+This test PASSES if it does not CRASH.
+
+

Added: trunk/LayoutTests/plugins/large-plugin-crash.html (0 => 181330)


--- trunk/LayoutTests/plugins/large-plugin-crash.html	                        (rev 0)
+++ trunk/LayoutTests/plugins/large-plugin-crash.html	2015-03-10 18:17:18 UTC (rev 181330)
@@ -0,0 +1,15 @@
+<html>
+    <body>
+        <p>Bug <a href="" Large plugin crash.</p>
+        <p>This test PASSES if it does not CRASH.</p>
+
+        <embed id="plugin" width="99999999999999999" type="application/x-webkit-test-netscape"></embed>
+
+        <script>
+            if (window.testRunner)
+                testRunner.dumpAsText();
+            document.getElementById('plugin').style.webkitTransform = 'scale(1)';
+        </script>
+
+    </body>
+</html>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to