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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css/invalidation/selection-pseudo-expected.txt

Issue 2709443002: Selection API: addRange() should be ignored if there is an existing Range. (Closed)
Patch Set: . Created 3 years, 10 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 CONSOLE ERROR: line 43: Discontiguous selection is not supported.
2 Style invalidation for ::selection 1 Style invalidation for ::selection
3 2
4 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 ".
5 4
6 5
7 PASS getComputedStyle(select[0], '::selection').backgroundColor is red 6 PASS getComputedStyle(select[0], '::selection').backgroundColor is red
8 PASS internals.updateStyleAndReturnAffectedElementCount() is 1 7 PASS internals.updateStyleAndReturnAffectedElementCount() is 1
9 PASS getComputedStyle(select[0], '::selection').backgroundColor is green 8 PASS getComputedStyle(select[0], '::selection').backgroundColor is green
10 PASS [object Object] is defined. 9 PASS [object Object] is defined.
11 PASS getComputedStyle(select[1], '::selection').backgroundColor is red 10 PASS getComputedStyle(select[1], '::selection').backgroundColor is red
12 PASS internals.updateStyleAndReturnAffectedElementCount() is 1 11 PASS internals.updateStyleAndReturnAffectedElementCount() is 1
13 PASS getComputedStyle(select[1], '::selection').backgroundColor is green 12 PASS getComputedStyle(select[1], '::selection').backgroundColor is green
14 PASS successfullyParsed is true 13 PASS successfullyParsed is true
15 14
16 TEST COMPLETE 15 TEST COMPLETE
17 1 16 1
18 2 17 2
19 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698