diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/bugs/206631-1.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/reftests/bugs/206631-1.html b/layout/reftests/bugs/206631-1.html new file mode 100644 index 0000000000..f29e3470e6 --- /dev/null +++ b/layout/reftests/bugs/206631-1.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> +<head> +<style> +body { + font-size: 16px; +} +</style> +</head> +<body> +<p style="border: .1em solid #000;">Test 1</p> +<p style="border: .2em solid #000;">Test 2</p> +<p style="border: .3em solid #000;">Test 3</p> +</body> +</html> |