Bug 103740
Summary: | [GTK] Newly added layout test editing/selection/caret-alignment-for-vertical-text.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Sudarsana Nagineni (babu) <naginenis> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bugs-noreply, d-r, mcatanzaro, mrobinson, zan |
Priority: | P2 | Keywords: | Gtk, LayoutTestFailure |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 102374 | ||
Bug Blocks: |
Sudarsana Nagineni (babu)
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dominik Röttsches (drott)
This is fixed by bug 102374 which indicates that it's a line height calculation problem.