diff options
Diffstat (limited to 'layout/reftests/bugs/403426-1.html')
-rw-r--r-- | layout/reftests/bugs/403426-1.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/bugs/403426-1.html b/layout/reftests/bugs/403426-1.html new file mode 100644 index 000000000..8e93d6f3a --- /dev/null +++ b/layout/reftests/bugs/403426-1.html @@ -0,0 +1,9 @@ +<!DOCTYPE HTML> +<html> +<body style="width:0;"> +<p><span style="white-space:nowrap;"><input type="checkbox">hello1</span> +<p>Hello2 <span style="white-space:nowrap;"><input type="checkbox"></span> +<p style="white-space:nowrap"><span style="white-space:normal">Hello3 +</span><span style="white-space:nowrap;"><input type="checkbox"></span> +</body> +</html> |