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

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

Issue 14619018: As discussed in blink-dev mailing list remove getPropertyShorthand and isImplicit from the Web expo… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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
« no previous file with comments | « LayoutTests/fast/inspector-support/style.html ('k') | Source/core/css/CSSStyleDeclaration.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/inspector-support/style-expected.txt
diff --git a/LayoutTests/fast/inspector-support/style-expected.txt b/LayoutTests/fast/inspector-support/style-expected.txt
index 4963cae725e7015a8c6879a16cec3a0795192734..12217d439cbd4c8fcb08aa356ac4c3cc9c9c8afd 100644
--- a/LayoutTests/fast/inspector-support/style-expected.txt
+++ b/LayoutTests/fast/inspector-support/style-expected.txt
@@ -1,24 +1,24 @@
Note that background is buggy right now!
Test
-background-image: initial (original property was background)
-background-repeat-x: initial (original property was background)
-background-repeat-y: initial (original property was background)
-background-attachment: initial (original property was background)
-background-position-x: initial (original property was background)
-background-position-y: initial (original property was background)
-background-origin: initial (original property was background)
-background-clip: initial (original property was background)
-background-color: purple (original property was background)
-background-size: initial (original property was background)
-margin-top: 1em (original property was margin)
-margin-right: 1em (original property was margin and property was implicitly set.)
-margin-bottom: 1em (original property was margin and property was implicitly set.)
-margin-left: 1em (original property was margin and property was implicitly set.)
+background-image: 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
+margin-left: 1em
color: white
-font-style: normal (original property was font and property was implicitly set.)
-font-variant: normal (original property was font and property was implicitly set.)
-font-weight: normal (original property was font and property was implicitly set.)
-font-size: 24px (original property was font)
-line-height: normal (original property was font and property was implicitly set.)
-font-family: 'Lucida Grande' (original property was font)
+font-style: normal
+font-variant: normal
+font-weight: normal
+font-size: 24px
+line-height: normal
+font-family: 'Lucida Grande'
« no previous file with comments | « LayoutTests/fast/inspector-support/style.html ('k') | Source/core/css/CSSStyleDeclaration.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698