Index: LayoutTests/editing/style/push-down-font-styles-win-expected.txt |
diff --git a/LayoutTests/editing/style/push-down-font-styles-mac-expected.txt b/LayoutTests/editing/style/push-down-font-styles-win-expected.txt |
similarity index 96% |
copy from LayoutTests/editing/style/push-down-font-styles-mac-expected.txt |
copy to LayoutTests/editing/style/push-down-font-styles-win-expected.txt |
index d44fad5181df5599a6d1282c9fbe7d0cb54527fa..f45386d9e1bd64d3080a043c9b11b2a1996dc550 100644 |
--- a/LayoutTests/editing/style/push-down-font-styles-mac-expected.txt |
+++ b/LayoutTests/editing/style/push-down-font-styles-win-expected.txt |
@@ -6,7 +6,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
Font size |
PASS fontsize 2 on all of "hello world" yields "<font size="2">hello world</font>" |
PASS fontsize 4 on all of "hello world" yields "<font size="4">hello world</font>" |
-PASS fontsize 5 on first word of "hello world" yields "<font size="5">hello</font> world" |
+PASS fontsize 5 on first word of "hello world" yields "<font size="5">hello </font>world" |
PASS fontsize 3 on first word of "<font size="7">hello <div>world</div></font>" yields "hello <div style="font-size: -webkit-xxx-large;">world</div>" |
PASS fontsize 3 on first word of "<font size="7"><div>hello</div><div>world</div></font>" yields "<div>hello</div><div style="font-size: -webkit-xxx-large;">world</div>" |
PASS fontsize 3 on second word of "<font size="7"><div>hello</div>world</font>" yields "<div style="font-size: -webkit-xxx-large;">hello</div>world" |
@@ -29,7 +29,7 @@ PASS fontsize 1 on all of "<font size="3"><div>hello</div>world</font>" yields " |
Font family |
PASS fontname Arial on all of "hello world" yields "<font face="Arial">hello world</font>" |
-PASS fontname Arial on first word of "<font face="sans-serif">hello world</font>" yields "<font face="Arial">hello</font><font face="sans-serif"> world</font>" |
+PASS fontname Arial on first word of "<font face="sans-serif">hello world</font>" yields "<font face="Arial">hello </font><font face="sans-serif">world</font>" |
PASS fontname Arial on first word of "<font face="sans-serif">hello<div>world</div></font>" yields "<font face="Arial">hello</font><div style="font-family: sans-serif;">world</div>" |
PASS fontname Arial on second word of "<font face="sans-serif">hello<div>world</div></font>" yields "<font face="sans-serif">hello</font><div><font face="Arial">world</font></div>" |
PASS fontname Sans-Serif on all of "<font face="sans-serif"><div>hello</div><div>world</div></font>" yields "<font face="sans-serif"><div>hello</div><div>world</div></font>" |
@@ -37,7 +37,7 @@ PASS fontname Arial on all of "<font face="sans-serif"><div>hello</div><div>worl |
Font family (with CSS) |
PASS fontname Arial on all of "hello world" yields "<span style="font-family: Arial;">hello world</span>" |
-PASS fontname Arial on first word of "<font face="sans-serif">hello world</font>" yields "<span style="font-family: Arial;">hello</span><font face="sans-serif"> world</font>" |
+PASS fontname Arial on first word of "<font face="sans-serif">hello world</font>" yields "<span style="font-family: Arial;">hello </span><font face="sans-serif">world</font>" |
PASS fontname Arial on first word of "<font face="sans-serif">hello<div>world</div></font>" yields "<span style="font-family: Arial;">hello</span><div style="font-family: sans-serif;">world</div>" |
PASS fontname Arial on second word of "<font face="sans-serif">hello<div>world</div></font>" yields "<span style="font-family: sans-serif;">hello</span><div><span style="font-family: Arial;">world</span></div>" |
PASS fontname Sans-Serif on all of "<font face="sans-serif"><div>hello</div><div>world</div></font>" yields "<font face="sans-serif"><div>hello</div><div>world</div></font>" |