Diff
Modified: trunk/LayoutTests/ChangeLog (187147 => 187148)
--- trunk/LayoutTests/ChangeLog 2015-07-22 02:35:18 UTC (rev 187147)
+++ trunk/LayoutTests/ChangeLog 2015-07-22 03:51:12 UTC (rev 187148)
@@ -1,3 +1,41 @@
+2015-07-21 Alexey Proskuryakov <a...@apple.com>
+
+ Update Mac test results for libxml2 v2.9.2.
+
+ These results will probably become cross-platform eventually, but for now it's just Mac.
+
+ * platform/mac-yosemite/fast/dom/adopt-attribute-crash-expected.txt: Copied from LayoutTests/fast/dom/adopt-attribute-crash-expected.txt.
+ * platform/mac-yosemite/fast/parser: Added.
+ * platform/mac-yosemite/fast/parser/xml-colon-entity-expected.txt: Copied from LayoutTests/fast/parser/xml-colon-entity-expected.txt.
+ * platform/mac-yosemite/fast/parser/xml-declaration-missing-ending-mark-expected.txt: Copied from LayoutTests/fast/parser/xml-declaration-missing-ending-mark-expected.txt.
+ * platform/mac-yosemite/fast/xsl: Added.
+ * platform/mac-yosemite/fast/xsl/xslt-extra-content-at-end-expected.png: Copied from LayoutTests/platform/mac/fast/xsl/xslt-extra-content-at-end-expected.png.
+ * platform/mac-yosemite/fast/xsl/xslt-extra-content-at-end-expected.txt: Copied from LayoutTests/platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt.
+ * platform/mac-yosemite/fast/xsl/xslt-missing-namespace-in-xslt-expected.png: Copied from LayoutTests/platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.png.
+ * platform/mac-yosemite/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt: Copied from LayoutTests/platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt.
+ * platform/mac-yosemite/svg/custom: Added.
+ * platform/mac-yosemite/svg/custom/bug78807-expected.txt: Copied from LayoutTests/svg/custom/bug78807-expected.txt.
+ * platform/mac-yosemite/svg/custom/missing-xlink-expected.png: Copied from LayoutTests/platform/mac/svg/custom/missing-xlink-expected.png.
+ * platform/mac-yosemite/svg/custom/missing-xlink-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/missing-xlink-expected.txt.
+ * platform/mac-yosemite/svg/custom/path-bad-data-expected.png: Copied from LayoutTests/platform/mac/svg/custom/path-bad-data-expected.png.
+ * platform/mac-yosemite/svg/custom/path-bad-data-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/path-bad-data-expected.txt.
+ * platform/mac-yosemite/svg/custom/use-font-face-crash-expected.png: Copied from LayoutTests/platform/mac/svg/custom/use-font-face-crash-expected.png.
+ * platform/mac-yosemite/svg/custom/use-font-face-crash-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/use-font-face-crash-expected.txt.
+ * platform/mac/fast/dom/adopt-attribute-crash-expected.txt: Added.
+ * platform/mac/fast/parser/xml-colon-entity-expected.txt: Added.
+ * platform/mac/fast/parser/xml-declaration-missing-ending-mark-expected.txt: Added.
+ * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.png:
+ * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt:
+ * platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.png:
+ * platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
+ * platform/mac/svg/custom/bug78807-expected.txt: Added.
+ * platform/mac/svg/custom/missing-xlink-expected.png:
+ * platform/mac/svg/custom/missing-xlink-expected.txt:
+ * platform/mac/svg/custom/path-bad-data-expected.png:
+ * platform/mac/svg/custom/path-bad-data-expected.txt:
+ * platform/mac/svg/custom/use-font-face-crash-expected.png:
+ * platform/mac/svg/custom/use-font-face-crash-expected.txt:
+
2015-07-21 Benjamin Poulain <benja...@webkit.org>
[Content Extensions] Use a jump table when consecutive transitions have different targets
Added: trunk/LayoutTests/platform/mac/fast/dom/adopt-attribute-crash-expected.txt (0 => 187148)
--- trunk/LayoutTests/platform/mac/fast/dom/adopt-attribute-crash-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/mac/fast/dom/adopt-attribute-crash-expected.txt 2015-07-22 03:51:12 UTC (rev 187148)
@@ -0,0 +1,8 @@
+ALERT: Tests adopting two Attr nodes of the same qualified name. WebKit shouldn't crash or assert.
+This page contains the following errors:
+
+error on line 3 at column 66: Namespaced Attribute href in 'http://www.w3.org/1999/xlink' redefined
+error on line 18 at column 10: Extra content at the end of the document
+Below is a rendering of the page up to the first error.
+
+
Property changes on: trunk/LayoutTests/platform/mac/fast/dom/adopt-attribute-crash-expected.txt
___________________________________________________________________
Added: svn:mime-type
Added: svn:eol-style
Added: trunk/LayoutTests/platform/mac/fast/parser/xml-colon-entity-expected.txt (0 => 187148)
--- trunk/LayoutTests/platform/mac/fast/parser/xml-colon-entity-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/mac/fast/parser/xml-colon-entity-expected.txt 2015-07-22 03:51:12 UTC (rev 187148)
@@ -0,0 +1,14 @@
+CRASH: malformed entity of &: in xml causes access violation.
+
+If you don't crash, you pass. A parsing error in the "xml-parser" subframe is expected.
+
+
+
+--------
+Frame: 'xml-parser'
+--------
+This page contains the following errors:
+
+error on line 2 at column 14: Entity ':' not defined
+error on line 5 at column 1: AttValue: ' expected
+Below is a rendering of the page up to the first error.
Property changes on: trunk/LayoutTests/platform/mac/fast/parser/xml-colon-entity-expected.txt
___________________________________________________________________
Added: svn:mime-type
Added: svn:eol-style
Added: trunk/LayoutTests/platform/mac/fast/parser/xml-declaration-missing-ending-mark-expected.txt (0 => 187148)
--- trunk/LayoutTests/platform/mac/fast/parser/xml-declaration-missing-ending-mark-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/mac/fast/parser/xml-declaration-missing-ending-mark-expected.txt 2015-07-22 03:51:12 UTC (rev 187148)
@@ -0,0 +1,16 @@
+CRASH: Omitting terminal question mark in <?xml...?> declaration (above) causes access violation.
+
+This tests the both the HTML parser (.html extension), which is where the crash was observed, and the XML parser (in an iframe).
+See https://bugs.webkit.org/show_bug.cgi?id=17814
+
+If you don't crash, you pass. A parsing error in the "xml-parser" subframe is expected.
+
+
+
+--------
+Frame: 'xml-parser'
+--------
+This page contains the following errors:
+
+error on line 1 at column 20: Blank needed here
+Below is a rendering of the page up to the first error.
Property changes on: trunk/LayoutTests/platform/mac/fast/parser/xml-declaration-missing-ending-mark-expected.txt
___________________________________________________________________
Added: svn:mime-type
Added: svn:eol-style
Modified: trunk/LayoutTests/platform/mac/fast/xsl/xslt-extra-content-at-end-expected.png
(Binary files differ)
Modified: trunk/LayoutTests/platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt (187147 => 187148)
--- trunk/LayoutTests/platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt 2015-07-22 02:35:18 UTC (rev 187147)
+++ trunk/LayoutTests/platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt 2015-07-22 03:51:12 UTC (rev 187148)
@@ -7,8 +7,8 @@
RenderText {#text} at (0,0) size 323x22
text run at (0,0) width 323: "This page contains the following errors:"
RenderBlock {div} at (18,61) size 732x15
- RenderText {#text} at (0,0) size 505x14
- text run at (0,0) width 505: "error on line 1 at column 76: Extra content at the end of the document"
+ RenderText {#text} at (0,0) size 512x14
+ text run at (0,0) width 512: "error on line 1 at column 107: Extra content at the end of the document"
RenderBlock {h3} at (18,94) size 732x23
RenderText {#text} at (0,0) size 424x22
text run at (0,0) width 424: "Below is a rendering of the page up to the first error."
Modified: trunk/LayoutTests/platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.png
(Binary files differ)
Modified: trunk/LayoutTests/platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt (187147 => 187148)
--- trunk/LayoutTests/platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt 2015-07-22 02:35:18 UTC (rev 187147)
+++ trunk/LayoutTests/platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt 2015-07-22 03:51:12 UTC (rev 187148)
@@ -9,8 +9,8 @@
RenderText {#text} at (0,0) size 323x22
text run at (0,0) width 323: "This page contains the following errors:"
RenderBlock {div} at (18,61) size 732x15
- RenderText {#text} at (0,0) size 519x14
- text run at (0,0) width 519: "error on line 1 at column 76: Namespace prefix foo on bar is not defined"
+ RenderText {#text} at (0,0) size 526x14
+ text run at (0,0) width 526: "error on line 1 at column 110: Namespace prefix foo on bar is not defined"
RenderBlock {h3} at (18,94) size 732x23
RenderText {#text} at (0,0) size 424x22
text run at (0,0) width 424: "Below is a rendering of the page up to the first error."
Added: trunk/LayoutTests/platform/mac/svg/custom/bug78807-expected.txt (0 => 187148)
--- trunk/LayoutTests/platform/mac/svg/custom/bug78807-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/mac/svg/custom/bug78807-expected.txt 2015-07-22 03:51:12 UTC (rev 187148)
@@ -0,0 +1,6 @@
+This page contains the following errors:
+
+error on line 11 at column 24: Extra content at the end of the document
+Below is a rendering of the page up to the first error.
+
+
Property changes on: trunk/LayoutTests/platform/mac/svg/custom/bug78807-expected.txt
___________________________________________________________________
Added: svn:mime-type
Added: svn:eol-style
Modified: trunk/LayoutTests/platform/mac/svg/custom/missing-xlink-expected.png
(Binary files differ)
Modified: trunk/LayoutTests/platform/mac/svg/custom/missing-xlink-expected.txt (187147 => 187148)
--- trunk/LayoutTests/platform/mac/svg/custom/missing-xlink-expected.txt 2015-07-22 02:35:18 UTC (rev 187147)
+++ trunk/LayoutTests/platform/mac/svg/custom/missing-xlink-expected.txt 2015-07-22 03:51:12 UTC (rev 187148)
@@ -9,7 +9,7 @@
text run at (0,0) width 323: "This page contains the following errors:"
RenderBlock {div} at (18,61) size 701x15
RenderText {#text} at (0,0) size 584x14
- text run at (0,0) width 584: "error on line 6 at column 14: Namespace prefix xlink for href on a is not defined"
+ text run at (0,0) width 584: "error on line 6 at column 24: Namespace prefix xlink for href on a is not defined"
RenderBlock {h3} at (18,94) size 701x23
RenderText {#text} at (0,0) size 424x22
text run at (0,0) width 424: "Below is a rendering of the page up to the first error."
Modified: trunk/LayoutTests/platform/mac/svg/custom/path-bad-data-expected.png
(Binary files differ)
Modified: trunk/LayoutTests/platform/mac/svg/custom/path-bad-data-expected.txt (187147 => 187148)
--- trunk/LayoutTests/platform/mac/svg/custom/path-bad-data-expected.txt 2015-07-22 02:35:18 UTC (rev 187147)
+++ trunk/LayoutTests/platform/mac/svg/custom/path-bad-data-expected.txt 2015-07-22 03:51:12 UTC (rev 187148)
@@ -9,7 +9,7 @@
text run at (0,0) width 323: "This page contains the following errors:"
RenderBlock {div} at (18,61) size 701x15
RenderText {#text} at (0,0) size 476x14
- text run at (0,0) width 476: "error on line 9 at column 66: invalid character in attribute value"
+ text run at (0,0) width 476: "error on line 9 at column 79: invalid character in attribute value"
RenderBlock {h3} at (18,94) size 701x23
RenderText {#text} at (0,0) size 424x22
text run at (0,0) width 424: "Below is a rendering of the page up to the first error."
Modified: trunk/LayoutTests/platform/mac/svg/custom/use-font-face-crash-expected.png
(Binary files differ)
Modified: trunk/LayoutTests/platform/mac/svg/custom/use-font-face-crash-expected.txt (187147 => 187148)
--- trunk/LayoutTests/platform/mac/svg/custom/use-font-face-crash-expected.txt 2015-07-22 02:35:18 UTC (rev 187147)
+++ trunk/LayoutTests/platform/mac/svg/custom/use-font-face-crash-expected.txt 2015-07-22 03:51:12 UTC (rev 187148)
@@ -9,7 +9,7 @@
text run at (0,0) width 323: "This page contains the following errors:"
RenderBlock {div} at (18,61) size 701x15
RenderText {#text} at (0,0) size 512x14
- text run at (0,0) width 512: "error on line 1 at column 132: Extra content at the end of the document"
+ text run at (0,0) width 512: "error on line 1 at column 210: Extra content at the end of the document"
RenderBlock {h3} at (18,94) size 701x23
RenderText {#text} at (0,0) size 424x22
text run at (0,0) width 424: "Below is a rendering of the page up to the first error."
Copied: trunk/LayoutTests/platform/mac-yosemite/fast/dom/adopt-attribute-crash-expected.txt (from rev 187147, trunk/LayoutTests/fast/dom/adopt-attribute-crash-expected.txt) (0 => 187148)
--- trunk/LayoutTests/platform/mac-yosemite/fast/dom/adopt-attribute-crash-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/mac-yosemite/fast/dom/adopt-attribute-crash-expected.txt 2015-07-22 03:51:12 UTC (rev 187148)
@@ -0,0 +1,8 @@
+ALERT: Tests adopting two Attr nodes of the same qualified name. WebKit shouldn't crash or assert.
+This page contains the following errors:
+
+error on line 3 at column 35: Namespaced Attribute href in 'http://www.w3.org/1999/xlink' redefined
+error on line 18 at column 10: Extra content at the end of the document
+Below is a rendering of the page up to the first error.
+
+
Copied: trunk/LayoutTests/platform/mac-yosemite/fast/parser/xml-colon-entity-expected.txt (from rev 187147, trunk/LayoutTests/fast/parser/xml-colon-entity-expected.txt) (0 => 187148)
--- trunk/LayoutTests/platform/mac-yosemite/fast/parser/xml-colon-entity-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/mac-yosemite/fast/parser/xml-colon-entity-expected.txt 2015-07-22 03:51:12 UTC (rev 187148)
@@ -0,0 +1,14 @@
+CRASH: malformed entity of &: in xml causes access violation.
+
+If you don't crash, you pass. A parsing error in the "xml-parser" subframe is expected.
+
+
+
+--------
+Frame: 'xml-parser'
+--------
+This page contains the following errors:
+
+error on line 2 at column 13: Entity ':' not defined
+error on line 5 at column 1: AttValue: ' expected
+Below is a rendering of the page up to the first error.
Copied: trunk/LayoutTests/platform/mac-yosemite/fast/parser/xml-declaration-missing-ending-mark-expected.txt (from rev 187147, trunk/LayoutTests/fast/parser/xml-declaration-missing-ending-mark-expected.txt) (0 => 187148)
--- trunk/LayoutTests/platform/mac-yosemite/fast/parser/xml-declaration-missing-ending-mark-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/mac-yosemite/fast/parser/xml-declaration-missing-ending-mark-expected.txt 2015-07-22 03:51:12 UTC (rev 187148)
@@ -0,0 +1,16 @@
+CRASH: Omitting terminal question mark in <?xml...?> declaration (above) causes access violation.
+
+This tests the both the HTML parser (.html extension), which is where the crash was observed, and the XML parser (in an iframe).
+See https://bugs.webkit.org/show_bug.cgi?id=17814
+
+If you don't crash, you pass. A parsing error in the "xml-parser" subframe is expected.
+
+
+
+--------
+Frame: 'xml-parser'
+--------
+This page contains the following errors:
+
+error on line 1 at column 19: Blank needed here
+Below is a rendering of the page up to the first error.
Copied: trunk/LayoutTests/platform/mac-yosemite/fast/xsl/xslt-extra-content-at-end-expected.png (from rev 187147, trunk/LayoutTests/platform/mac/fast/xsl/xslt-extra-content-at-end-expected.png)
(Binary files differ)
Copied: trunk/LayoutTests/platform/mac-yosemite/fast/xsl/xslt-extra-content-at-end-expected.txt (from rev 187147, trunk/LayoutTests/platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt) (0 => 187148)
--- trunk/LayoutTests/platform/mac-yosemite/fast/xsl/xslt-extra-content-at-end-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/mac-yosemite/fast/xsl/xslt-extra-content-at-end-expected.txt 2015-07-22 03:51:12 UTC (rev 187148)
@@ -0,0 +1,22 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x255
+ RenderBlock {html} at (0,0) size 800x255
+ RenderBlock {parsererror} at (16,16) size 768x189 [bgcolor=#FFDDDD] [border: (2px solid #CC7777)]
+ RenderBlock {h3} at (18,20) size 732x23
+ RenderText {#text} at (0,0) size 323x22
+ text run at (0,0) width 323: "This page contains the following errors:"
+ RenderBlock {div} at (18,61) size 732x15
+ RenderText {#text} at (0,0) size 505x14
+ text run at (0,0) width 505: "error on line 1 at column 76: Extra content at the end of the document"
+ RenderBlock {h3} at (18,94) size 732x23
+ RenderText {#text} at (0,0) size 424x22
+ text run at (0,0) width 424: "Below is a rendering of the page up to the first error."
+ RenderBlock {p} at (18,134) size 732x37
+ RenderText {#text} at (0,0) size 721x36
+ text run at (0,0) width 721: "This document was created as the result of an XSL transformation. The line and column numbers given are from"
+ text run at (0,18) width 145: "the transformed result."
+ RenderBody {body} at (8,220) size 784x19
+ RenderBlock {p} at (0,0) size 784x18
+ RenderText {#text} at (0,0) size 230x18
+ text run at (0,0) width 230: "You should see error text above this"
Copied: trunk/LayoutTests/platform/mac-yosemite/fast/xsl/xslt-missing-namespace-in-xslt-expected.png (from rev 187147, trunk/LayoutTests/platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.png)
(Binary files differ)
Copied: trunk/LayoutTests/platform/mac-yosemite/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt (from rev 187147, trunk/LayoutTests/platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt) (0 => 187148)
--- trunk/LayoutTests/platform/mac-yosemite/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/mac-yosemite/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt 2015-07-22 03:51:12 UTC (rev 187148)
@@ -0,0 +1,29 @@
+CONSOLE MESSAGE: line 8: Namespace prefix foo on bar is not defined
+
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x289
+ RenderBlock {html} at (0,0) size 800x289
+ RenderBlock {parsererror} at (16,16) size 768x189 [bgcolor=#FFDDDD] [border: (2px solid #CC7777)]
+ RenderBlock {h3} at (18,20) size 732x23
+ RenderText {#text} at (0,0) size 323x22
+ text run at (0,0) width 323: "This page contains the following errors:"
+ RenderBlock {div} at (18,61) size 732x15
+ RenderText {#text} at (0,0) size 519x14
+ text run at (0,0) width 519: "error on line 1 at column 76: Namespace prefix foo on bar is not defined"
+ RenderBlock {h3} at (18,94) size 732x23
+ RenderText {#text} at (0,0) size 424x22
+ text run at (0,0) width 424: "Below is a rendering of the page up to the first error."
+ RenderBlock {p} at (18,134) size 732x37
+ RenderText {#text} at (0,0) size 721x36
+ text run at (0,0) width 721: "This document was created as the result of an XSL transformation. The line and column numbers given are from"
+ text run at (0,18) width 145: "the transformed result."
+ RenderBody {body} at (8,220) size 784x53
+ RenderBlock {p} at (0,0) size 784x18
+ RenderText {#text} at (0,0) size 230x18
+ text run at (0,0) width 230: "You should see error text above this"
+ RenderBlock (anonymous) at (0,34) size 784x0
+ RenderInline {foo:bar} at (0,0) size 0x0
+ RenderBlock {p} at (0,34) size 784x18
+ RenderText {#text} at (0,0) size 354x18
+ text run at (0,0) width 354: "ERROR? this, and nothing below it should be rendered"
Copied: trunk/LayoutTests/platform/mac-yosemite/svg/custom/bug78807-expected.txt (from rev 187147, trunk/LayoutTests/svg/custom/bug78807-expected.txt) (0 => 187148)
--- trunk/LayoutTests/platform/mac-yosemite/svg/custom/bug78807-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/mac-yosemite/svg/custom/bug78807-expected.txt 2015-07-22 03:51:12 UTC (rev 187148)
@@ -0,0 +1,6 @@
+This page contains the following errors:
+
+error on line 11 at column 19: Extra content at the end of the document
+Below is a rendering of the page up to the first error.
+
+
Copied: trunk/LayoutTests/platform/mac-yosemite/svg/custom/missing-xlink-expected.png (from rev 187147, trunk/LayoutTests/platform/mac/svg/custom/missing-xlink-expected.png)
(Binary files differ)
Copied: trunk/LayoutTests/platform/mac-yosemite/svg/custom/missing-xlink-expected.txt (from rev 187147, trunk/LayoutTests/platform/mac/svg/custom/missing-xlink-expected.txt) (0 => 187148)
--- trunk/LayoutTests/platform/mac-yosemite/svg/custom/missing-xlink-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/mac-yosemite/svg/custom/missing-xlink-expected.txt 2015-07-22 03:51:12 UTC (rev 187148)
@@ -0,0 +1,21 @@
+layer at (0,0) size 785x773
+ RenderView at (0,0) size 785x600
+layer at (0,0) size 785x600
+ RenderBlock {html} at (0,0) size 785x600
+ RenderBody {body} at (8,16) size 769x600
+ RenderBlock {parsererror} at (16,0) size 737x137 [bgcolor=#FFDDDD] [border: (2px solid #CC7777)]
+ RenderBlock {h3} at (18,20) size 701x23
+ RenderText {#text} at (0,0) size 323x22
+ text run at (0,0) width 323: "This page contains the following errors:"
+ RenderBlock {div} at (18,61) size 701x15
+ RenderText {#text} at (0,0) size 584x14
+ text run at (0,0) width 584: "error on line 6 at column 14: Namespace prefix xlink for href on a is not defined"
+ RenderBlock {h3} at (18,94) size 701x23
+ RenderText {#text} at (0,0) size 424x22
+ text run at (0,0) width 424: "Below is a rendering of the page up to the first error."
+ RenderBlock (anonymous) at (0,152) size 769x605
+ RenderSVGRoot {svg} at (8,168) size 196x125
+ RenderSVGText {text} at (0,106) size 196x18 contains 1 chunk(s)
+ RenderSVGInlineText {#text} at (0,0) size 196x18
+ chunk 1 text run 1 at (0.00,120.00) startOffset 0 endOffset 29 width 195.05: "You should see an error above"
+ RenderSVGRect {rect} at (8,168) size 100x101 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
Copied: trunk/LayoutTests/platform/mac-yosemite/svg/custom/path-bad-data-expected.png (from rev 187147, trunk/LayoutTests/platform/mac/svg/custom/path-bad-data-expected.png)
(Binary files differ)
Copied: trunk/LayoutTests/platform/mac-yosemite/svg/custom/path-bad-data-expected.txt (from rev 187147, trunk/LayoutTests/platform/mac/svg/custom/path-bad-data-expected.txt) (0 => 187148)
--- trunk/LayoutTests/platform/mac-yosemite/svg/custom/path-bad-data-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/mac-yosemite/svg/custom/path-bad-data-expected.txt 2015-07-22 03:51:12 UTC (rev 187148)
@@ -0,0 +1,18 @@
+layer at (0,0) size 785x773
+ RenderView at (0,0) size 785x600
+layer at (0,0) size 785x600
+ RenderBlock {html} at (0,0) size 785x600
+ RenderBody {body} at (8,16) size 769x600
+ RenderBlock {parsererror} at (16,0) size 737x137 [bgcolor=#FFDDDD] [border: (2px solid #CC7777)]
+ RenderBlock {h3} at (18,20) size 701x23
+ RenderText {#text} at (0,0) size 323x22
+ text run at (0,0) width 323: "This page contains the following errors:"
+ RenderBlock {div} at (18,61) size 701x15
+ RenderText {#text} at (0,0) size 476x14
+ text run at (0,0) width 476: "error on line 9 at column 66: invalid character in attribute value"
+ RenderBlock {h3} at (18,94) size 701x23
+ RenderText {#text} at (0,0) size 424x22
+ text run at (0,0) width 424: "Below is a rendering of the page up to the first error."
+ RenderBlock (anonymous) at (0,152) size 769x605
+ RenderSVGRoot {svg} at (8,168) size 200x201
+ RenderSVGPath {path} at (8,168) size 200x201 [fill={[type=SOLID] [color=#008000]}] [data="" 0 0 L 200 0 L 200 200 L 0 200"]
Copied: trunk/LayoutTests/platform/mac-yosemite/svg/custom/use-font-face-crash-expected.png (from rev 187147, trunk/LayoutTests/platform/mac/svg/custom/use-font-face-crash-expected.png)
(Binary files differ)
Copied: trunk/LayoutTests/platform/mac-yosemite/svg/custom/use-font-face-crash-expected.txt (from rev 187147, trunk/LayoutTests/platform/mac/svg/custom/use-font-face-crash-expected.txt) (0 => 187148)
--- trunk/LayoutTests/platform/mac-yosemite/svg/custom/use-font-face-crash-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/mac-yosemite/svg/custom/use-font-face-crash-expected.txt 2015-07-22 03:51:12 UTC (rev 187148)
@@ -0,0 +1,21 @@
+layer at (0,0) size 785x773
+ RenderView at (0,0) size 785x600
+layer at (0,0) size 785x600
+ RenderBlock {html} at (0,0) size 785x600
+ RenderBody {body} at (8,16) size 769x600
+ RenderBlock {parsererror} at (16,0) size 737x137 [bgcolor=#FFDDDD] [border: (2px solid #CC7777)]
+ RenderBlock {h3} at (18,20) size 701x23
+ RenderText {#text} at (0,0) size 323x22
+ text run at (0,0) width 323: "This page contains the following errors:"
+ RenderBlock {div} at (18,61) size 701x15
+ RenderText {#text} at (0,0) size 512x14
+ text run at (0,0) width 512: "error on line 1 at column 132: Extra content at the end of the document"
+ RenderBlock {h3} at (18,94) size 701x23
+ RenderText {#text} at (0,0) size 424x22
+ text run at (0,0) width 424: "Below is a rendering of the page up to the first error."
+ RenderBlock (anonymous) at (0,152) size 769x605
+ RenderSVGRoot {svg} at (8,174) size 342x19
+ RenderSVGText {text} at (0,6) size 342x18 contains 1 chunk(s)
+ RenderSVGInlineText {#text} at (0,0) size 342x18
+ chunk 1 text run 1 at (0.00,20.00) startOffset 0 endOffset 53 width 341.27: "This should not crash, but display an error document."
+ RenderSVGContainer {use} at (8,168) size 0x0