Index: third_party/WebKit/LayoutTests/editing/execCommand/remove-format-multiple-elements-mac-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/remove-format-multiple-elements-mac-expected.txt b/third_party/WebKit/LayoutTests/editing/execCommand/remove-format-multiple-elements-mac-expected.txt |
index 0cc5f0d2dd3773aba1a0849893cc95608b0caffc..a8503be501ded64d5039e1da50dd9d620f52923c 100644 |
--- a/third_party/WebKit/LayoutTests/editing/execCommand/remove-format-multiple-elements-mac-expected.txt |
+++ b/third_party/WebKit/LayoutTests/editing/execCommand/remove-format-multiple-elements-mac-expected.txt |
@@ -10,9 +10,9 @@ PASS RemoveFormat on second word of "<b><u>hello</u> world</b> <a href="http://w |
PASS RemoveFormat on second word of "<sub><tt>hello world WebKit</tt></sub>" yields "<sub><tt>hello </tt></sub>world<sub><tt> WebKit</tt></sub>" |
PASS RemoveFormat on second word of "<q><ins><var>hello wor</var>ld</ins> WebKit</q>" yields "<q><ins><var>hello </var></ins></q>world<q> WebKit</q>" |
PASS RemoveFormat on last word of "<b>hello <dfn>world <kbd>WebKit</kbd></dfn></b>" yields "<b>hello <dfn>world </dfn></b>WebKit" |
-PASS RemoveFormat on second word of "<b>hello <dfn>world <kbd>WebKit</kbd></dfn></b>" yields "<b>hello </b>world<b><dfn> <kbd>WebKit</kbd></dfn></b>" |
+PASS RemoveFormat on second word of "<b>hello <dfn>world <kbd>WebKit</kbd></dfn></b>" yields "<b>hello </b>world <b><dfn><kbd>WebKit</kbd></dfn></b>" |
PASS RemoveFormat on first two words of "<code>hello <strong>world WebKit</storng></code>" yields "hello world<code><strong> WebKit</strong></code>" |
-PASS RemoveFormat on first two words of "<acronym><tt><mark><samp>hello</samp></mark> world <sub>WebKit</sub></tt></acronym>" yields "<mark>hello</mark> world<acronym><tt> <sub>WebKit</sub></tt></acronym>" |
+PASS RemoveFormat on first two words of "<acronym><tt><mark><samp>hello</samp></mark> world <sub>WebKit</sub></tt></acronym>" yields "<mark>hello</mark> world <acronym><tt><sub>WebKit</sub></tt></acronym>" |
PASS RemoveFormat on last two words of "<b><div>hello world</div></b><div>WebKit</div>" yields "<div><b>hello </b>world</div><div>WebKit</div>" |
PASS RemoveFormat on last two words of "<q><b><div>hello world</div></b>WebKit</q>" yields "<div><q><b>hello </b></q>world</div>WebKit" |
PASS RemoveFormat on second word of "<q><b><div>hello world</div></b>WebKit</q>" yields "<div><q><b>hello </b></q>world</div><q>WebKit</q>" |