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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/domparsing/innerhtml-01-expected.txt

Issue 2741403002: testharnessreport: Support SVG testharness tests. (Closed)
Patch Set: . Created 3 years, 9 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 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 FAIL innerHTML in XHTML: getting while the document is in an invalid state asser t_throws: getting element with ":" in its local name function "function () { 2 FAIL innerHTML in XHTML: getting while the document is in an invalid state asser t_throws: getting element with ":" in its local name function "function () {
3 document.documentElement.innerHTML; 3 document.documentElement.innerHTML;
4 }" did not throw 4 }" did not throw
5 FAIL innerHTML in XHTML: getting while the document is in an invalid state 1 ass ert_throws: Getting a Text node whose data contains characters that are not matc hed by the XML Char production function "function () { 5 FAIL innerHTML in XHTML: getting while the document is in an invalid state 1 ass ert_throws: Getting a Text node whose data contains characters that are not matc hed by the XML Char production function "function () {
6 document.getElementsByTagName("title")[0].innerHTML; 6 document.getElementsByTagName("title")[0].innerHTML;
7 }" did not throw 7 }" did not throw
8 Harness: the test ran to completion. 8 Harness: the test ran to completion.
9 9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698