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

Unified Diff: third_party/WebKit/LayoutTests/fast/inspector-support/style-expected.txt

Issue 2249653002: border-foo WIP Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: V9 Created 4 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: third_party/WebKit/LayoutTests/fast/inspector-support/style-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/inspector-support/style-expected.txt b/third_party/WebKit/LayoutTests/fast/inspector-support/style-expected.txt
index ede151a1265d81e5761e37dea7393640e4ff9dd7..0a70747a15cec96e0657efee55047b278e0649e3 100644
--- a/third_party/WebKit/LayoutTests/fast/inspector-support/style-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/inspector-support/style-expected.txt
@@ -1,15 +1,15 @@
CONSOLE WARNING: line 15: 'getMatchedCSSRules()' is deprecated. For more help, check https://code.google.com/p/chromium/issues/detail?id=437569#c2
Note that background is buggy right now!
Test
-background-image: initial
-background-position-x: initial
-background-position-y: initial
-background-size: initial
-background-repeat-x: initial
-background-repeat-y: initial
-background-attachment: initial
-background-origin: initial
-background-clip: initial
+background-image: none
+background-position-x: 0%
+background-position-y: 0%
+background-size: auto
+background-repeat-x: repeat
+background-repeat-y: repeat
+background-attachment: scroll
+background-origin: padding-box
+background-clip: border-box
background-color: purple
margin-top: 1em
margin-right: 1em

Powered by Google App Engine
This is Rietveld 408576698