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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-computed-trace-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-3/styles-computed-trace-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-computed-trace-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-computed-trace-expected.txt
index 46d0c5c72d4f304a8ec68615f7f94282896f1ede..10f4b1d8552a3f7f5ecf2bbc0fba34b99cd34fd8 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-computed-trace-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-computed-trace-expected.txt
@@ -1,54 +1,54 @@
Tests that computed styles expand and allow tracing to style rules.
==== Computed style for ID1 ====
-background-attachment: scroll
+background-attachment: scroll;
initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:23:1
-background-clip: border-box
+background-clip: border-box;
initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:23:1
-background-color: rgb(128, 128, 128)
+background-color: rgb(128, 128, 128);
gray - #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
+background-image: none;
initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:23:1
-background-origin: padding-box
+background-origin: padding-box;
initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:23:1
-background-size: auto
+background-size: auto;
initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:23:1
-display: block
+display: block;
block - div user agent stylesheet
-font-family: Courier
+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)
+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)
+text-decoration-color: rgb(0, 0, 0);
initial - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1
-text-decoration-line: underline
+text-decoration-line: underline;
underline - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1
-text-decoration-style: solid
+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)
+background-color: rgb(0, 0, 255);
blue - #id2 styles-computed-trace.html:27 -> styles-computed-trace.html:27:1
-display: block
+display: block;
block - div user agent stylesheet
-font-family: Courier
+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)
+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)
+text-decoration-color: rgb(0, 0, 0);
initial - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1
-text-decoration-line: underline
+text-decoration-line: underline;
underline - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1
-text-decoration-style: solid
+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