diff options
Diffstat (limited to 'layout/reftests/bugs/475986-1c.html')
-rw-r--r-- | layout/reftests/bugs/475986-1c.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/bugs/475986-1c.html b/layout/reftests/bugs/475986-1c.html new file mode 100644 index 0000000000..5e306fc1eb --- /dev/null +++ b/layout/reftests/bugs/475986-1c.html @@ -0,0 +1,8 @@ +<!DOCTYPE html> +<html> + <body> + <table width="100%"> + <tr><th style="text-align: start">Text</th></tr> + </table> + </body> +</html> |