.
Created attachment 320016 [details] Patch
Comment on attachment 320016 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=320016&action=review > LayoutTests/platform/wpe/fast/events/touch/touch-constructor-expected.txt:14 > +FAIL touch = new Touch({ identifier: 1, target: document.body }) should not throw exception. Threw exception TypeError: function is not a constructor (evaluating 'new Touch({ identifier: 1, target: document.body })'). > +FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined). > + An expected result should (in theory) have not FAIL lines. This test was skipped on GTK in bug 163858. We should do the same on the WPE expectations file
Created attachment 320026 [details] Patch
Comment on attachment 320026 [details] Patch Thanks!
Comment on attachment 320026 [details] Patch Clearing flags on attachment: 320026 Committed r221680: <http://trac.webkit.org/changeset/221680>
All reviewed patches have been landed. Closing bug.