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

Side by Side Diff: LayoutTests/fast/css/quotes-computedstyle-expected.txt

Issue 1206793002: getComputedStyle(e).quotes always return empty string (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updating as per review comments Created 5 years, 5 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
(Empty)
1 Tests the computed style of quotes property.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS getComputedStyle(child1).quotes is "none"
7 PASS getComputedStyle(child1).getPropertyValue('quotes') is "none"
8 PASS getComputedStyle(child2).quotes is "\"<<\" \">>\" \"<\" \">\""
9 PASS getComputedStyle(child2).getPropertyValue('quotes') is "\"<<\" \">>\" \"<\" \">\""
10 PASS successfullyParsed is true
11
12 TEST COMPLETE
13 Before q1-text q2-text q1-text after.
14
15 Before q1-text q2-text q1-text after.
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/quotes-computedstyle.html ('k') | Source/core/css/ComputedStyleCSSValueMapping.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698