Bug 112146 - [Qt] REGRESSION(r145214): fullscreen/video-controls-drag.html fails.
Summary: [Qt] REGRESSION(r145214): fullscreen/video-controls-drag.html fails.
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: 108213
Blocks: 79666
  Show dependency treegraph
 
Reported: 2013-03-12 06:47 PDT by Ádám Kallai
Modified: 2014-02-01 19:01 PST (History)
6 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-03-12 06:47:32 PDT
It caused in: http://trac.webkit.org/changeset/145214

Diff is here:

--- /home/webkitbuildbot/slaves/release64bitWebKit2_EC2/buildslave/qt-linux-64-release-webkit2/build/layout-test-results/fullscreen/video-controls-drag-expected.txt
+++ /home/webkitbuildbot/slaves/release64bitWebKit2_EC2/buildslave/qt-linux-64-release-webkit2/build/layout-test-results/fullscreen/video-controls-drag-actual.txt
@@ -2,10 +2,10 @@
 
 EVENT(webkitfullscreenchange)
 First drag.
-EXPECTED (endBox.left - startBox.left == '15') OK
-EXPECTED (endBox.top - startBox.top == '15') OK
+EXPECTED (endBox.left - startBox.left == '15'), OBSERVED '0' FAIL
+EXPECTED (endBox.top - startBox.top == '15'), OBSERVED '0' FAIL
 Second drag.
-EXPECTED (endBox.left - startBox.left == '5') OK
-EXPECTED (endBox.top - startBox.top == '5') OK
+EXPECTED (endBox.left - startBox.left == '5'), OBSERVED '0' FAIL
+EXPECTED (endBox.top - startBox.top == '5'), OBSERVED '0' FAIL
 END OF TEST

Could you check what happened to it?