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

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

Issue 1984163002: Fix up CSSStyleDeclaration::cssText serialization (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@border
Patch Set: Created 4 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
Index: third_party/WebKit/LayoutTests/inspector/console/console-format-style-whitelist-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-format-style-whitelist-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-format-style-whitelist-expected.txt
index 1e1462cdcd06b0a9a7b70670cd60c7dad0c56743..fa3ee5b0100d1a587fa2a996bea02022c2817347 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-format-style-whitelist-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-format-style-whitelist-expected.txt
@@ -10,9 +10,9 @@ Tests that console logging dumps properly styled messages, and that the whole me
console-format-style-whitelist.html:4 Colors are awesome.
Styled text #0: color: blue;
console-format-style-whitelist.html:5 So are fonts!
-Styled text #0: font-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-weight: normal; font-stretch: normal; font-size: 1em; line-height: normal; font-family: Helvetica;
+Styled text #0: font-style: normal; font-variant: normal; font-weight: normal; font-stretch: normal; font-size: 1em; line-height: normal; font-family: Helvetica;
console-format-style-whitelist.html:6 And borders and margins and paddings!
-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;
+Styled text #0: border: 1px solid red; margin: 20px; padding: 10px;
console-format-style-whitelist.html:7 text-* is fine by us!
Styled text #0: text-decoration-line: none; text-decoration-style: initial; text-decoration-color: initial;
console-format-style-whitelist.html:9 Display, on the other hand, is bad news.

Powered by Google App Engine
This is Rietveld 408576698