Index: LayoutTests/inspector/elements/styles/lazy-computed-style-expected.txt |
diff --git a/LayoutTests/inspector/elements/styles/lazy-computed-style-expected.txt b/LayoutTests/inspector/elements/styles/lazy-computed-style-expected.txt |
deleted file mode 100644 |
index 7cfc30a02383acbf2cb256e54d8b4678b1d8636a..0000000000000000000000000000000000000000 |
--- a/LayoutTests/inspector/elements/styles/lazy-computed-style-expected.txt |
+++ /dev/null |
@@ -1,75 +0,0 @@ |
-Tests that computed styles expand and allow tracing to style rules. |
- |
-==== All styles (should be no computed) ==== |
-[expanded] |
-element.style { () |
- |
-[expanded] |
-#inspected { (lazy-computed-style.html:15 -> lazy-computed-style.html:15:1) |
- background: gray; |
- background-image: initial; |
- background-position-x: initial; |
- background-position-y: initial; |
- background-size: initial; |
- background-repeat-x: initial; |
- background-repeat-y: initial; |
- background-attachment: initial; |
- background-origin: initial; |
- background-clip: initial; |
- background-color: gray; |
- |
-[expanded] |
-#inspected { (lazy-computed-style.html:10 -> lazy-computed-style.html:10:1) |
-/-- overloaded --/ background-color: black; |
- font-family: Courier; |
- |
-[expanded] |
-#inspected { (lazy-computed-style.html:5 -> lazy-computed-style.html:5:1) |
-/-- overloaded --/ background-color: green; |
-/-- overloaded --/ font-family: Times; |
- |
-[expanded] |
-div { (user agent stylesheet) |
- display: block; |
- |
-==== All styles (computed should be there) ==== |
-background-attachment: scroll; |
-background-clip: border-box; |
-background-color: rgb(128, 128, 128); |
-background-image: none; |
-background-origin: padding-box; |
-background-size: auto; |
-display: block; |
-font-family: Courier; |
-[expanded] |
-element.style { () |
- |
-[expanded] |
-#inspected { (lazy-computed-style.html:15 -> lazy-computed-style.html:15:1) |
- background: gray; |
- background-image: initial; |
- background-position-x: initial; |
- background-position-y: initial; |
- background-size: initial; |
- background-repeat-x: initial; |
- background-repeat-y: initial; |
- background-attachment: initial; |
- background-origin: initial; |
- background-clip: initial; |
- background-color: gray; |
- |
-[expanded] |
-#inspected { (lazy-computed-style.html:10 -> lazy-computed-style.html:10:1) |
-/-- overloaded --/ background-color: black; |
- font-family: Courier; |
- |
-[expanded] |
-#inspected { (lazy-computed-style.html:5 -> lazy-computed-style.html:5:1) |
-/-- overloaded --/ background-color: green; |
-/-- overloaded --/ font-family: Times; |
- |
-[expanded] |
-div { (user agent stylesheet) |
- display: block; |
- |
- |