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

Unified Diff: LayoutTests/inspector/elements/styles-2/lazy-computed-style-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-2/lazy-computed-style-expected.txt
diff --git a/LayoutTests/inspector/elements/styles-2/lazy-computed-style-expected.txt b/LayoutTests/inspector/elements/styles-2/lazy-computed-style-expected.txt
index 7cfc30a02383acbf2cb256e54d8b4678b1d8636a..32676119a0d8095ced4d35d2c7651b8edf4d23f7 100644
--- a/LayoutTests/inspector/elements/styles-2/lazy-computed-style-expected.txt
+++ b/LayoutTests/inspector/elements/styles-2/lazy-computed-style-expected.txt
@@ -33,14 +33,25 @@ 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;
+background-attachment: scroll
+ initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html:15:1
+background-clip: border-box
+ initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html:15:1
+background-color: rgb(128, 128, 128)
+ grey - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html:15:1
+ OVERLOADED black - #inspected lazy-computed-style.html:10 -> lazy-computed-style.html:10:1
+ OVERLOADED green - #inspected lazy-computed-style.html:5 -> lazy-computed-style.html:5:1
+background-image: none
+ initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html:15:1
+background-origin: padding-box
+ initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html:15:1
+background-size: auto
+ initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html:15:1
+display: block
+ block - div user agent stylesheet
+font-family: Courier
+ Courier - #inspected lazy-computed-style.html:10 -> lazy-computed-style.html:10:1
+ OVERLOADED Times - #inspected lazy-computed-style.html:5 -> lazy-computed-style.html:5:1
[expanded]
element.style { ()

Powered by Google App Engine
This is Rietveld 408576698