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

Unified Diff: LayoutTests/fast/css/hover-pseudo-element-quirks-expected.txt

Issue 848853004: Support :hover/:active in quirks when leftmost in compound. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Moved comments Created 5 years, 11 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
« no previous file with comments | « LayoutTests/fast/css/hover-pseudo-element-quirks.html ('k') | Source/core/css/SelectorChecker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/hover-pseudo-element-quirks-expected.txt
diff --git a/LayoutTests/fast/css/hover-pseudo-element-quirks-expected.txt b/LayoutTests/fast/css/hover-pseudo-element-quirks-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f04c3c79d0444c0de02a560f8c66b666e1b9023c
--- /dev/null
+++ b/LayoutTests/fast/css/hover-pseudo-element-quirks-expected.txt
@@ -0,0 +1,14 @@
+Quirks mode - universal :hover on pseudo elements
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS window.eventSender is defined.
+PASS getComputedStyle(t1, '::before').backgroundColor is transparent
+PASS getComputedStyle(t1, '::before').backgroundColor is green
+PASS getComputedStyle(t2, '::after').backgroundColor is transparent
+PASS getComputedStyle(t2, '::after').backgroundColor is green
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/css/hover-pseudo-element-quirks.html ('k') | Source/core/css/SelectorChecker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698