Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Unified Diff: LayoutTests/editing/execCommand/script-tests/remove-format-multiple-elements-mac.js

Issue 23111004: Re-land "[css3-text] Implement text-decoration property shorthand" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased after Alexis' function name changes in CSSComputedStyleDeclaration.cpp Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/editing/execCommand/script-tests/remove-format-multiple-elements-mac.js
diff --git a/LayoutTests/editing/execCommand/script-tests/remove-format-multiple-elements-mac.js b/LayoutTests/editing/execCommand/script-tests/remove-format-multiple-elements-mac.js
index 7a8b61c63ac84090b04750092d9fb7adf41bbecc..7d50f274394a6bfb71ea24476f1b38bfd4298451 100644
--- a/LayoutTests/editing/execCommand/script-tests/remove-format-multiple-elements-mac.js
+++ b/LayoutTests/editing/execCommand/script-tests/remove-format-multiple-elements-mac.js
@@ -79,7 +79,7 @@ testRemoveFormat('<font color="red"><b style="font-size: large;"><u>hello</u> wo
selectSecondWord, '<font color="red"><b style="font-size: large;"><u>hello</u> </b></font>world<font color="red"> WebKit</font>');
testRemoveFormat('<font size="5"><i><u style="font-size: small;">hello</u> world</i><font size="3"> WebKit</font></font>',
selectSecondWord, '<font size="5"><i><u style="font-size: small;">hello</u> </i></font>world<font size="5"><font size="3"> WebKit</font></font>');
-testRemoveFormat('<sup><div style="text-decoration: underline; font-size: large;">hello <dfn style="font-size: normal;">world</dfn></div> WebKit</sup>',
+testRemoveFormat('<sup><div style="text-decoration-line: underline; font-size: large;">hello <dfn style="font-size: normal;">world</dfn></div> WebKit</sup>',
selectSecondWord, '<div><sup><font size="4"><u>hello </u></font></sup>world</div><sup> WebKit</sup>');
document.body.removeChild(testContainer);

Powered by Google App Engine
This is Rietveld 408576698