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

Side by Side Diff: LayoutTests/fast/css/getComputedStyle/computed-style-properties-expected.txt

Issue 1090423007: Serialize <string> with double quotes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix more tests Created 5 years, 8 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 1: Uncaught SyntaxError: Unexpected identifier
1 outline 2 outline
2 content 3 content
3 counter 4 counter
4 Heading A 5 Heading A
5 6
6 Subheading A 7 Subheading A
7 8
8 Subheading B 9 Subheading B
9 10
10 Heading B 11 Heading B
11 12
12 PASS computedStyleFor('outline', null, 'outline-offset') is '5px' 13 PASS computedStyleFor('outline', null, 'outline-offset') is '5px'
13 PASS computedStyleFor('content', 'before', 'content') is "'text'" 14 FAIL computedStyleFor('content', 'before', 'content') should be text. Was "text" .
14 PASS computedStyleFor('content', 'after', 'content') is "'test ' url(data:image/ gif;base64,R0lGODlhAQABAJAAAP8AAAAAACwAAAAAAQABAAACAgQBADs=)" 15 FAIL successfullyParsed should be true. Was false.
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 'subsecti on 1'
20 PASS computedStyleFor('subcounter2', 'before', 'content') is "counter(section) ' .' counter(subsection) '. '"
21 PASS successfullyParsed is true
22 16
23 TEST COMPLETE 17 TEST COMPLETE
24 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698