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

Unified Diff: LayoutTests/inspector/console/console-format-style-whitelist-expected.txt

Issue 216803002: Implement all shorthand property. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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: LayoutTests/inspector/console/console-format-style-whitelist-expected.txt
diff --git a/LayoutTests/inspector/console/console-format-style-whitelist-expected.txt b/LayoutTests/inspector/console/console-format-style-whitelist-expected.txt
index 98668a9b366db3fda337c7de6adacd0a807e9e35..8d63ca2838e5a63805595cc77be683133bda22b1 100644
--- a/LayoutTests/inspector/console/console-format-style-whitelist-expected.txt
+++ b/LayoutTests/inspector/console/console-format-style-whitelist-expected.txt
@@ -11,9 +11,9 @@ Styled text #0: color: blue;
So are fonts! console-format-style-whitelist.html:9
Styled text #0: font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: normal; font-family: Helvetica;
And borders and margins and paddings! console-format-style-whitelist.html:10
-Styled text #0: border: 1px solid red; margin: 20px; padding: 10px;
+Styled text #0: border: 1px solid red; border-image-source: initial; border-image-slice: initial; border-image-width: initial; border-image-outset: initial; border-image-repeat: initial; margin: 20px; padding: 10px;
text-* is fine by us! console-format-style-whitelist.html:11
-Styled text #0: text-decoration-line: none;
+Styled text #0: text-decoration-line: none; text-decoration-style: initial; text-decoration-color: initial;
Display, on the other hand, is bad news. console-format-style-whitelist.html:13
Styled text #0: NO STYLES DEFINED
And position too. console-format-style-whitelist.html:14

Powered by Google App Engine
This is Rietveld 408576698