Use cross-port testRunner methods in fast/loader/url-selected-user-gesture.html
Created attachment 196230 [details] Patch
Created attachment 196231 [details] Patch
Comment on attachment 196231 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=196231&action=review > LayoutTests/fast/loader/url-selected-user-gesture.html:19 > + if (testRunner.windowCount() == numWindows) > + testPassed('no new window opened'); > + else > + testFailed('new window was created'); > + } If you rename "numWindows" to -> "originalWindowCount" You can just have shoudlBe('testRunner.windowCount()', 'originalWindowCount');
Created attachment 196233 [details] Patch
Comment on attachment 196233 [details] Patch Clearing flags on attachment: 196233 Committed r147503: <http://trac.webkit.org/changeset/147503>
All reviewed patches have been landed. Closing bug.