Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(488)

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/syntax/serializing-html-fragments/serializing-expected.txt

Issue 2376103007: Import wpt@09907a9c4bcee14986431d53e4381384c7c69107 (Closed)
Patch Set: update platform expectations Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: line 248: The <keygen> element is deprecated and will be remove d in M56, around January 2017. See https://www.chromestatus.com/features/5716060 992962560 for more details. 1 CONSOLE WARNING: line 248: The <keygen> element is deprecated and will be remove d in M56, around January 2017. See https://www.chromestatus.com/features/5716060 992962560 for more details.
2 This is a testharness.js-based test. 2 This is a testharness.js-based test.
3 PASS innerHTML 0 3 PASS innerHTML 0
4 PASS innerHTML 1 <a></a> 4 PASS innerHTML 1 <a></a>
5 PASS innerHTML 2 <a b="c"></a> 5 PASS innerHTML 2 <a b="c"></a>
6 PASS innerHTML 3 <a b="c"></a> 6 PASS innerHTML 3 <a b="c"></a>
7 PASS innerHTML 4 <a b="&amp;"></a> 7 PASS innerHTML 4 <a b="&amp;"></a>
8 PASS innerHTML 5 <a b="&nbsp;"></a> 8 PASS innerHTML 5 <a b="&nbsp;"></a>
9 PASS innerHTML 6 <a b="&quot;"></a> 9 PASS innerHTML 6 <a b="&quot;"></a>
10 PASS innerHTML 7 <a b="<"></a> 10 PASS innerHTML 7 <a b="<"></a>
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 PASS outerHTML Non-'xmlns' attribute in the xmlns namespace 65 PASS outerHTML Non-'xmlns' attribute in the xmlns namespace
66 PASS outerHTML 'xmlns' attribute in the xmlns namespace 66 PASS outerHTML 'xmlns' attribute in the xmlns namespace
67 FAIL outerHTML Attribute in non-standard namespace assert_equals: expected "<spa n><svg abc:def=\"test\"></svg></span>" but got "<span><svg def=\"test\"></svg></ span>" 67 FAIL outerHTML Attribute in non-standard namespace assert_equals: expected "<spa n><svg abc:def=\"test\"></svg></span>" but got "<span><svg def=\"test\"></svg></ span>"
68 PASS outerHTML <span> starting with U+000A 68 PASS outerHTML <span> starting with U+000A
69 PASS innerHTML <pre> context starting with U+000A 69 PASS innerHTML <pre> context starting with U+000A
70 PASS innerHTML <textarea> context starting with U+000A 70 PASS innerHTML <textarea> context starting with U+000A
71 PASS innerHTML <listing> context starting with U+000A 71 PASS innerHTML <listing> context starting with U+000A
72 PASS innerHTML <pre> context not starting with U+000A 72 PASS innerHTML <pre> context not starting with U+000A
73 PASS innerHTML <textarea> context not starting with U+000A 73 PASS innerHTML <textarea> context not starting with U+000A
74 PASS innerHTML <listing> context not starting with U+000A 74 PASS innerHTML <listing> context not starting with U+000A
75 FAIL innerHTML <pre> non-context starting with U+000A assert_equals: expected "< pre>\n\n</%text>" but got "<pre>\n</pre>" 75 PASS innerHTML <pre> non-context starting with U+000A
76 FAIL innerHTML <textarea> non-context starting with U+000A assert_equals: expect ed "<textarea>\n\n</%text>" but got "<textarea>\n</textarea>" 76 PASS innerHTML <textarea> non-context starting with U+000A
77 FAIL innerHTML <listing> non-context starting with U+000A assert_equals: expecte d "<listing>\n\n</%text>" but got "<listing>\n</listing>" 77 PASS innerHTML <listing> non-context starting with U+000A
78 FAIL innerHTML <pre> non-context not starting with U+000A assert_equals: expecte d "<pre>a\n</%text>" but got "<pre>a\n</pre>" 78 PASS innerHTML <pre> non-context not starting with U+000A
79 FAIL innerHTML <textarea> non-context not starting with U+000A assert_equals: ex pected "<textarea>a\n</%text>" but got "<textarea>a\n</textarea>" 79 PASS innerHTML <textarea> non-context not starting with U+000A
80 FAIL innerHTML <listing> non-context not starting with U+000A assert_equals: exp ected "<listing>a\n</%text>" but got "<listing>a\n</listing>" 80 PASS innerHTML <listing> non-context not starting with U+000A
81 FAIL outerHTML <pre> context starting with U+000A assert_equals: expected "<pre> \n\n</%text>" but got "<pre>\n</pre>" 81 PASS outerHTML <pre> context starting with U+000A
82 FAIL outerHTML <textarea> context starting with U+000A assert_equals: expected " <textarea>\n\n</%text>" but got "<textarea>\n</textarea>" 82 PASS outerHTML <textarea> context starting with U+000A
83 FAIL outerHTML <listing> context starting with U+000A assert_equals: expected "< listing>\n\n</%text>" but got "<listing>\n</listing>" 83 PASS outerHTML <listing> context starting with U+000A
84 FAIL outerHTML <pre> context not starting with U+000A assert_equals: expected "< pre>a\n</%text>" but got "<pre>a\n</pre>" 84 PASS outerHTML <pre> context not starting with U+000A
85 FAIL outerHTML <textarea> context not starting with U+000A assert_equals: expect ed "<textarea>a\n</%text>" but got "<textarea>a\n</textarea>" 85 PASS outerHTML <textarea> context not starting with U+000A
86 FAIL outerHTML <listing> context not starting with U+000A assert_equals: expecte d "<listing>a\n</%text>" but got "<listing>a\n</listing>" 86 PASS outerHTML <listing> context not starting with U+000A
87 FAIL outerHTML <pre> non-context starting with U+000A assert_equals: expected "< span><pre>\n\n</%text></span>" but got "<span><pre>\n</pre></span>" 87 PASS outerHTML <pre> non-context starting with U+000A
88 FAIL outerHTML <textarea> non-context starting with U+000A assert_equals: expect ed "<span><textarea>\n\n</%text></span>" but got "<span><textarea>\n</textarea>< /span>" 88 PASS outerHTML <textarea> non-context starting with U+000A
89 FAIL outerHTML <listing> non-context starting with U+000A assert_equals: expecte d "<span><listing>\n\n</%text></span>" but got "<span><listing>\n</listing></spa n>" 89 PASS outerHTML <listing> non-context starting with U+000A
90 FAIL outerHTML <pre> non-context not starting with U+000A assert_equals: expecte d "<span><pre>a\n</%text></span>" but got "<span><pre>a\n</pre></span>" 90 PASS outerHTML <pre> non-context not starting with U+000A
91 FAIL outerHTML <textarea> non-context not starting with U+000A assert_equals: ex pected "<span><textarea>a\n</%text></span>" but got "<span><textarea>a\n</textar ea></span>" 91 PASS outerHTML <textarea> non-context not starting with U+000A
92 FAIL outerHTML <listing> non-context not starting with U+000A assert_equals: exp ected "<span><listing>a\n</%text></span>" but got "<span><listing>a\n</listing>< /span>" 92 PASS outerHTML <listing> non-context not starting with U+000A
93 PASS innerHTML Void context node area 93 PASS innerHTML Void context node area
94 PASS innerHTML Void context node base 94 PASS innerHTML Void context node base
95 PASS innerHTML Void context node basefont 95 PASS innerHTML Void context node basefont
96 FAIL innerHTML Void context node bgsound assert_equals: expected "" but got "<a> <!--abc--></a><b><c>abc</c></b>" 96 FAIL innerHTML Void context node bgsound assert_equals: expected "" but got "<a> <!--abc--></a><b><c>abc</c></b>"
97 PASS innerHTML Void context node br 97 PASS innerHTML Void context node br
98 PASS innerHTML Void context node col 98 PASS innerHTML Void context node col
99 PASS innerHTML Void context node embed 99 PASS innerHTML Void context node embed
100 PASS innerHTML Void context node frame 100 PASS innerHTML Void context node frame
101 PASS innerHTML Void context node hr 101 PASS innerHTML Void context node hr
102 PASS innerHTML Void context node img 102 PASS innerHTML Void context node img
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 FAIL outerHTML void as last child with preceding siblings keygen assert_equals: expected "<span><a>test</a><b></b><keygen></span>" but got "<span><a>test</a><b> </b><keygen></keygen></span>" 237 FAIL outerHTML void as last child with preceding siblings keygen assert_equals: expected "<span><a>test</a><b></b><keygen></span>" but got "<span><a>test</a><b> </b><keygen></keygen></span>"
238 FAIL outerHTML void as last child with preceding siblings link assert_equals: ex pected "<span><a>test</a><b></b><link></span>" but got "<span><a>test</a><b></b> <link></link></span>" 238 FAIL outerHTML void as last child with preceding siblings link assert_equals: ex pected "<span><a>test</a><b></b><link></span>" but got "<span><a>test</a><b></b> <link></link></span>"
239 FAIL outerHTML void as last child with preceding siblings menuitem assert_equals : expected "<span><a>test</a><b></b><menuitem></span>" but got "<span><a>test</a ><b></b><menuitem></menuitem></span>" 239 FAIL outerHTML void as last child with preceding siblings menuitem assert_equals : expected "<span><a>test</a><b></b><menuitem></span>" but got "<span><a>test</a ><b></b><menuitem></menuitem></span>"
240 FAIL outerHTML void as last child with preceding siblings meta assert_equals: ex pected "<span><a>test</a><b></b><meta></span>" but got "<span><a>test</a><b></b> <meta></meta></span>" 240 FAIL outerHTML void as last child with preceding siblings meta assert_equals: ex pected "<span><a>test</a><b></b><meta></span>" but got "<span><a>test</a><b></b> <meta></meta></span>"
241 FAIL outerHTML void as last child with preceding siblings param assert_equals: e xpected "<span><a>test</a><b></b><param></span>" but got "<span><a>test</a><b></ b><param></param></span>" 241 FAIL outerHTML void as last child with preceding siblings param assert_equals: e xpected "<span><a>test</a><b></b><param></span>" but got "<span><a>test</a><b></ b><param></param></span>"
242 FAIL outerHTML void as last child with preceding siblings source assert_equals: expected "<span><a>test</a><b></b><source></span>" but got "<span><a>test</a><b> </b><source></source></span>" 242 FAIL outerHTML void as last child with preceding siblings source assert_equals: expected "<span><a>test</a><b></b><source></span>" but got "<span><a>test</a><b> </b><source></source></span>"
243 FAIL outerHTML void as last child with preceding siblings track assert_equals: e xpected "<span><a>test</a><b></b><track></span>" but got "<span><a>test</a><b></ b><track></track></span>" 243 FAIL outerHTML void as last child with preceding siblings track assert_equals: e xpected "<span><a>test</a><b></b><track></span>" but got "<span><a>test</a><b></ b><track></track></span>"
244 FAIL outerHTML void as last child with preceding siblings wbr assert_equals: exp ected "<span><a>test</a><b></b><wbr></span>" but got "<span><a>test</a><b></b><w br></wbr></span>" 244 FAIL outerHTML void as last child with preceding siblings wbr assert_equals: exp ected "<span><a>test</a><b></b><wbr></span>" but got "<span><a>test</a><b></b><w br></wbr></span>"
245 Harness: the test ran to completion. 245 Harness: the test ran to completion.
246 246
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698