Title: [88678] trunk/LayoutTests
- Revision
- 88678
- Author
- [email protected]
- Date
- 2011-06-13 13:16:20 -0700 (Mon, 13 Jun 2011)
Log Message
2011-06-13 Julien Chaffraix <[email protected]>
Reviewed by Alexey Proskuryakov.
chrome.dll!WebCore::Node::createRendererIfNeeded ReadAV@NULL (7079875ef32458c5c891a311715b683f)
https://bugs.webkit.org/show_bug.cgi?id=49316
The bug got fixed, thus just landing the test case. Including another test case from
http://code.google.com/p/chromium/issues/detail?id=61562
which should have the same root cause.
* fast/html/crash-style-first-letter-expected.txt: Added.
* fast/html/crash-style-first-letter.html: Added.
* svg/custom/svg-use-style-float-crash-expected.txt: Added.
* svg/custom/svg-use-style-float-crash.svg: Added.
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (88677 => 88678)
--- trunk/LayoutTests/ChangeLog 2011-06-13 20:07:53 UTC (rev 88677)
+++ trunk/LayoutTests/ChangeLog 2011-06-13 20:16:20 UTC (rev 88678)
@@ -1,3 +1,19 @@
+2011-06-13 Julien Chaffraix <[email protected]>
+
+ Reviewed by Alexey Proskuryakov.
+
+ chrome.dll!WebCore::Node::createRendererIfNeeded ReadAV@NULL (7079875ef32458c5c891a311715b683f)
+ https://bugs.webkit.org/show_bug.cgi?id=49316
+
+ The bug got fixed, thus just landing the test case. Including another test case from
+ http://code.google.com/p/chromium/issues/detail?id=61562
+ which should have the same root cause.
+
+ * fast/html/crash-style-first-letter-expected.txt: Added.
+ * fast/html/crash-style-first-letter.html: Added.
+ * svg/custom/svg-use-style-float-crash-expected.txt: Added.
+ * svg/custom/svg-use-style-float-crash.svg: Added.
+
2011-06-13 James Robinson <[email protected]>
[chromium] Fix up a boo-boo in GPU test expectations
Added: trunk/LayoutTests/fast/html/crash-style-first-letter-expected.txt (0 => 88678)
--- trunk/LayoutTests/fast/html/crash-style-first-letter-expected.txt (rev 0)
+++ trunk/LayoutTests/fast/html/crash-style-first-letter-expected.txt 2011-06-13 20:16:20 UTC (rev 88678)
@@ -0,0 +1,3 @@
+Test for https://bugs.webkit.org/show_bug.cgi?id=49316: The test PASSED if it did not crash.
+
+
Added: trunk/LayoutTests/fast/html/crash-style-first-letter.html (0 => 88678)
--- trunk/LayoutTests/fast/html/crash-style-first-letter.html (rev 0)
+++ trunk/LayoutTests/fast/html/crash-style-first-letter.html 2011-06-13 20:16:20 UTC (rev 88678)
@@ -0,0 +1 @@
+<svg><p>Test for https://bugs.webkit.org/show_bug.cgi?id=49316: The test PASSED if it did not crash.</p><script>if (window.layoutTestController) layoutTestController.dumpAsText();</script><use><style>:first-letter{margin-right:auto}<i><style>
Added: trunk/LayoutTests/svg/custom/svg-use-style-float-crash-expected.txt (0 => 88678)
--- trunk/LayoutTests/svg/custom/svg-use-style-float-crash-expected.txt (rev 0)
+++ trunk/LayoutTests/svg/custom/svg-use-style-float-crash-expected.txt 2011-06-13 20:16:20 UTC (rev 88678)
@@ -0,0 +1,2 @@
+Test for https://bugs.webkit.org/show_bug.cgi?id=49316
+PASSED (did not crash)
Added: trunk/LayoutTests/svg/custom/svg-use-style-float-crash.svg (0 => 88678)
--- trunk/LayoutTests/svg/custom/svg-use-style-float-crash.svg (rev 0)
+++ trunk/LayoutTests/svg/custom/svg-use-style-float-crash.svg 2011-06-13 20:16:20 UTC (rev 88678)
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg">
+<use style="float:left"/>
+<text x="10" y="30">Test for https://bugs.webkit.org/show_bug.cgi?id=49316</text>
+<text id="console" x="10" y="60">PASSED (did not crash)</text>
+<script>
+if (window.layoutTestController)
+ layoutTestController.dumpAsText();
+</script>
+</svg>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes