Title: [204415] trunk/LayoutTests
Revision
204415
Author
[email protected]
Date
2016-08-12 11:51:16 -0700 (Fri, 12 Aug 2016)

Log Message

Add test for fixed nullptr deref error
https://bugs.webkit.org/show_bug.cgi?id=160807
<rdar://problem/15576693>

Unreviewed test gardening.

* mathml/row-clone-crash-expected.txt: Added.
* mathml/row-clone-crash.html: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (204414 => 204415)


--- trunk/LayoutTests/ChangeLog	2016-08-12 18:50:02 UTC (rev 204414)
+++ trunk/LayoutTests/ChangeLog	2016-08-12 18:51:16 UTC (rev 204415)
@@ -1,3 +1,14 @@
+2016-08-12  Brent Fulgham  <[email protected]>
+
+        Add test for fixed nullptr deref error
+        https://bugs.webkit.org/show_bug.cgi?id=160807
+        <rdar://problem/15576693>
+
+        Unreviewed test gardening.
+
+        * mathml/row-clone-crash-expected.txt: Added.
+        * mathml/row-clone-crash.html: Added.
+
 2016-08-12  Ryan Haddad  <[email protected]>
 
         Rebaseline js/dom/global-constructors-attributes.html after r204396.

Added: trunk/LayoutTests/mathml/row-clone-crash-expected.txt (0 => 204415)


--- trunk/LayoutTests/mathml/row-clone-crash-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/mathml/row-clone-crash-expected.txt	2016-08-12 18:51:16 UTC (rev 204415)
@@ -0,0 +1,2 @@
+This test passes if it does not crash.
+

Added: trunk/LayoutTests/mathml/row-clone-crash.html (0 => 204415)


--- trunk/LayoutTests/mathml/row-clone-crash.html	                        (rev 0)
+++ trunk/LayoutTests/mathml/row-clone-crash.html	2016-08-12 18:51:16 UTC (rev 204415)
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+<head>
+<script>
+    if (window.testRunner)
+        testRunner.dumpAsText();
+</script>
+</head>
+<body>
+    <div>This test passes if it does not crash.</div>
+    <math>
+        <msqrt style="-webkit-column-axis: vertical;">
+        <mrow style="-webkit-column-span: all;">
+        </mrow>
+        </msqrt>
+    </math>
+</body>
+</html>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to