Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / invalidation / selection-pseudo-expected.txt
blob1039ea239cba608d42ee8aabb2533d71c9560792
1 CONSOLE ERROR: Discontiguous selection is not supported.
2 Style invalidation for ::selection
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 PASS getComputedStyle(select[0], '::selection').backgroundColor is red
8 PASS internals.updateStyleAndReturnAffectedElementCount() is 1
9 PASS getComputedStyle(select[0], '::selection').backgroundColor is green
10 PASS [object Object] is defined.
11 PASS getComputedStyle(select[1], '::selection').backgroundColor is red
12 PASS internals.updateStyleAndReturnAffectedElementCount() is 1
13 PASS getComputedStyle(select[1], '::selection').backgroundColor is green
14 PASS successfullyParsed is true
16 TEST COMPLETE