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 3394256eceb4f8f59ae557e0aeecd7db4969d9bb..1e1462cdcd06b0a9a7b70670cd60c7dad0c56743 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,7 +10,7 @@ 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-weight: normal; font-stretch: normal; font-size: 1em; line-height: normal; font-family: Helvetica; |
+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; |
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; |
console-format-style-whitelist.html:7 text-* is fine by us! |