Bug 113930

Summary: [EFL][Qt] The layout test fast/loader/url-selected-user-gesture.html is failing.
Product: WebKit Reporter: Ádám Kallai <kadam>
Component: Tools / TestsAssignee: jochen
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, jochen, ossy, webkit.review.bot, zarvai
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 113827    
Bug Blocks: 79666    
Attachments:
Description Flags
Patch none

Description Ádám Kallai 2013-04-04 02:15:56 PDT
This fails appeared after http://trac.webkit.org/changeset/147503 on Qt. The fail is same on EFL bots.

Diff is here:

--- /ramdisk/qt-linux-64-release/build/layout-test-results/fast/loader/url-selected-user-gesture-expected.txt
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/fast/loader/url-selected-user-gesture-actual.txt
@@ -1,10 +1,10 @@
+CONSOLE MESSAGE: line 11: TypeError: '[object MouseEventConstructor]' is not a constructor (evaluating 'new MouseEvent('click', {ctrlKey: true, metaKey: true})')
 Check that a javascript generated mouse click is not enough to open a new tab.
 
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-PASS testRunner.windowCount() is 1
-PASS successfullyParsed is true
+FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
 
 TEST COMPLETE
Comment 1 jochen 2013-04-04 02:31:03 PDT
Created attachment 196458 [details]
Patch
Comment 2 WebKit Review Bot 2013-04-04 04:05:43 PDT
Comment on attachment 196458 [details]
Patch

Clearing flags on attachment: 196458

Committed r147619: <http://trac.webkit.org/changeset/147619>
Comment 3 WebKit Review Bot 2013-04-04 04:05:47 PDT
All reviewed patches have been landed.  Closing bug.