[webkit-reviews] review requested: [Bug 177304] WebDriver: Add support to import and run W3C tests : [Attachment 321562] Updated patch

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


Carlos Garcia Campos <cgarcia at igalia.com> has asked  for review:
Bug 177304: WebDriver: Add support to import and run W3C tests
https://bugs.webkit.org/show_bug.cgi?id=177304

Attachment 321562: Updated patch

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




--- 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.


More information about the webkit-reviews mailing list