Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / getComputedStyle / computed-style-properties-expected.txt
blob71ca2e22ffb4a4948f503c3d404796624301ae64
1 outline
2 content
3 counter
4 Heading A
6 Subheading A
8 Subheading B
10 Heading B
12 PASS computedStyleFor('outline', null, 'outline-offset') is '5px'
13 PASS computedStyleFor('content', 'before', 'content') is "\"text\""
14 PASS computedStyleFor('content', 'after', 'content') is "\"test \" url(data:image/gif;base64,R0lGODlhAQABAJAAAP8AAAAAACwAAAAAAQABAAACAgQBADs=)"
15 PASS computedStyleFor('counter', null, 'counter-reset') is 'section 0'
16 PASS str.indexOf('subsection 0') != -1 is true
17 PASS str.indexOf('anothercounter 5') != -1 is true
18 PASS computedStyleFor('counter1', 'before', 'counter-increment') is 'section 1'
19 PASS computedStyleFor('subcounter2', 'before', 'counter-increment') is 'subsection 1'
20 PASS computedStyleFor('subcounter2', 'before', 'content') is "counter(section) \".\" counter(subsection) \". \""
21 PASS successfullyParsed is true
23 TEST COMPLETE