| 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
|
| index 879f0956c764c48921628d70f5bfc2914dd12002..53b7485cca5f4d2e3985b08e589f3a28aceff6a1 100644
|
| --- 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
|
| @@ -1,9 +1,9 @@
|
| Tests that computed styles expand and allow tracing to style rules.
|
|
|
| ==== Computed style for ID1 ====
|
| ---b: 44px
|
| +--b: 44px;
|
| 44px - #id1 styles-variables.html:8 -> styles-variables.html:8:1
|
| -display: block
|
| +display: block;
|
| block - div user agent stylesheet
|
| [expanded]
|
| element.style { ()
|
| @@ -18,9 +18,9 @@ div { (user agent stylesheet)
|
|
|
| value of --a: red
|
| ==== Computed style for ID2 ====
|
| ---a: green
|
| +--a: green;
|
| green - #id2 styles-variables.html:12 -> styles-variables.html:12:1
|
| -display: block
|
| +display: block;
|
| block - div user agent stylesheet
|
| [expanded]
|
| element.style { ()
|
| @@ -35,9 +35,9 @@ div { (user agent stylesheet)
|
|
|
| value of --b: 44px
|
| ==== Computed style for ID3 ====
|
| ---a: green
|
| +--a: green;
|
| inherit - #id3 styles-variables.html:16 -> styles-variables.html:16:1
|
| -display: block
|
| +display: block;
|
| block - div user agent stylesheet
|
| [expanded]
|
| element.style { ()
|
|
|