Index: third_party/WebKit/LayoutTests/external/wpt/selection/addRange-08-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/selection/addRange-08-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/selection/addRange-08-expected.txt |
index fbb3703502b049dd8d5ab593ff9f661dea9e6f34..0e725de7023e4b64f050312ea00f2a156781d358 100644 |
--- a/third_party/WebKit/LayoutTests/external/wpt/selection/addRange-08-expected.txt |
+++ b/third_party/WebKit/LayoutTests/external/wpt/selection/addRange-08-expected.txt |
@@ -209,6 +209,7 @@ CONSOLE ERROR: line 7: The given range isn't in document. |
CONSOLE ERROR: line 7: The given range isn't in document. |
CONSOLE ERROR: line 7: The given range isn't in document. |
This is a testharness.js-based test. |
+Found 2784 tests; 1024 PASS, 1760 FAIL, 0 TIMEOUT, 0 NOTRUN. |
PASS Range 8 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0] followed by Range 0 [paras[0].firstChild, 0, paras[0].firstChild, 0]: first addRange() must not throw exceptions or modify the range it's given |
FAIL Range 8 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0] followed by Range 0 [paras[0].firstChild, 0, paras[0].firstChild, 0]: first addRange() must result in rangeCount being 1 assert_equals: rangeCount must be 1 expected 1 but got 0 |
FAIL Range 8 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0] followed by Range 0 [paras[0].firstChild, 0, paras[0].firstChild, 0]: first addRange() must result in the selection's last range having the specified endpoints assert_not_equals: Cannot proceed with tests if rangeCount is 0 got disallowed value 0 |