diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-page/page-name-propagated-005-print-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-page/page-name-propagated-005-print-ref.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-page/page-name-propagated-005-print-ref.html b/testing/web-platform/tests/css/css-page/page-name-propagated-005-print-ref.html new file mode 100644 index 0000000000..05cad793c7 --- /dev/null +++ b/testing/web-platform/tests/css/css-page/page-name-propagated-005-print-ref.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> + <body> + <div> + <div> + <div>a</div> + <div style="position: absolute; left: 100px">b</div> + </div> + </div> + <div>c</div> + </body> +</html> |