diff options
Diffstat (limited to 'testing/web-platform/mozilla/tests/css/iframe-os-text-scale-print.sub.html')
-rw-r--r-- | testing/web-platform/mozilla/tests/css/iframe-os-text-scale-print.sub.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/web-platform/mozilla/tests/css/iframe-os-text-scale-print.sub.html b/testing/web-platform/mozilla/tests/css/iframe-os-text-scale-print.sub.html new file mode 100644 index 0000000000..d0647da9b3 --- /dev/null +++ b/testing/web-platform/mozilla/tests/css/iframe-os-text-scale-print.sub.html @@ -0,0 +1,6 @@ +<!doctype html> +<link rel=match href="iframe-os-text-scale-print-ref.html"> +<style> + body { margin: 0 } +</style> +<iframe frameborder=0 scrolling=no src="//{{hosts[alt][www]}}:{{ports[http][0]}}{{location[path]}}/../resources/iframe-os-text-scale-inner.html"></iframe> |