Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / attribute-selector-case-insensitive-expected.txt
blob415ac1eb7db254e06271568ab612b0c32b40b9b3
1 Testing exact attribute selector.
2 PASS window.getComputedStyle(element).borderTopColor is 'rgb(0, 128, 0)'
3 PASS window.getComputedStyle(element).borderRightColor is 'rgb(0, 128, 0)'
4 PASS window.getComputedStyle(element).borderBottomColor is 'rgb(0, 128, 0)'
5 PASS window.getComputedStyle(element).borderLeftColor is 'rgb(0, 128, 0)'
6 Testing list attribute selector.
7 PASS window.getComputedStyle(element).borderTopColor is 'rgb(0, 128, 0)'
8 PASS window.getComputedStyle(element).borderRightColor is 'rgb(0, 128, 0)'
9 PASS window.getComputedStyle(element).borderBottomColor is 'rgb(0, 128, 0)'
10 PASS window.getComputedStyle(element).borderLeftColor is 'rgb(0, 128, 0)'
11 Testing hyphen attribute selector.
12 PASS window.getComputedStyle(element).borderTopColor is 'rgb(0, 128, 0)'
13 PASS window.getComputedStyle(element).borderRightColor is 'rgb(0, 128, 0)'
14 PASS window.getComputedStyle(element).borderBottomColor is 'rgb(0, 128, 0)'
15 PASS window.getComputedStyle(element).borderLeftColor is 'rgb(0, 128, 0)'
16 Testing begin attribute selector.
17 PASS window.getComputedStyle(element).borderTopColor is 'rgb(0, 128, 0)'
18 PASS window.getComputedStyle(element).borderRightColor is 'rgb(0, 128, 0)'
19 PASS window.getComputedStyle(element).borderBottomColor is 'rgb(0, 128, 0)'
20 PASS window.getComputedStyle(element).borderLeftColor is 'rgb(0, 128, 0)'
21 Testing end attribute selector.
22 PASS window.getComputedStyle(element).borderTopColor is 'rgb(0, 128, 0)'
23 PASS window.getComputedStyle(element).borderRightColor is 'rgb(0, 128, 0)'
24 PASS window.getComputedStyle(element).borderBottomColor is 'rgb(0, 128, 0)'
25 PASS window.getComputedStyle(element).borderLeftColor is 'rgb(0, 128, 0)'
26 Testing contains attribute selector.
27 PASS window.getComputedStyle(element).borderTopColor is 'rgb(0, 128, 0)'
28 PASS window.getComputedStyle(element).borderRightColor is 'rgb(0, 128, 0)'
29 PASS window.getComputedStyle(element).borderBottomColor is 'rgb(0, 128, 0)'
30 PASS window.getComputedStyle(element).borderLeftColor is 'rgb(0, 128, 0)'
31 PASS successfullyParsed is true
33 TEST COMPLETE
34 PASS if all elements borders are all green, not red.