| Index: third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-variables-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-variables-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-variables-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4de87824b50937ac2cd5d2b4230eb79e3ace4162
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-variables-expected.txt
|
| @@ -0,0 +1,21 @@
|
| +Tests that computed styles expand and allow tracing to style rules.
|
| +
|
| +==== Computed style for ID1 ====
|
| +--b: 44px
|
| + 44px - #id1 styles-variables.html:8 -> styles-variables.html:8:1
|
| +display: block
|
| + block - div user agent stylesheet
|
| +[expanded]
|
| +element.style { ()
|
| +
|
| +value of --a: red
|
| +==== Computed style for ID2 ====
|
| +--a: green
|
| + green - #id2 styles-variables.html:12 -> styles-variables.html:12:1
|
| +display: block
|
| + block - div user agent stylesheet
|
| +[expanded]
|
| +element.style { ()
|
| +
|
| +value of --b: 44px
|
| +
|
|
|