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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/selection/isCollapsed-expected.txt

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: rebase Created 3 years, 10 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 ERROR: line 22: The given range isn't in document. 1 CONSOLE ERROR: line 22: The given range isn't in document.
2 CONSOLE ERROR: line 22: The given range isn't in document. 2 CONSOLE ERROR: line 22: The given range isn't in document.
3 CONSOLE ERROR: line 22: The given range isn't in document. 3 CONSOLE ERROR: line 22: The given range isn't in document.
4 CONSOLE ERROR: line 22: The given range isn't in document. 4 CONSOLE ERROR: line 22: The given range isn't in document.
5 CONSOLE ERROR: line 22: The given range isn't in document. 5 CONSOLE ERROR: line 22: The given range isn't in document.
6 CONSOLE ERROR: line 22: The given range isn't in document. 6 CONSOLE ERROR: line 22: The given range isn't in document.
7 CONSOLE ERROR: line 22: The given range isn't in document. 7 CONSOLE ERROR: line 22: The given range isn't in document.
8 CONSOLE ERROR: line 22: The given range isn't in document. 8 CONSOLE ERROR: line 22: The given range isn't in document.
9 CONSOLE ERROR: line 22: The given range isn't in document. 9 CONSOLE ERROR: line 22: The given range isn't in document.
10 This is a testharness.js-based test. 10 This is a testharness.js-based test.
11 Found 59 tests; 43 PASS, 16 FAIL, 0 TIMEOUT, 0 NOTRUN.
11 PASS Empty selection 12 PASS Empty selection
12 PASS Range 0 [paras[0].firstChild, 0, paras[0].firstChild, 0] 13 PASS Range 0 [paras[0].firstChild, 0, paras[0].firstChild, 0]
13 PASS Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 1] 14 PASS Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 1]
14 PASS Range 2 [paras[0].firstChild, 2, paras[0].firstChild, 8] 15 PASS Range 2 [paras[0].firstChild, 2, paras[0].firstChild, 8]
15 PASS Range 3 [paras[0].firstChild, 2, paras[0].firstChild, 9] 16 PASS Range 3 [paras[0].firstChild, 2, paras[0].firstChild, 9]
16 PASS Range 4 [paras[1].firstChild, 0, paras[1].firstChild, 0] 17 PASS Range 4 [paras[1].firstChild, 0, paras[1].firstChild, 0]
17 PASS Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 1] 18 PASS Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 1]
18 PASS Range 6 [paras[1].firstChild, 2, paras[1].firstChild, 8] 19 PASS Range 6 [paras[1].firstChild, 2, paras[1].firstChild, 8]
19 PASS Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 9] 20 PASS Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 9]
20 PASS Range 8 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0] 21 PASS Range 8 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0]
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 FAIL Range 50 [detachedComment, 3, detachedComment, 4] assert_equals: Value of i sCollapsed expected false but got true 63 FAIL Range 50 [detachedComment, 3, detachedComment, 4] assert_equals: Value of i sCollapsed expected false but got true
63 PASS Range 51 [detachedComment, 5, detachedComment, 5] 64 PASS Range 51 [detachedComment, 5, detachedComment, 5]
64 FAIL Range 52 [detachedForeignComment, 0, detachedForeignComment, 1] assert_equa ls: Value of isCollapsed expected false but got true 65 FAIL Range 52 [detachedForeignComment, 0, detachedForeignComment, 1] assert_equa ls: Value of isCollapsed expected false but got true
65 PASS Range 53 [detachedForeignComment, 4, detachedForeignComment, 4] 66 PASS Range 53 [detachedForeignComment, 4, detachedForeignComment, 4]
66 FAIL Range 54 [detachedXmlComment, 2, detachedXmlComment, 6] assert_equals: Valu e of isCollapsed expected false but got true 67 FAIL Range 54 [detachedXmlComment, 2, detachedXmlComment, 6] assert_equals: Valu e of isCollapsed expected false but got true
67 PASS Range 55 [docfrag, 0, docfrag, 0] 68 PASS Range 55 [docfrag, 0, docfrag, 0]
68 PASS Range 56 [foreignDocfrag, 0, foreignDocfrag, 0] 69 PASS Range 56 [foreignDocfrag, 0, foreignDocfrag, 0]
69 PASS Range 57 [xmlDocfrag, 0, xmlDocfrag, 0] 70 PASS Range 57 [xmlDocfrag, 0, xmlDocfrag, 0]
70 Harness: the test ran to completion. 71 Harness: the test ran to completion.
71 72
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698