2 header("ACCEPT-CH: DPR, Width, Viewport-Width");
5 <script src
="../../../resources/testharness.js"></script
>
6 <script src
="../../../resources/testharnessreport.js"></script
>
8 var t
= async_test("Verify that hints were not sent on iframe subresources.");
9 window
.addEventListener("message", t
.step_func(function (message
) {
10 console
.log(message
.data
);
11 assert_equals(message
.data
, "success");
15 <iframe src
="/resources/iframe-no-accept-ch.php"></iframe
>