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

Side by Side Diff: LayoutTests/fast/css/attribute-selector-case-insensitive-expected.txt

Issue 330043003: Add support for case-insensitive attribute value selectors (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Move zero-initialization of m_bits to RareData constructor (explicitly). Created 6 years, 4 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 | Annotate | Revision Log
OLDNEW
(Empty)
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
32
33 TEST COMPLETE
34 PASS if all elements borders are all green, not red.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698