diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-position/position-fixed-video-controls-print.html')
-rw-r--r-- | testing/web-platform/tests/css/css-position/position-fixed-video-controls-print.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-position/position-fixed-video-controls-print.html b/testing/web-platform/tests/css/css-position/position-fixed-video-controls-print.html new file mode 100644 index 0000000000..685762c377 --- /dev/null +++ b/testing/web-platform/tests/css/css-position/position-fixed-video-controls-print.html @@ -0,0 +1,7 @@ +<!doctype html> +<link rel=help href="https://bugzilla.mozilla.org/show_bug.cgi?id=1764224"> +<!-- Really a crashtest but since we can't really have print crashtests, we assert that we print something --> +<link rel="mismatch" href="/css/reference/blank.html"> +<q style="page-break-after: left"></q> +<pre>a</pre> +<audio style="position: fixed" controls="controls">a</audio> |