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

Side by Side Diff: LayoutTests/inspector/styles/variables/css-variables-expected.txt

Issue 16183002: Unprefix CSS Variables (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased and updated prefix test Created 7 years, 6 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
1 Tests that webkit css variables can be loaded correctly. 1 Tests that webkit css variables can be loaded correctly.
2 2
3 Text 3 Text
4 [expanded] 4 [expanded]
5 color: rgb(0, 128, 0); 5 color: rgb(0, 128, 0);
6 #inspected - -webkit-var(a) css-variables.html:4 6 #inspected - var(a) css-variables.html:4
7 display: block; 7 display: block;
8 div - block user agent stylesheet 8 div - block user agent stylesheet
9 9
10 [expanded] 10 [expanded]
11 element.style { () 11 element.style { ()
12 12
13 ======== Matched CSS Rules ======== 13 ======== Matched CSS Rules ========
14 [expanded] 14 [expanded]
15 #inspected { (css-variables.html:4 -> css-variables.html:4:1) 15 #inspected { (css-variables.html:4 -> css-variables.html:4:1)
16 -webkit-var-a: green; 16 var-a: green;
17 color: -webkit-var(a); 17 color: var(a);
18 18
19 [expanded] 19 [expanded]
20 div { (user agent stylesheet) 20 div { (user agent stylesheet)
21 display: block; 21 display: block;
22 22
23 23
24 24
OLDNEW
« no previous file with comments | « LayoutTests/inspector/styles/variables/css-variables.html ('k') | Source/core/css/CSSGrammar.y.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698