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

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

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: update Created 3 years, 11 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 Found 2 tests. 0 PASS 2 FAIL 0 TIMEOUT 0 NOTRUN
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 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; 4 document.documentElement.innerHTML;
4 }" did not throw 5 }" 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 () { 6 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; 7 document.getElementsByTagName("title")[0].innerHTML;
7 }" did not throw 8 }" did not throw
8 Harness: the test ran to completion. 9 Harness: the test ran to completion.
9 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698