Index: LayoutTests/editing/execCommand/toggle-unlink-win-expected.txt |
diff --git a/LayoutTests/editing/execCommand/toggle-unlink-mac-expected.txt b/LayoutTests/editing/execCommand/toggle-unlink-win-expected.txt |
similarity index 95% |
copy from LayoutTests/editing/execCommand/toggle-unlink-mac-expected.txt |
copy to LayoutTests/editing/execCommand/toggle-unlink-win-expected.txt |
index 012e8db51b9f473eb5200dc21ee2a0466085429c..13cd5f5b8c7a316cbe7a7a32682dfdd3ee005ed8 100644 |
--- a/LayoutTests/editing/execCommand/toggle-unlink-mac-expected.txt |
+++ b/LayoutTests/editing/execCommand/toggle-unlink-win-expected.txt |
@@ -11,7 +11,7 @@ PASS unlink on all of "hello <a href="http://webkit.org/" style="color: blue;">w |
PASS unlink on all of "hello <a href="http://webkit.org/" style="color: blue; display: block;">world</a> WebKit" yields "hello <font color="#0000ff"><span style="display: block;">world</span></font> WebKit" |
PASS unlink on last two words of "<a href="http://webkit.org/" style="font-size: large;">hello world</a> WebKit" yields "<a href="http://webkit.org/" style="font-size: large;">hello </a><font size="4">world</font> WebKit" |
PASS unlink on last two words of "hello <a href="http://webkit.org/" style="font-size: large;">world <span style="font-size: small;">WebKit</span> rocks</a>" yields "hello <a href="http://webkit.org/"><font size="4">world </font></a><span style="font-size: small;">WebKit</span><font size="4"> rocks</font>" |
-PASS unlink on first two words of "hello <a href="http://webkit.org/" style="font-style: italic;"><b>world</b> WebKit</a>" yields "hello <b style="font-style: italic;">world</b><a href="http://webkit.org/"><i> WebKit</i></a>" |
+PASS unlink on first two words of "hello <a href="http://webkit.org/" style="font-style: italic;"><b>world</b> WebKit</a>" yields "hello <b style="font-style: italic;">world</b> <a href="http://webkit.org/" style="font-style: italic;">WebKit</a>" |
PASS unlink on all of "<a href="http://webkit.org/" style="background-color: yellow;"><div>hello</div><div>world</div></a>" yields "<div style="background-color: yellow;">hello</div><div style="background-color: yellow;">world</div>" |
PASS unlink on all of "hello<a href="http://webkit.org/" style="background-color: yellow;"><div>world</div></a>WebKit" yields "hello<div style="background-color: yellow;">world</div><span style="background-color: yellow;">WebKit</span>" |
PASS unlink on last two words of "<a href="http://webkit.org/" style="font-weight: bold;"><div>hello</div><div>world WebKit</div></a>" yields "<a href="http://webkit.org/"><div style="font-weight: bold;">hello</div></a><div style="font-weight: bold;">world WebKit</div>" |