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

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

Issue 2697303002: Auto-rebaseline for r450922 (Closed)
Patch Set: 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 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 120 tests; 119 PASS, 1 FAIL, 0 TIMEOUT, 0 NOTRUN.
2 PASS Range 0 [paras[0].firstChild, 0, paras[0].firstChild, 0] setBaseAndExtent() 3 PASS Range 0 [paras[0].firstChild, 0, paras[0].firstChild, 0] setBaseAndExtent()
3 PASS Reverse range 0 [paras[0].firstChild, 0, paras[0].firstChild, 0] setBaseAnd Extent() 4 PASS Reverse range 0 [paras[0].firstChild, 0, paras[0].firstChild, 0] setBaseAnd Extent()
4 PASS Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 1] setBaseAndExtent() 5 PASS Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 1] setBaseAndExtent()
5 PASS Reverse range 1 [paras[0].firstChild, 0, paras[0].firstChild, 1] setBaseAnd Extent() 6 PASS Reverse range 1 [paras[0].firstChild, 0, paras[0].firstChild, 1] setBaseAnd Extent()
6 PASS Range 2 [paras[0].firstChild, 2, paras[0].firstChild, 8] setBaseAndExtent() 7 PASS Range 2 [paras[0].firstChild, 2, paras[0].firstChild, 8] setBaseAndExtent()
7 PASS Reverse range 2 [paras[0].firstChild, 2, paras[0].firstChild, 8] setBaseAnd Extent() 8 PASS Reverse range 2 [paras[0].firstChild, 2, paras[0].firstChild, 8] setBaseAnd Extent()
8 PASS Range 3 [paras[0].firstChild, 2, paras[0].firstChild, 9] setBaseAndExtent() 9 PASS Range 3 [paras[0].firstChild, 2, paras[0].firstChild, 9] setBaseAndExtent()
9 PASS Reverse range 3 [paras[0].firstChild, 2, paras[0].firstChild, 9] setBaseAnd Extent() 10 PASS Reverse range 3 [paras[0].firstChild, 2, paras[0].firstChild, 9] setBaseAnd Extent()
10 PASS Range 4 [paras[1].firstChild, 0, paras[1].firstChild, 0] setBaseAndExtent() 11 PASS Range 4 [paras[1].firstChild, 0, paras[1].firstChild, 0] setBaseAndExtent()
11 PASS Reverse range 4 [paras[1].firstChild, 0, paras[1].firstChild, 0] setBaseAnd Extent() 12 PASS Reverse range 4 [paras[1].firstChild, 0, paras[1].firstChild, 0] setBaseAnd Extent()
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 PASS Range 56 [foreignDocfrag, 0, foreignDocfrag, 0] setBaseAndExtent() 115 PASS Range 56 [foreignDocfrag, 0, foreignDocfrag, 0] setBaseAndExtent()
115 PASS Reverse range 56 [foreignDocfrag, 0, foreignDocfrag, 0] setBaseAndExtent() 116 PASS Reverse range 56 [foreignDocfrag, 0, foreignDocfrag, 0] setBaseAndExtent()
116 PASS Range 57 [xmlDocfrag, 0, xmlDocfrag, 0] setBaseAndExtent() 117 PASS Range 57 [xmlDocfrag, 0, xmlDocfrag, 0] setBaseAndExtent()
117 PASS Reverse range 57 [xmlDocfrag, 0, xmlDocfrag, 0] setBaseAndExtent() 118 PASS Reverse range 57 [xmlDocfrag, 0, xmlDocfrag, 0] setBaseAndExtent()
118 PASS setBaseAndExtent() with index larger than length 119 PASS setBaseAndExtent() with index larger than length
119 PASS setBaseAndExtent() with negative index 120 PASS setBaseAndExtent() with negative index
120 FAIL setBaseAndExtent() with null nodes assert_equals: focus node, got an TypeEr ror exception expected "TypeError" but got "Error" 121 FAIL setBaseAndExtent() with null nodes assert_equals: focus node, got an TypeEr ror exception expected "TypeError" but got "Error"
121 PASS setBaseAndExtent() with too few params 122 PASS setBaseAndExtent() with too few params
122 Harness: the test ran to completion. 123 Harness: the test ran to completion.
123 124
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698