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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-2/lazy-computed-style-expected.txt

Issue 1599503002: DevTools: computed properties should copy-paste with delimeters (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update tests Created 4 years, 11 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: third_party/WebKit/LayoutTests/inspector/elements/styles-2/lazy-computed-style-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-2/lazy-computed-style-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles-2/lazy-computed-style-expected.txt
index 52c74d47c750e5377c7d5060c6473bfc5d0302a0..b9bce3e822d97976f455ff932b91939109e67e88 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-2/lazy-computed-style-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-2/lazy-computed-style-expected.txt
@@ -33,23 +33,23 @@ div { (user agent stylesheet)
display: block;
==== All styles (computed should be there) ====
-background-attachment: scroll
+background-attachment: scroll;
initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html:15:1
-background-clip: border-box
+background-clip: border-box;
initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html:15:1
-background-color: rgb(128, 128, 128)
+background-color: rgb(128, 128, 128);
gray - #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
+background-image: none;
initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html:15:1
-background-origin: padding-box
+background-origin: padding-box;
initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html:15:1
-background-size: auto
+background-size: auto;
initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html:15:1
-display: block
+display: block;
block - div user agent stylesheet
-font-family: Courier
+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]

Powered by Google App Engine
This is Rietveld 408576698