Index: LayoutTests/editing/execCommand/remove-format-multiple-elements-mac-expected.txt |
diff --git a/LayoutTests/editing/execCommand/remove-format-multiple-elements-mac-expected.txt b/LayoutTests/editing/execCommand/remove-format-multiple-elements-mac-expected.txt |
index caf99e77c922d9225688f634d6cf070fb407a945..0cc5f0d2dd3773aba1a0849893cc95608b0caffc 100644 |
--- a/LayoutTests/editing/execCommand/remove-format-multiple-elements-mac-expected.txt |
+++ b/LayoutTests/editing/execCommand/remove-format-multiple-elements-mac-expected.txt |
@@ -20,7 +20,7 @@ PASS RemoveFormat on first line of "<b><div>hello</div>webkit</b>" yields "<div> |
PASS RemoveFormat on all of "<i style="font-weight:bold;">hello</i> <u>world</u>" yields "hello world" |
PASS RemoveFormat on second word of "<font color="red"><b style="font-size: large;"><u>hello</u> world</b> WebKit</font>" yields "<font color="red"><b style="font-size: large;"><u>hello</u> </b></font>world<font color="red"> WebKit</font>" |
PASS RemoveFormat on second word of "<font size="5"><i><u style="font-size: small;">hello</u> world</i><font size="3"> WebKit</font></font>" yields "<font size="5"><i><u style="font-size: small;">hello</u> </i></font>world<font size="5"><font size="3"> WebKit</font></font>" |
-PASS RemoveFormat on second word of "<sup><div style="text-decoration: underline; font-size: large;">hello <dfn style="font-size: normal;">world</dfn></div> WebKit</sup>" yields "<div><sup><font size="4"><u>hello </u></font></sup>world</div><sup> WebKit</sup>" |
+PASS RemoveFormat on second word of "<sup><div style="text-decoration-line: underline; font-size: large;">hello <dfn style="font-size: normal;">world</dfn></div> WebKit</sup>" yields "<div><sup><font size="4"><u>hello </u></font></sup>world</div><sup> WebKit</sup>" |
PASS successfullyParsed is true |
TEST COMPLETE |