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

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

Issue 1349543004: CSS: Avoid invalidating style when only descendants need updating (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: invalidatesSelf Created 5 years, 3 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 unified diff | Download patch
OLDNEW
1 Use descendant invalidation set in the presence of an :-internal-spatial-navigat ion-focus pseudo class. 1 Use descendant invalidation set in the presence of an :-internal-spatial-navigat ion-focus pseudo class.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 This test relies on the bug (crbug.com/432436) that internal pseudo classes are being 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, 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, 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, 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. 10 support injecting UA style for tests, or drop this test.
11 11
12 PASS getComputedStyle(b).backgroundColor is transparent 12 PASS getComputedStyle(b).backgroundColor is transparent
13 PASS internals.updateStyleAndReturnAffectedElementCount() is 2 13 PASS internals.updateStyleAndReturnAffectedElementCount() is 1
14 PASS getComputedStyle(b).backgroundColor is green 14 PASS getComputedStyle(b).backgroundColor is green
15 PASS successfullyParsed is true 15 PASS successfullyParsed is true
16 16
17 TEST COMPLETE 17 TEST COMPLETE
18 18
19 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698