Bug 113930 - [EFL][Qt] The layout test fast/loader/url-selected-user-gesture.html is failing.
Summary: [EFL][Qt] The layout test fast/loader/url-selected-user-gesture.html is failing.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: jochen
URL:
Keywords:
Depends on: 113827
Blocks: 79666
  Show dependency treegraph
 
Reported: 2013-04-04 02:15 PDT by Ádám Kallai
Modified: 2013-04-04 04:05 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.44 KB, patch)
2013-04-04 02:31 PDT, jochen
no flags Details | Formatted Diff | Diff

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