Index: LayoutTests/editing/style/push-down-implicit-styles-mac-expected.txt |
diff --git a/LayoutTests/editing/style/push-down-implicit-styles-mac-expected.txt b/LayoutTests/editing/style/push-down-implicit-styles-mac-expected.txt |
index be06044f9053b271648b047efb216f8fd6d256f0..fa283131307f1563c8c4bc87840adb8bc0d89192 100644 |
--- a/LayoutTests/editing/style/push-down-implicit-styles-mac-expected.txt |
+++ b/LayoutTests/editing/style/push-down-implicit-styles-mac-expected.txt |
@@ -23,7 +23,7 @@ PASS underline on second word of <u><strike>hello world webkit</strike></u> yiel |
PASS underline on second word of <u><strike>hello world</strike> webkit</u> yields <strike><u>hello</u> world</strike><u> webkit</u> |
PASS underline on second word of <u>hello <em><code>world webkit</code></em> rocks</u> yields <u>hello</u> <em><code>world<u> webkit</u></code></em><u> rocks</u> |
PASS strikeThrough on all of <s style="color: blue;">hello world</strike> yields <span style="color: blue;">hello world</span> |
-PASS strikeThrough on first word of <s style="color: blue;"><div>hello</div> <b>world</b> webkit</strike> yields <span style="color: blue;"><div>hello</div> <b style="text-decoration: line-through;">world</b><strike> webkit</strike></span> |
+PASS strikeThrough on first word of <s style="color: blue;"><div>hello</div> <b>world</b> webkit</strike> yields <span style="color: blue;"><div>hello</div> <b style="text-decoration-line: line-through;">world</b><strike> webkit</strike></span> |
PASS successfullyParsed is true |
TEST COMPLETE |