diff options
Diffstat (limited to 'layout/reftests/bugs/1773633-text-zoom.html')
-rw-r--r-- | layout/reftests/bugs/1773633-text-zoom.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1773633-text-zoom.html b/layout/reftests/bugs/1773633-text-zoom.html new file mode 100644 index 0000000000..15535dd738 --- /dev/null +++ b/layout/reftests/bugs/1773633-text-zoom.html @@ -0,0 +1,10 @@ +<!doctype html> +<html reftest-text-zoom="1.5"> +<style> + div { + width: 100px; + height: 100px; + background-color: purple; + } +</style> +<div>Box with text</div> |