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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 Use descendant invalidation set in the presence of an :-internal-spatial-navigat ion-focus pseudo class.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 This test relies on the bug (crbug.com/432436) that internal pseudo classes are being
7 exposed to the extent that they are not dropped, but in the case of :-internal-s patial-navigation-focus,
8 never matched. If the mentioned bug is fixed this test will start failing. When that happens,
9 we need to either add the possibility to use internal css features in author sty le for tests,
10 support injecting UA style for tests, or drop this test.
11
12 PASS getComputedStyle(b).backgroundColor is transparent
13 PASS internals.updateStyleAndReturnAffectedElementCount() is 2
14 PASS getComputedStyle(b).backgroundColor is green
15 PASS successfullyParsed is true
16
17 TEST COMPLETE
18
19
OLDNEW
« 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