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

Unified Diff: LayoutTests/fast/css/invalidation/spatial-navigation-focus-pseudo-expected.txt

Issue 705693005: No need for subtree recalc for :-internal-spatial-navigation-focus. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@tmp-base
Patch Set: Created 6 years, 1 month 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/spatial-navigation-focus-pseudo-expected.txt
diff --git a/LayoutTests/fast/css/invalidation/spatial-navigation-focus-pseudo-expected.txt b/LayoutTests/fast/css/invalidation/spatial-navigation-focus-pseudo-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..08f1a377410af414599895e3c7eb11a778c262bb
--- /dev/null
+++ b/LayoutTests/fast/css/invalidation/spatial-navigation-focus-pseudo-expected.txt
@@ -0,0 +1,19 @@
+Use descendant invalidation set in the presence of an :-internal-spatial-navigation-focus pseudo class.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+This test relies on the bug (crbug.com/432436) that internal pseudo classes are being
+exposed to the extent that they are not dropped, but in the case of :-internal-spatial-navigation-focus,
+never matched. If the mentioned bug is fixed this test will start failing. When that happens,
+we need to either add the possibility to use internal css features in author style for tests,
+support injecting UA style for tests, or drop this test.
+
+PASS getComputedStyle(b).backgroundColor is transparent
+PASS internals.updateStyleAndReturnAffectedElementCount() is 2
+PASS getComputedStyle(b).backgroundColor is green
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
+
« no previous file with comments | « LayoutTests/fast/css/invalidation/spatial-navigation-focus-pseudo.html ('k') | Source/core/css/RuleFeature.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698