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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-2/inject-stylesheet-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/inject-stylesheet-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-2/inject-stylesheet-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles-2/inject-stylesheet-expected.txt
index aeb5adac8759cc30351e9599929802472790f7ae..1323b1f14d5bd1567f871d8e7ca16eb8b7981a8e 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-2/inject-stylesheet-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-2/inject-stylesheet-expected.txt
@@ -3,23 +3,23 @@ Tests that injected user stylesheets are reflected in the Styles pane.
Main frame style:
-background-attachment: scroll
+background-attachment: scroll;
initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3
-background-clip: border-box
+background-clip: border-box;
initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3
-background-color: rgb(0, 0, 255)
+background-color: rgb(0, 0, 255);
blue - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3
-background-image: none
+background-image: none;
initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3
-background-origin: padding-box
+background-origin: padding-box;
initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3
-background-size: auto
+background-size: auto;
initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3
-color: rgb(255, 0, 0)
+color: rgb(255, 0, 0);
red - #main injected stylesheet
-display: block
+display: block;
block - div user agent stylesheet
--webkit-border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAiElE…s+LS30CAhBN5nNxeT5hbJ1zwmji2k+aF6NENIPf/hs54f0sZFUVAMigAAAABJRU5ErkJggg==") 100% / 1 / 0px stretch
+-webkit-border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAiElE…s+LS30CAhBN5nNxeT5hbJ1zwmji2k+aF6NENIPf/hs54f0sZFUVAMigAAAABJRU5ErkJggg==") 100% / 1 / 0px stretch;
url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAiElE…s+LS30CAhBN5nNxeT5hbJ1zwmji2k+aF6NENIPf/hs54f0sZFUVAMigAAAABJRU5ErkJggg==") - #main injected stylesheet
[expanded]
element.style { ()
@@ -48,33 +48,33 @@ div { (user agent stylesheet)
display: block;
iframe style:
-background-attachment: scroll
+background-attachment: scroll;
initial - #iframeBody injected stylesheet
OVERLOADED initial - body inject-styleshe…me-data.html:4 -> inject-stylesheet-iframe-data.html:4:3
-background-clip: border-box
+background-clip: border-box;
initial - #iframeBody injected stylesheet
OVERLOADED initial - body inject-styleshe…me-data.html:4 -> inject-stylesheet-iframe-data.html:4:3
-background-color: rgb(255, 0, 0)
+background-color: rgb(255, 0, 0);
red - #iframeBody injected stylesheet
OVERLOADED green - body inject-styleshe…me-data.html:4 -> inject-stylesheet-iframe-data.html:4:3
-background-image: none
+background-image: none;
initial - #iframeBody injected stylesheet
OVERLOADED initial - body inject-styleshe…me-data.html:4 -> inject-stylesheet-iframe-data.html:4:3
-background-origin: padding-box
+background-origin: padding-box;
initial - #iframeBody injected stylesheet
OVERLOADED initial - body inject-styleshe…me-data.html:4 -> inject-stylesheet-iframe-data.html:4:3
-background-size: auto
+background-size: auto;
initial - #iframeBody injected stylesheet
OVERLOADED initial - body inject-styleshe…me-data.html:4 -> inject-stylesheet-iframe-data.html:4:3
-display: block
+display: block;
block - body user agent stylesheet
-margin-bottom: 8px
+margin-bottom: 8px;
8px - body user agent stylesheet
-margin-left: 8px
+margin-left: 8px;
8px - body user agent stylesheet
-margin-right: 8px
+margin-right: 8px;
8px - body user agent stylesheet
-margin-top: 8px
+margin-top: 8px;
8px - body user agent stylesheet
[expanded]
element.style { ()

Powered by Google App Engine
This is Rietveld 408576698