Index: LayoutTests/editing/style/push-down-implicit-styles-around-list-win-expected.txt |
diff --git a/LayoutTests/editing/style/push-down-implicit-styles-around-list-win-expected.txt b/LayoutTests/editing/style/push-down-implicit-styles-around-list-win-expected.txt |
index 186c1931c77ea3850f435d69ae5878827d49c711..17364acde0409f9e25eda0a29f6a6e35da8d9f69 100644 |
--- a/LayoutTests/editing/style/push-down-implicit-styles-around-list-win-expected.txt |
+++ b/LayoutTests/editing/style/push-down-implicit-styles-around-list-win-expected.txt |
@@ -12,13 +12,13 @@ PASS italic on first word of <i><ul><li>hello</li><li>world</li></ul></i> yields |
PASS italic on last word of <ul><li>hello</li><li style="font-style: italic;">world</li></ul> yields <ul><li>hello</li><li>world</li></ul> |
PASS italic on first word of <i><ul><li>hello world</li><li>webkit</li></ul></i> yields <ul><li>hello <i>world</i></li><li style="font-style: italic;">webkit</li></ul> |
PASS underline on first word of <u><ul><li><u>a</u></li></ul></u> yields <ul><li>a</li></ul> |
-PASS underline on first word of <u><ul><li>hello</li><li>world</li></ul></u> yields <ul><li>hello</li><li style="text-decoration: underline;">world</li></ul> |
+PASS underline on first word of <u><ul><li>hello</li><li>world</li></ul></u> yields <ul><li>hello</li><li style="text-decoration-line: underline;">world</li></ul> |
PASS underline on last word of <ul><li>hello</li><li style="text-decoration: underline;">world</li></ul> yields <ul><li>hello</li><li>world</li></ul> |
-PASS underline on first word of <u><ul><li>hello world</li><li>webkit</li></ul></u> yields <ul><li>hello <u>world</u></li><li style="text-decoration: underline;">webkit</li></ul> |
+PASS underline on first word of <u><ul><li>hello world</li><li>webkit</li></ul></u> yields <ul><li>hello <u>world</u></li><li style="text-decoration-line: underline;">webkit</li></ul> |
PASS strikethrough on first word of <strike><ul><li><strike>a</strike></li></ul></strike> yields <ul><li>a</li></ul> |
-PASS strikethrough on first word of <strike><ul><li>hello</li><li>world</li></ul></strike> yields <ul><li>hello</li><li style="text-decoration: line-through;">world</li></ul> |
+PASS strikethrough on first word of <strike><ul><li>hello</li><li>world</li></ul></strike> yields <ul><li>hello</li><li style="text-decoration-line: line-through;">world</li></ul> |
PASS strikethrough on last word of <ul><li>hello</li><li style="text-decoration: line-through;">world</li></ul> yields <ul><li>hello</li><li>world</li></ul> |
-PASS strikethrough on first word of <strike><ul><li>hello world</li><li>webkit</li></ul></strike> yields <ul><li>hello <strike>world</strike></li><li style="text-decoration: line-through;">webkit</li></ul> |
+PASS strikethrough on first word of <strike><ul><li>hello world</li><li>webkit</li></ul></strike> yields <ul><li>hello <strike>world</strike></li><li style="text-decoration-line: line-through;">webkit</li></ul> |
PASS successfullyParsed is true |
TEST COMPLETE |