Commit 09ba1b62 authored by Chris Harrelson's avatar Chris Harrelson Committed by Commit Bot

Move a printing test out of WPT

This is because there is no spec text corresponding to this behavior,
and the test is failing on other browsers.

See also: https://github.com/web-platform-tests/wpt/pull/23453/

Change-Id: Ia2d4f0c75c3b295e19f1ffec3e2e0d0fb1882c00
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2187174Reviewed-by: default avatarvmpstr <vmpstr@chromium.org>
Commit-Queue: Chris Harrelson <chrishtr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#766471}
parent 3c8d5900
...@@ -3075,7 +3075,7 @@ crbug.com/1050754 external/wpt/preload/reflected-as-value.html [ Failure ] ...@@ -3075,7 +3075,7 @@ crbug.com/1050754 external/wpt/preload/reflected-as-value.html [ Failure ]
crbug.com/1050754 external/wpt/preload/single-download-preload.html [ Timeout ] crbug.com/1050754 external/wpt/preload/single-download-preload.html [ Timeout ]
crbug.com/1050754 external/wpt/preload/subresource-integrity.html [ Failure ] crbug.com/1050754 external/wpt/preload/subresource-integrity.html [ Failure ]
crbug.com/1050754 external/wpt/presentation-api/controlling-ua/getAvailability.https.html [ Failure ] crbug.com/1050754 external/wpt/presentation-api/controlling-ua/getAvailability.https.html [ Failure ]
crbug.com/1050754 external/wpt/printing/print-microtask-after-navigate.html [ Failure ] crbug.com/1050754 printing/print-microtask-after-navigate.html [ Failure ]
crbug.com/1050754 external/wpt/priority-hints/fetch-api-request.tentative.any.html [ Failure ] crbug.com/1050754 external/wpt/priority-hints/fetch-api-request.tentative.any.html [ Failure ]
crbug.com/1050754 external/wpt/priority-hints/fetch-api-request.tentative.any.worker.html [ Failure ] crbug.com/1050754 external/wpt/priority-hints/fetch-api-request.tentative.any.worker.html [ Failure ]
crbug.com/1050754 external/wpt/priority-hints/img-attr-named-constructor.tentative.html [ Failure ] crbug.com/1050754 external/wpt/priority-hints/img-attr-named-constructor.tentative.html [ Failure ]
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
<title>Printing in microtask after navigation</title> <title>Printing in microtask after navigation</title>
<link rel="author" title="Chris Harrelson" href="mailto:chrishtr@chromium.org"> <link rel="author" title="Chris Harrelson" href="mailto:chrishtr@chromium.org">
<link rel="help" href="https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#printing"> <link rel="help" href="https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#printing">
<script src="/resources/testharness.js"></script> <script src="../resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script> <script src="../resources/testharnessreport.js"></script>
Passes if it does not crash. Passes if it does not crash.
<script> <script>
let print_promise = new Promise(function(resolve, reject) { let print_promise = new Promise(function(resolve, reject) {
......
<!doctype HTML> <!doctype HTML>
<link rel="author" title="Chris Harrelson" href="mailto:chrishtr@chromium.org"> <link rel="author" title="Chris Harrelson" href="mailto:chrishtr@chromium.org">
Passes if it does not crash. Passes if it does not crash.
<script src="/resources/testharness.js"></script> <script src="../../resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script> <script src="../../resources/testharnessreport.js"></script>
<script> <script>
test(()=> {}, "Did not crash"); test(()=> {}, "Did not crash");
</script> </script>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment