Index: LayoutTests/editing/style/inline-style-extend-run-expected.txt |
=================================================================== |
--- LayoutTests/editing/style/inline-style-extend-run-expected.txt (revision 95747) |
+++ LayoutTests/editing/style/inline-style-extend-run-expected.txt (working copy) |
@@ -3,8 +3,8 @@ |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS fontSize(4) on all of "hello <font size="4">world</font> WebKit" yields "<font size="4">hello world WebKit</font>" |
-PASS fontName(Arial) on all of "hello <b><font face="Arial">world</font></b> WebKit" yields "<font face="Arial">hello <b>world</b> WebKit</font>" |
+PASS fontSize(4) on all of "hello <font size="4">world</font> WebKit" yields "<font class="Apple-style-span" size="4">hello world WebKit</font>" |
+PASS fontName(Arial) on all of "hello <b><font face="Arial">world</font></b> WebKit" yields "<font class="Apple-style-span" face="Arial">hello <b>world</b> WebKit</font>" |
PASS italic(null) on all of "hello <u><i title="message">world </i><i>WebKit</i></u>" yields "<i>hello <u><span title="message">world </span>WebKit</u></i>" |
PASS bold(null) on all of "hello <i><b>world</b> WebKit</i>" yields "<b>hello <i>world WebKit</i></b>" |
PASS bold(null) on all of "hello <i><b class="test">world</b> WebKit</i>" yields "<b>hello <i><span class="test">world</span> WebKit</i></b>" |