Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Unified Diff: LayoutTests/inspector/elements/styles-3/styles-computed-trace-expected.txt

Issue 1312893006: DevTools: revert back ComputedStylesSidebar (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: brand new design Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/elements/styles-3/styles-computed-trace-expected.txt
diff --git a/LayoutTests/inspector/elements/styles-3/styles-computed-trace-expected.txt b/LayoutTests/inspector/elements/styles-3/styles-computed-trace-expected.txt
index 7ec9d8d8bc88c2eb3060761d897f7d1c6fad72db..8a7530d8a025f93a3b6de40bb3429af7a81be721 100644
--- a/LayoutTests/inspector/elements/styles-3/styles-computed-trace-expected.txt
+++ b/LayoutTests/inspector/elements/styles-3/styles-computed-trace-expected.txt
@@ -1,29 +1,55 @@
Tests that computed styles expand and allow tracing to style rules.
==== Computed style for ID1 ====
-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;
-text-decoration: underline solid rgb(0, 0, 0);
-text-decoration-color: rgb(0, 0, 0);
-text-decoration-line: underline;
-text-decoration-style: solid;
+background-attachment: scroll
+ initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:23:1
+background-clip: border-box
+ initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:23:1
+background-color: rgb(128, 128, 128)
+ grey - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:23:1
+ OVERLOADED black - #id1 styles-computed-trace.html:18 -> styles-computed-trace.html:18:1
+ OVERLOADED green - #id1 styles-computed-trace.html:13 -> styles-computed-trace.html:13:1
+background-image: none
+ initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:23:1
+background-origin: padding-box
+ initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:23:1
+background-size: auto
+ initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:23:1
+display: block
+ block - div user agent stylesheet
+font-family: Courier
+ Courier - #id1 styles-computed-trace.html:18 -> styles-computed-trace.html:18:1
+ OVERLOADED Times - #id1 styles-computed-trace.html:13 -> styles-computed-trace.html:13:1
+ OVERLOADED Arial - body styles-computed-trace.html:4 -> styles-computed-trace.html:4:1
+text-decoration: underline solid rgb(0, 0, 0)
+ underline - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1
+text-decoration-color: rgb(0, 0, 0)
+ initial - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1
+text-decoration-line: underline
+ underline - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1
+text-decoration-style: solid
+ initial - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1
[expanded]
element.style { ()
==== Computed style for ID2 ====
-background-color: rgb(0, 0, 255);
-display: block;
-font-family: Courier;
-text-decoration: underline solid rgb(0, 0, 0);
-text-decoration-color: rgb(0, 0, 0);
-text-decoration-line: underline;
-text-decoration-style: solid;
+background-color: rgb(0, 0, 255)
+ blue - #id2 styles-computed-trace.html:27 -> styles-computed-trace.html:27:1
+display: block
+ block - div user agent stylesheet
+font-family: Courier
+ Courier - #id2 styles-computed-trace.html:27 -> styles-computed-trace.html:27:1
+ OVERLOADED Courier - #id1 styles-computed-trace.html:18 -> styles-computed-trace.html:18:1
+ OVERLOADED Times - #id1 styles-computed-trace.html:13 -> styles-computed-trace.html:13:1
+ OVERLOADED Arial - body styles-computed-trace.html:4 -> styles-computed-trace.html:4:1
+text-decoration: underline solid rgb(0, 0, 0)
+ underline - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1
+text-decoration-color: rgb(0, 0, 0)
+ initial - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1
+text-decoration-line: underline
+ underline - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1
+text-decoration-style: solid
+ initial - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1
[expanded]
element.style { ()

Powered by Google App Engine
This is Rietveld 408576698