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
forwarddelete.manual.html
<!doctype html>
<meta charset=utf-8>
<title>Manual forwardDelete (delete key) tests</title>
<link rel=stylesheet href=../include/tests.css>

<p><input type=button value="Clear cached results" onclick="clearCachedResults()">

<div id=tests>
    <input type=button value="Run tests" onclick="runTests()">
    <table border=1><tr><th>Input<th>Spec<th>Browser<th>Same</table>
    <p><label>New test input: <input></label> <input type=button value="Add test" onclick="addTest()">
</div>

<div id=overlay>Tap delete repeatedly until this annoying message
disappears!  (But not too quickly.  And don't hit any other keys or click with
the mouse anywhere, it will mess it up.<span id=testcount>  <span></span>
manual test(s) remain.</span>)</div>

<script src=../include/implementation.js></script>
<script src=../include/tests.js></script>
<script>
var command = "forwarddelete";
</script>
<script src=../include/manualtest.js></script>
back to top