| 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 7e88de4774a16fbc8a912f1b2e3cd2f23e500ed9..02825ceab2a440796761e3efa08519f512add1b0 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:7
|
| + #inspected - -webkit-var(a) css-variables.html:4
|
| display: block;
|
| div - block user agent stylesheet
|
|
|
| @@ -12,7 +12,7 @@ element.style { ()
|
|
|
| ======== Matched CSS Rules ========
|
| [expanded]
|
| -#inspected { (css-variables.html:7 -> css-variables.html:7:1)
|
| +#inspected { (css-variables.html:4 -> css-variables.html:4:1)
|
| -webkit-var-a: green;
|
| color: -webkit-var(a);
|
|
|
|
|