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

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

Issue 341033003: StylePropertySerializer should expand all property if needed. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaselined Created 6 years, 2 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/css/all-shorthand-css-text-expected.txt ('k') | Source/core/css/CSSValueList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a3e4858faf810d93ac502c90dce34edf3fccf728..deb03d5939592731ee5ce4fcdc9e2c64b898a2cb 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;
console-format-style-whitelist.html:9 So are fonts!
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:10 And borders and margins and paddings!
-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;
console-format-style-whitelist.html:11 text-* is fine by us!
-Styled text #0: text-decoration-line: none;
+Styled text #0: text-decoration-line: none; text-decoration-style: initial; text-decoration-color: initial;
console-format-style-whitelist.html:13 Display, on the other hand, is bad news.
Styled text #0: NO STYLES DEFINED
console-format-style-whitelist.html:14 And position too.
« no previous file with comments | « LayoutTests/fast/css/all-shorthand-css-text-expected.txt ('k') | Source/core/css/CSSValueList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698