Bug 128245 - [EFL] editing/style/block-style-005.html failing
Summary: [EFL] editing/style/block-style-005.html failing
Status: RESOLVED DUPLICATE of bug 114612
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-05 04:46 PST by Lukasz Bialek
Modified: 2014-02-06 07:10 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukasz Bialek 2014-02-05 04:46:49 PST
After r148378 editing/style/block-style-005.html failing on EFL:

--- /home/l.bialek/WebKit/v1/WebKit/WebKitBuild/Debug/layout-test-results/editing/style/block-style-005-expected.txt
+++ /home/l.bialek/WebKit/v1/WebKit/WebKitBuild/Debug/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>
Comment 1 Lukasz Bialek 2014-02-06 07:10:35 PST
This bug is not necessary because of https://bugs.webkit.org/show_bug.cgi?id=114612. One patch can fix them both.

*** This bug has been marked as a duplicate of bug 114612 ***