Bug 114611

Summary: [Qt] The layout test fast/repaint/background-shorthand-with-gradient-and-height-changes.html is failing after 148203.
Product: WebKit Reporter: Ádám Kallai <kadam>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: koivisto, ossy, zalan, zarvai
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 114424    
Bug Blocks: 79666    

Description Ádám Kallai 2013-04-15 02:24:51 PDT
http://trac.webkit.org/changeset/148203

--- /ramdisk/qt-linux-64-release/build/layout-test-results/fast/repaint/background-shorthand-with-gradient-and-height-changes-expected.txt
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/fast/repaint/background-shorthand-with-gradient-and-height-changes-actual.txt
@@ -3,8 +3,8 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-PASS repaintRects.indexOf('28 84') is not -1
-PASS repaintRects.indexOf('8 84') is not -1
+FAIL repaintRects.indexOf('28 84') should not be -1.
+FAIL repaintRects.indexOf('8 84') should not be -1.
 PASS successfullyParsed is true
 
 TEST COMPLETE

Could you check what happened to it?
Comment 1 zalan 2013-04-15 03:09:02 PDT
Looks like the qt builds get a different repaint rects when executing this test. Looking into it.