After r148378 editing/style/block-style-005.html failing on Qt and GTK: --- /ramdisk/qt-linux-release/build/layout-test-results/editing/style/block-style-005-expected.txt +++ /ramdisk/qt-linux-release/build/layout-test-results/editing/style/block-style-005-actual.txt @@ -1,9 +1,8 @@ You should see one "x" followed by two blank lines. The blank lines should be the same height. The second line must be the same height as the first. See: <rdar://problem/3959727> REGRESSION (Mail): Style not preserved on blank lines x - - +x execInsertParagraphCommand: <div id="test" class="editing">x</div><div id="test" class="editing"><br></div> execInsertParagraphCommand: <div id="test" class="editing">x</div><div id="test" class="editing"><br></div><div id="test" class="editing"><br></div> execTypeCharacterCommand: <div id="test" class="editing">x</div><div id="test" class="editing"><br></div><div id="test" class="editing">x</div> execFontSizeCommand: <div id="test" class="editing"><font size="7">x</font></div><div id="test" class="editing"><font size="7"><br></font></div><div id="test" class="editing"><font size="7">x</font></div> -execDeleteCommand: <div id="test" class="editing"><font size="7">x</font></div><div id="test" class="editing"><font size="7"><br></font></div><div id="test" class="editing"><br></div> +execDeleteCommand: <div id="test" class="editing"><font size="7">x</font></div><div id="test" class="editing"><span style="font-size: -webkit-xxx-large;">x</span></div>
Test skipped on Qt in http://trac.webkit.org/changeset/148436. Please unksip it with proper fix.
*** Bug 128245 has been marked as a duplicate of this bug. ***
This test is still failing on Gtk and Efl, and it's skipped on Windows via bug 116564. Appears to pass on Mac.
Created attachment 223430 [details] Patch This patch fixes the test on EFL and GTK ports.
Comment on attachment 223430 [details] Patch Clearing flags on attachment: 223430 Committed r163620: <http://trac.webkit.org/changeset/163620>
All reviewed patches have been landed. Closing bug.