Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / styles / variables / css-variables-expected.txt
1 Tests that webkit css variables can be loaded correctly.
2
3 Text
4 [expanded] 
5 color: rgb(0, 128, 0);
6     #inspected - var(a) css-variables.html:4
7 display: block;
8     div - block user agent stylesheet
9
10 [expanded] 
11 element.style  { ()
12
13 [expanded] 
14 #inspected  { (css-variables.html:4 -> css-variables.html:4:1)
15 var-a: green;
16 color: var(a);
17
18 [expanded] 
19 div  { (user agent stylesheet)
20 display: block;
21
22
23