diff options
Diffstat (limited to 'layout/reftests/bugs/383488-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/383488-1-ref.html | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/layout/reftests/bugs/383488-1-ref.html b/layout/reftests/bugs/383488-1-ref.html new file mode 100644 index 0000000000..0b2df13e5a --- /dev/null +++ b/layout/reftests/bugs/383488-1-ref.html @@ -0,0 +1,28 @@ +<!DOCTYPE html> +<html><head> +<style> + span { font-family: sans-serif; font-size: 72px; } +</style> +</head><body> +<p>The X'es below should have the same size:</p> +<!-- The wonky placement of line breaks below is to eliminate all + significant whitespace within the paragraph. --> +<p +><span>X</span +><span>X</span +><span>X</span +><span>X</span +><span>X</span +><span>X</span +><span>X</span +><span>X</span +><span>X</span +><span>X</span +><span>X</span +><span>X</span +><span>X</span +><span>X</span +><span>X</span +><span>X</span></p> +</body> +</html> |