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

Unified Diff: LayoutTests/fast/css/invalidation/targeted-class-custom-pseudo-expected.txt

Issue 219193004: Custom pseudo element types as an invalidation set feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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: LayoutTests/fast/css/invalidation/targeted-class-custom-pseudo-expected.txt
diff --git a/LayoutTests/fast/css/invalidation/targeted-class-custom-pseudo-expected.txt b/LayoutTests/fast/css/invalidation/targeted-class-custom-pseudo-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d5fe133f56a4efd24b3fb31663671074ca9bb116
--- /dev/null
+++ b/LayoutTests/fast/css/invalidation/targeted-class-custom-pseudo-expected.txt
@@ -0,0 +1,13 @@
+Check that targeted class invalidation works for custom pseudo elements.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS !!window.internals is true
+PASS getComputedStyle(fileUploadButton, null).backgroundColor is gray
+PASS internals.updateStyleAndReturnAffectedElementCount() is 2
+PASS getComputedStyle(fileUploadButton, null).backgroundColor is green
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698