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 44e27b86b508f6c04cd7c61dc89c3bf2c159e52e..f9d75a61015e183d07582e3c89838cba80ce8fd6 100644 |
--- a/LayoutTests/inspector/console/console-format-style-whitelist-expected.txt |
+++ b/LayoutTests/inspector/console/console-format-style-whitelist-expected.txt |
@@ -7,18 +7,18 @@ CONSOLE MESSAGE: line 14: %cAnd position too. |
CONSOLE MESSAGE: line 15: %cAnd URL is not allowed as a value . |
Tests that console logging dumps properly styled messages, and that the whole message gets the same style, regardless of multiple %c settings. |
-console-format-style-whitelist.html:8 Colors are awesome. |
+console-format-style-whitelist.html:4 Colors are awesome. |
Styled text #0: color: blue; |
-console-format-style-whitelist.html:9 So are fonts! |
+console-format-style-whitelist.html:5 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! |
+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:11 text-* is fine by us! |
+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:13 Display, on the other hand, is bad news. |
+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:14 And position too. |
+console-format-style-whitelist.html:10 And position too. |
Styled text #0: NO STYLES DEFINED |
-console-format-style-whitelist.html:15 And URL is not allowed as a value . |
+console-format-style-whitelist.html:11 And URL is not allowed as a value . |
Styled text #0: NO STYLES DEFINED |