RESOLVED FIXED 79634
[Qt] REGRESSION: Two editing test started to fail with newer Qt5
https://bugs.webkit.org/show_bug.cgi?id=79634
Summary [Qt] REGRESSION: Two editing test started to fail with newer Qt5
Csaba Osztrogonác
Reported 2012-02-26 23:42:31 PST
After the latest Qt5 two editing test started to fail: (https://lists.webkit.org/pipermail/webkit-qt/2012-February/002527.html) --- /home/webkitbuildbot/slaves/release32bit-qt5/buildslave/qt-linux-32-release-qt5/build/layout-test-results/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt +++ /home/webkitbuildbot/slaves/release32bit-qt5/buildslave/qt-linux-32-release-qt5/build/layout-test-results/editing/selection/vertical-rl-rtl-extend-line-forward-br-actual.txt @@ -15,4 +15,4 @@ text run at (26,90) width 60 RTL: "\x{5D0}\x{5D9}\x{5DF} \x{5DC}\x{5D9} \x{5E9}\x{5DD}." RenderBlock {PRE} at (0,200) size 784x0 selection start: position 5 of child 0 {#text} of child 1 {P} of child 3 {DIV} of body -selection end: position 6 of child 2 {#text} of child 1 {P} of child 3 {DIV} of body +selection end: position 8 of child 2 {#text} of child 1 {P} of child 3 {DIV} of body --- /home/webkitbuildbot/slaves/release32bit-qt5/buildslave/qt-linux-32-release-qt5/build/layout-test-results/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt +++ /home/webkitbuildbot/slaves/release32bit-qt5/buildslave/qt-linux-32-release-qt5/build/layout-test-results/editing/selection/vertical-rl-rtl-extend-line-forward-p-actual.txt @@ -15,4 +15,4 @@ text run at (0,90) width 60 RTL: "\x{5D0}\x{5D9}\x{5DF} \x{5DC}\x{5D9} \x{5E9}\x{5DD}." RenderBlock {PRE} at (0,200) size 784x0 selection start: position 5 of child 0 {#text} of child 1 {P} of child 3 {DIV} of body -selection end: position 6 of child 0 {#text} of child 2 {P} of child 3 {DIV} of body +selection end: position 8 of child 0 {#text} of child 2 {P} of child 3 {DIV} of body
Attachments
Csaba Osztrogonác
Comment 1 2012-02-26 23:54:56 PST
Csaba Osztrogonác
Comment 2 2012-10-09 01:47:27 PDT
I compared them to the Mac results, they pass. Rebaslines and unskip landed in r130737.
Note You need to log in before you can comment on or make changes to this bug.