| Index: LayoutTests/inspector/styles/variables/css-variables-expected.txt
|
| diff --git a/LayoutTests/inspector/styles/variables/css-variables-expected.txt b/LayoutTests/inspector/styles/variables/css-variables-expected.txt
|
| index 02825ceab2a440796761e3efa08519f512add1b0..0a589617cc858aadb9d6b1d8c1834aadbdc01bad 100644
|
| --- a/LayoutTests/inspector/styles/variables/css-variables-expected.txt
|
| +++ b/LayoutTests/inspector/styles/variables/css-variables-expected.txt
|
| @@ -3,7 +3,7 @@ Tests that webkit css variables can be loaded correctly.
|
| Text
|
| [expanded]
|
| color: rgb(0, 128, 0);
|
| - #inspected - -webkit-var(a) css-variables.html:4
|
| + #inspected - var(a) css-variables.html:4
|
| display: block;
|
| div - block user agent stylesheet
|
|
|
| @@ -13,8 +13,8 @@ element.style { ()
|
| ======== Matched CSS Rules ========
|
| [expanded]
|
| #inspected { (css-variables.html:4 -> css-variables.html:4:1)
|
| --webkit-var-a: green;
|
| -color: -webkit-var(a);
|
| +var-a: green;
|
| +color: var(a);
|
|
|
| [expanded]
|
| div { (user agent stylesheet)
|
|
|