summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-page/fixedpos-with-abspos-with-link-print.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-page/fixedpos-with-abspos-with-link-print.html')
-rw-r--r--testing/web-platform/tests/css/css-page/fixedpos-with-abspos-with-link-print.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-page/fixedpos-with-abspos-with-link-print.html b/testing/web-platform/tests/css/css-page/fixedpos-with-abspos-with-link-print.html
new file mode 100644
index 0000000000..057ddc9146
--- /dev/null
+++ b/testing/web-platform/tests/css/css-page/fixedpos-with-abspos-with-link-print.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
+<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1402156">
+<link rel="match" href="fixedpos-with-abspos-with-link-print-ref.html">
+<style>
+ body {
+ margin: 0;
+ height: 250vh;
+ }
+</style>
+<div style="position:fixed;">
+ <div style="position:absolute; width:max-content;">
+ <a href="/">This should be on every page (3 pages).<br>This too.</a>
+ </div>
+</div>