Bug 114611 - [Qt] The layout test fast/repaint/background-shorthand-with-gradient-and-height-changes.html is failing after 148203.
Summary: [Qt] The layout test fast/repaint/background-shorthand-with-gradient-and-heig...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 114424
Blocks: 79666
  Show dependency treegraph
 
Reported: 2013-04-15 02:24 PDT by Ádám Kallai
Modified: 2014-02-01 19:01 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.