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

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

Issue 1676513003: Move background/webkit-mask shorthands into CSSPropertyParser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix review issues Created 4 years, 9 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 64ee892bf6ff741f988401d178c3d68ad4c3e073..a1f21b057e2f36db8d4ff75b5d0f238aaacd9cfb 100644
--- a/third_party/WebKit/LayoutTests/fast/inspector-support/style-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/inspector-support/style-expected.txt
@@ -2,15 +2,15 @@ CONSOLE WARNING: 'getMatchedCSSRules()' is deprecated. For more help, check http
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-position-x: initial
-background-position-y: initial
background-origin: initial
background-clip: initial
background-color: purple
-background-size: initial
margin-top: 1em
margin-right: 1em
margin-bottom: 1em

Powered by Google App Engine
This is Rietveld 408576698