Bug 112146

Summary: [Qt] REGRESSION(r145214): fullscreen/video-controls-drag.html fails.
Product: WebKit Reporter: Ádám Kallai <kadam>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: allan.jensen, jturcotte, kkristof, ossy, szledan, zarvai
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 108213    
Bug Blocks: 79666    

Ádám Kallai
Reported 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?
Attachments
Note You need to log in before you can comment on or make changes to this bug.