NEW 103740
[GTK] Newly added layout test editing/selection/caret-alignment-for-vertical-text.html is failing
https://bugs.webkit.org/show_bug.cgi?id=103740
Summary [GTK] Newly added layout test editing/selection/caret-alignment-for-vertical-...
Sudarsana Nagineni (babu)
Reported 2012-11-30 06:44:56 PST
The newly added layout test editing/selection/caret-alignment-for-vertical-text.html is failing on GTK and EFL ports after r136225. GTK: http://build.webkit.org/results/GTK%20Linux%2064-bit%20Debug/r136225%20%2839844%29/editing/selection/caret-alignment-for-vertical-text-diff.txt EFL: http://build.webkit.org/results/EFL%20Linux%2064-bit%20Debug%20WK2/r136225%20%286524%29/editing/selection/caret-alignment-for-vertical-text-diff.txt --- /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/layout-test-results/editing/selection/caret-alignment-for-vertical-text-expected.txt +++ /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/layout-test-results/editing/selection/caret-alignment-for-vertical-text-actual.txt @@ -5,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". The carets on the empty editable boxes should have the same orientation as that on the editable box containing some text. We thus compare the width and the height of the caret rects for verification. Width and height for all the three caret rects should be the same for the test to pass. -PASS emptyDivCaretRect.width is textDivCaretRect.width +FAIL emptyDivCaretRect.width should be 17. Was 16. PASS emptyDivCaretRect.height is textDivCaretRect.height PASS emptyLineCaretRect.width is textDivCaretRect.width PASS emptyLineCaretRect.height is textDivCaretRect.height
Attachments
Dominik Röttsches (drott)
Comment 1 2012-11-30 07:06:33 PST
This is fixed by bug 102374 which indicates that it's a line height calculation problem.
Note You need to log in before you can comment on or make changes to this bug.