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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/selectors/pseudo-classes/readwrite-readonly-expected.txt

Issue 1984023002: Move web-platform-tests to wpt (part 1 of 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/selectors/pseudo-classes/readwrite-readonly-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/selectors/pseudo-classes/readwrite-readonly-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/selectors/pseudo-classes/readwrite-readonly-expected.txt
deleted file mode 100644
index 160cbf45a4e5cf61d8daa228349e452807051bf7..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/selectors/pseudo-classes/readwrite-readonly-expected.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-This is a testharness.js-based test.
-PASS The :read-write pseudo-class must not match input elements to which the readonly attribute does not apply
-FAIL The :read-only pseudo-class must match input elements to which the readonly attribute does not apply assert_array_equals: lengths differ, expected 10 got 0
-FAIL The :read-write pseudo-class must match input elements to which the readonly attribute applies, and that are mutable assert_array_equals: lengths differ, expected 1 got 2
-PASS The :read-only pseudo-class must not match input elements to which the readonly attribute applies, and that are mutable
-FAIL The :read-write pseudo-class must not match input elements after the readonly attribute has been added assert_array_equals: lengths differ, expected 0 got 1
-PASS The :read-only pseudo-class must match input elements after the readonly attribute has been added
-FAIL The :read-write pseudo-class must not match input elements after the readonly attribute has been removed assert_array_equals: lengths differ, expected 1 got 2
-PASS The :read-only pseudo-class must match input elements after the readonly attribute has been removed
-PASS The :read-write pseudo-class must match textarea elements that do not have a readonly attribute, and that are not disabled
-PASS The :read-only pseudo-class must match textarea elements that have a readonly attribute, or that are disabled
-PASS The :read-write pseudo-class must match textarea elements after the readonly attribute has been added
-PASS The :read-only pseudo-class must match textarea elements after the readonly attribute has been added
-FAIL The :read-write pseudo-class must not match textarea elements that are disabled assert_array_equals: lengths differ, expected 1 got 2
-FAIL The :read-only pseudo-class must match textarea elements that are disabled assert_array_equals: lengths differ, expected 1 got 0
-PASS The :read-write pseudo-class must match elements that are editable
-PASS The :read-only pseudo-class must not match elements that are editable
-FAIL The :read-write pseudo-class must match elements that are editing hosts assert_array_equals: lengths differ, expected 2 got 1
-FAIL The :read-only pseudo-class must not match elements that are editing hosts assert_array_equals: lengths differ, expected 0 got 1
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698