Bug 79634
Summary: | [Qt] REGRESSION: Two editing test started to fail with newer Qt5 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Critical | CC: | hausmann, ossy |
Priority: | P1 | Keywords: | Qt, QtTriaged |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 79666 |
Csaba Osztrogonác
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
I skipped them to paint the bots happier - http://trac.webkit.org/changeset/108962/trunk/LayoutTests/platform/qt-5.0/Skipped
Csaba Osztrogonác
I compared them to the Mac results, they pass. Rebaslines and unskip landed in r130737.