Bug 36962 - [Qt] REGRESSION (r53450): fast/forms/textarea-scrollbar-height.html fails
Summary: [Qt] REGRESSION (r53450): fast/forms/textarea-scrollbar-height.html fails
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P3 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged, Regression
Depends on:
Blocks: 79666
  Show dependency treegraph
 
Reported: 2010-04-01 07:50 PDT by Csaba Osztrogonác
Modified: 2012-10-09 02:11 PDT (History)
3 users (show)

See Also:


Attachments
rendertree dump diff (1.87 KB, patch)
2010-04-01 07:51 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff
image dump before revert (11.51 KB, image/png)
2010-04-01 07:52 PDT, Csaba Osztrogonác
no flags Details
image dump after revert (now) (11.34 KB, image/gif)
2010-04-01 07:52 PDT, Csaba Osztrogonác
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 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"
Comment 1 Csaba Osztrogonác 2010-04-01 07:51:30 PDT
Created attachment 52294 [details]
rendertree dump diff
Comment 2 Csaba Osztrogonác 2010-04-01 07:52:15 PDT
Created attachment 52295 [details]
image dump before revert
Comment 3 Csaba Osztrogonác 2010-04-01 07:52:58 PDT
Created attachment 52296 [details]
image dump after revert (now)
Comment 4 Robin Qiu 2011-07-22 20:20:18 PDT
This bug can't be reproduced now.
Comment 5 Csaba Osztrogonác 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
Comment 6 Csaba Osztrogonác 2012-02-21 08:33:11 PST
The bug is still valid with Qt 4.8, Qt 5.0 WK1 and WK2 too.
Comment 7 Csaba Osztrogonác 2012-05-15 08:39:36 PDT
It is still valid.
Comment 8 Csaba Osztrogonác 2012-10-09 02:11:17 PDT
It passes now, unskipped by r130742.