Bug 87363

Summary: [Qt] REGRESSION(r118291) fast/frames/flattening/iframe-tiny.html fails
Product: WebKit Reporter: Ádám Kallai <kadam>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, kenneth, kkristof, koivisto, ossy, szledan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 87347    
Bug Blocks: 79666, 86608    

Description Ádám Kallai 2012-05-24 02:41:30 PDT
This test fails on Qt platform. [Wk1][Wk2] 

 * fast/frames/flattening/iframe-tiny.html
 http://trac.webkit.org/changeset/117451

Diff:

--- /home/webkitbuildbot/slaves/release32bit-NRWT/buildslave/qt-linux-32-release-NRWT/build/layout-test-results/fast/frames/flattening/iframe-tiny-expected.txt 
+++ /home/webkitbuildbot/slaves/release32bit-NRWT/buildslave/qt-linux-32-release-NRWT/build/layout-test-results/fast/frames/flattening/iframe-tiny-actual.txt 
@@ -37,8 +37,8 @@
 PASS getComputedStyle(frame, 0).width is '400px'
 PASS getComputedStyle(frame, 0).height is '400px'
 testFrame11
-PASS getComputedStyle(frame, 0).width is '400px'
-PASS getComputedStyle(frame, 0).height is '400px'
+FAIL getComputedStyle(frame, 0).width should be 400px. Was 300px.
+FAIL getComputedStyle(frame, 0).height should be 400px. Was 8px.
 PASS successfullyParsed is true
 
 TEST COMPLETE
Comment 1 Csaba Osztrogonác 2012-05-24 02:49:03 PDT
r118291 is the culprit.
Comment 2 Kristóf Kosztyó 2012-05-24 04:17:51 PDT
Committed r118347: <http://trac.webkit.org/changeset/118347>
Comment 3 Kristóf Kosztyó 2012-05-24 04:18:22 PDT
I skipped the test to paint the bot green
Comment 4 Eric Seidel (no email) 2012-05-24 07:37:52 PDT
It also made the same test falky on Mac i'm told: bug 87347.
Comment 5 Csaba Osztrogonác 2012-10-09 05:57:51 PDT
unskipped by https://trac.webkit.org/changeset/130752