Bug 54725

Summary: [Qt]REGRESSION(r78846): editing/selection/mixed-editability-10.html
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: kadam
Priority: P2 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 79666    
Attachments:
Description Flags
fail - png none

Description Csaba Osztrogonác 2011-02-17 22:59:53 PST
After http://trac.webkit.org/changeset/78846 these tests fail.
Comment 1 Csaba Osztrogonác 2011-02-17 23:05:16 PST
editing/selection/mixed-editability-10.html:
-Anchor ([object HTMLDivElement], 3 caret[75,45] refpos=75) is correct.
+Anchor ([object HTMLDivElement], 3 caret[75,45] refpos=76) is incorrect.

fast/text/justify-nbsp.html:
...
-        RenderText {#text} at (360,16) size 650x74
-          text run at (360,16) width 293: "e f g h"
+        RenderText {#text} at (360,16) size 649x74
+          text run at (360,16) width 292: "e f g h"
...
-        RenderText {#text} at (360,116) size 650x74
-          text run at (360,116) width 293: "e f g h"
+        RenderText {#text} at (360,116) size 649x74
+          text run at (360,116) width 292: "e f g h"
...
Comment 2 Csaba Osztrogonác 2011-02-17 23:11:23 PST
fast/text/justify-nbsp.html:

expected png: http://trac.webkit.org/browser/trunk/LayoutTests/fast/text/justify-nbsp-expected.png
actual png: : <attached>
Comment 3 Csaba Osztrogonác 2011-02-17 23:11:52 PST
Created attachment 82926 [details]
fail - png
Comment 4 Csaba Osztrogonác 2011-02-17 23:20:42 PST
pixel result of fast/text/justify-nbsp.html failed before r78846.
I'll file a new bug for it.
Comment 5 Ádám Kallai 2013-02-17 14:36:23 PST
The bug is still valid.