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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-format-style-whitelist-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/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 399d737d498822a3a5cce5cea759b43a274a0e7a..ed926ffea61f0fdd88ed4ac99704cb6005234740 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
@@ -13,7 +13,7 @@ Styled text #0: font-style: normal; font-variant: normal; font-weight: normal; f
console-format-style-whitelist.html:6 And borders and margins and paddings!
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;
+Styled text #0: text-decoration-line: none; text-decoration-style: solid; text-decoration-color: currentcolor;
console-format-style-whitelist.html:9 Display, on the other hand, is bad news.
Styled text #0: NO STYLES DEFINED
console-format-style-whitelist.html:10 And position too.

Powered by Google App Engine
This is Rietveld 408576698