diff options
Diffstat (limited to 'testing/web-platform/tests/css/printing/fixedpos-with-abspos-with-link-print.html')
-rw-r--r-- | testing/web-platform/tests/css/printing/fixedpos-with-abspos-with-link-print.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/testing/web-platform/tests/css/printing/fixedpos-with-abspos-with-link-print.html b/testing/web-platform/tests/css/printing/fixedpos-with-abspos-with-link-print.html deleted file mode 100644 index 057ddc9146..0000000000 --- a/testing/web-platform/tests/css/printing/fixedpos-with-abspos-with-link-print.html +++ /dev/null @@ -1,15 +0,0 @@ -<!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> |