diff options
Diffstat (limited to 'layout/reftests/bugs/404123-1.html')
-rw-r--r-- | layout/reftests/bugs/404123-1.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/bugs/404123-1.html b/layout/reftests/bugs/404123-1.html new file mode 100644 index 000000000..ce9916519 --- /dev/null +++ b/layout/reftests/bugs/404123-1.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> + <body style="width: 0"> + <fieldset> + <legend style="white-space: nowrap">This is legend text</legend> + This is other text + </fieldset> + </body> +</html> |