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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/invalidation/hover-first-letter-sibling-expected.txt

Issue 1509853002: Remove checkForChildrenAdjacentRuleChanges. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Might need to schedule sibling invalidation sets for SubtreeStyleChange Created 5 years 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/fast/css/invalidation/hover-first-letter-sibling-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/hover-first-letter-sibling-expected.txt b/third_party/WebKit/LayoutTests/fast/css/invalidation/hover-first-letter-sibling-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1bc03eca1bb2d9753f523c82d5d4730f99c5c96e
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/hover-first-letter-sibling-expected.txt
@@ -0,0 +1,13 @@
+Sibling invalidation with :hover and ::first-letter
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS getComputedStyle(target).backgroundColor is transparent
+PASS window.eventSender is defined.
+FAIL internals.updateStyleAndReturnAffectedElementCount() should be 4. Was 3.
+FAIL getComputedStyle(target).backgroundColor should be rgb(0, 128, 0). Was rgba(0, 0, 0, 0).
+PASS successfullyParsed is true
+
+TEST COMPLETE
+This text, and the orange square, should have a green background when the orange square is hovered.

Powered by Google App Engine
This is Rietveld 408576698