RESOLVED FIXED 36962
[Qt] REGRESSION (r53450): fast/forms/textarea-scrollbar-height.html fails
https://bugs.webkit.org/show_bug.cgi?id=36962
Summary [Qt] REGRESSION (r53450): fast/forms/textarea-scrollbar-height.html fails
Csaba Osztrogonác
Reported 2010-04-01 07:50:24 PDT
r49567 was reverted by r53450. This revert make fast/forms/textarea-scrollbar-height.html fail. (This test wasn't modified by r53450.) The root of the problem is: {font:13px/1.22 arial;} document.getElementById('list_item').clientHeight is "15" (It was 16 before revert.) document.getElementById('list_item').scrollHeight is "16"
Attachments
rendertree dump diff (1.87 KB, patch)
2010-04-01 07:51 PDT, Csaba Osztrogonác
no flags
image dump before revert (11.51 KB, image/png)
2010-04-01 07:52 PDT, Csaba Osztrogonác
no flags
image dump after revert (now) (11.34 KB, image/gif)
2010-04-01 07:52 PDT, Csaba Osztrogonác
no flags
Csaba Osztrogonác
Comment 1 2010-04-01 07:51:30 PDT
Created attachment 52294 [details] rendertree dump diff
Csaba Osztrogonác
Comment 2 2010-04-01 07:52:15 PDT
Created attachment 52295 [details] image dump before revert
Csaba Osztrogonác
Comment 3 2010-04-01 07:52:58 PDT
Created attachment 52296 [details] image dump after revert (now)
Robin Qiu
Comment 4 2011-07-22 20:20:18 PDT
This bug can't be reproduced now.
Csaba Osztrogonác
Comment 5 2011-07-26 07:34:41 PDT
It still fails! --- /tmp/layout-test-results/fast/forms/textarea-scrollbar-height-expected.txt 2011-07-26 14:40:23.239090722 +0000 +++ /tmp/layout-test-results/fast/forms/textarea-scrollbar-height-actual.txt 2011-07-26 14:40:23.239090722 +0000 @@ -3,4 +3,4 @@ This test passes if the list item below, bordered in blue, has no vertical scrollbar. list item -This test: PASSED! +This test: FAILED
Csaba Osztrogonác
Comment 6 2012-02-21 08:33:11 PST
The bug is still valid with Qt 4.8, Qt 5.0 WK1 and WK2 too.
Csaba Osztrogonác
Comment 7 2012-05-15 08:39:36 PDT
It is still valid.
Csaba Osztrogonác
Comment 8 2012-10-09 02:11:17 PDT
It passes now, unskipped by r130742.
Note You need to log in before you can comment on or make changes to this bug.