diff options
Diffstat (limited to 'layout/reftests/bugs/776443-2.html')
-rw-r--r-- | layout/reftests/bugs/776443-2.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/reftests/bugs/776443-2.html b/layout/reftests/bugs/776443-2.html new file mode 100644 index 000000000..f02bff10a --- /dev/null +++ b/layout/reftests/bugs/776443-2.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<style> + table { background: yellow; } + td { width: calc(250px + 250px); } +</style> +<table><tr><td>Should be 500px wide</td></tr></table> |