Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/selectors/pseudo-classes/dir-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/selectors/pseudo-classes/dir-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/selectors/pseudo-classes/dir-expected.txt |
| index 8d4f29793fd8ae7579e70dbb941c6b754e003b6b..2dbbcd2b868776e3b39dbdcca0c220c4f365b3b6 100644 |
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/selectors/pseudo-classes/dir-expected.txt |
| +++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/selectors/pseudo-classes/dir-expected.txt |
| @@ -1,6 +1,6 @@ |
| This is a testharness.js-based test. |
| -FAIL ':dir(rtl)' matches all elements whose directionality is 'rtl'. Failed to execute 'querySelectorAll' on 'Document': ':dir(rtl)' is not a valid selector. |
| -FAIL ':dir(ltr)' matches all elements whose directionality is 'ltr'. Failed to execute 'querySelectorAll' on 'Document': ':dir(ltr)' is not a valid selector. |
| -FAIL ':dir(ltr)' doesn't match elements not in the document. Failed to execute 'querySelectorAll' on 'Document': ':dir(ltr)' is not a valid selector. |
| +FAIL ':dir(rtl)' matches all elements whose directionality is 'rtl'. assert_array_equals: lengths differ, expected 7 got 5 |
|
Timothy Loh
2016/05/12 09:28:02
These tests here have several problems and don't i
|
| +FAIL ':dir(ltr)' matches all elements whose directionality is 'ltr'. assert_array_equals: lengths differ, expected 18 got 22 |
| +FAIL ':dir(ltr)' doesn't match elements not in the document. assert_array_equals: lengths differ, expected 14 got 22 |
| Harness: the test ran to completion. |