Index: LayoutTests/imported/web-platform-tests/html/semantics/selectors/pseudo-classes/dir-expected.txt |
diff --git a/LayoutTests/imported/web-platform-tests/html/semantics/selectors/pseudo-classes/dir-expected.txt b/LayoutTests/imported/web-platform-tests/html/semantics/selectors/pseudo-classes/dir-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d8b74e8f7cf0c3f72549634d777aa3814702ebbb |
--- /dev/null |
+++ b/LayoutTests/imported/web-platform-tests/html/semantics/selectors/pseudo-classes/dir-expected.txt |
@@ -0,0 +1,7 @@ |
+ |
+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. |
+Harness: the test ran to completion. |
+ |