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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/selectors/pseudo-classes/dir-expected.txt

Issue 1898403002: [WIP] Implement :dir() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase... other changes too probably Created 4 years, 7 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 FAIL ':dir(rtl)' matches all elements whose directionality is 'rtl'. Failed to e xecute 'querySelectorAll' on 'Document': ':dir(rtl)' is not a valid selector. 2 FAIL ':dir(rtl)' matches all elements whose directionality is 'rtl'. assert_arra y_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
3 FAIL ':dir(ltr)' matches all elements whose directionality is 'ltr'. Failed to e xecute 'querySelectorAll' on 'Document': ':dir(ltr)' is not a valid selector. 3 FAIL ':dir(ltr)' matches all elements whose directionality is 'ltr'. assert_arra y_equals: lengths differ, expected 18 got 22
4 FAIL ':dir(ltr)' doesn't match elements not in the document. Failed to execute ' querySelectorAll' on 'Document': ':dir(ltr)' is not a valid selector. 4 FAIL ':dir(ltr)' doesn't match elements not in the document. assert_array_equals : lengths differ, expected 14 got 22
5 Harness: the test ran to completion. 5 Harness: the test ran to completion.
6 6
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698