[Webkit-unassigned] [Bug 177304] WebDriver: Add support to import and run W3C tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 22 10:40:25 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=177304

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #321434|0                           |1
        is obsolete|                            |
 Attachment #321434|review?                     |
              Flags|                            |
 Attachment #321562|                            |review?
              Flags|                            |

--- Comment #5 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Created attachment 321562

  --> https://bugs.webkit.org/attachment.cgi?id=321562&action=review

Updated patch

I've updated the WPT tests, since it fixes tests, and now it also needs wptserve. Before the update all html content was loaded as data urls, but it seems edge doens't like those data urls (really?), so they changed to use http urls, which now requires wptserve to handle those requests. This patch adds a simple server implementation that launches the layout tests wpt server, but with a different configuration. This way we can reuse the implementation and we don't need to import wptserve for WebDriver tests too.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170922/1bf09366/attachment.html>


More information about the webkit-unassigned mailing list