Revision 3c940291e9e8c30e8c7c401426160e3531639403 authored by Yoav Weiss on 27 April 2018, 09:15:43 UTC, committed by Blink WPT Bot on 27 April 2018, 09:33:13 UTC
Currently `Request.destination` is set to "unknown" prefetch,
but that was recently changed:
Issue: https://github.com/whatwg/fetch/issues/658
PR: https://github.com/whatwg/fetch/pull/659

This CL aligns the destination values to the spec change.

Bug: 832105
Change-Id: Ib9f21dcc6cf0ace27b7a810d3670cddc45b3b74f
Reviewed-on: https://chromium-review.googlesource.com/1029858
Commit-Queue: Yoav Weiss <yoav@yoav.ws>
Reviewed-by: Charlie Harrison <csharrison@chromium.org>
Reviewed-by: Yutaka Hirano <yhirano@chromium.org>
Cr-Commit-Position: refs/heads/master@{#554341}
1 parent c70b18e
Raw File
wpt
#!/usr/bin/env python

if __name__ == "__main__":
    from tools.wpt import wpt
    wpt.main()
back to top