Index: LayoutTests/fast/css/invalidation/required-optional-pseudo-expected.txt |
diff --git a/LayoutTests/fast/css/invalidation/required-optional-pseudo-expected.txt b/LayoutTests/fast/css/invalidation/required-optional-pseudo-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0f541c6023ed1270ec91d91d7e8a8126a043c7f1 |
--- /dev/null |
+++ b/LayoutTests/fast/css/invalidation/required-optional-pseudo-expected.txt |
@@ -0,0 +1,17 @@ |
+Use descendant invalidation sets for :required and :optional pseudo classes. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS getComputedStyle(inputOptional, '').backgroundColor is transparent |
+PASS internals.updateStyleAndReturnAffectedElementCount() is 1 |
+PASS getComputedStyle(inputOptional, '').backgroundColor is green |
+PASS getComputedStyle(inputRequired, '').backgroundColor is transparent |
+PASS internals.updateStyleAndReturnAffectedElementCount() is 1 |
+PASS getComputedStyle(inputRequired, '').backgroundColor is green |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |
+ |
+ |