summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-page/monolithic-overflow-025-print.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-page/monolithic-overflow-025-print.html')
-rw-r--r--testing/web-platform/tests/css/css-page/monolithic-overflow-025-print.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-page/monolithic-overflow-025-print.html b/testing/web-platform/tests/css/css-page/monolithic-overflow-025-print.html
new file mode 100644
index 0000000000..3fefbc37e2
--- /dev/null
+++ b/testing/web-platform/tests/css/css-page/monolithic-overflow-025-print.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
+<link rel="help" href="">
+<link rel="match" href="monolithic-overflow-025-print-ref.html">
+<link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
+<style>
+ @page {
+ size: 100px;
+ margin: 0;
+ }
+ body {
+ margin: 0;
+ font: 60px/200px Ahem;
+ }
+</style>
+<span style="position:relative; left:40px;">
+ x x x x
+</span>