diff options
Diffstat (limited to 'layout/reftests/bugs/480017-1.html')
-rw-r--r-- | layout/reftests/bugs/480017-1.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/layout/reftests/bugs/480017-1.html b/layout/reftests/bugs/480017-1.html new file mode 100644 index 000000000..d1dd33a0d --- /dev/null +++ b/layout/reftests/bugs/480017-1.html @@ -0,0 +1,24 @@ +<!DOCTYPE html> +<html> + <body> + <div style="display:table"> + <div style="display: table-row"> + <div style="display: table-cell"> + First Column + </div> + <div style="display: table-cell"> + Second Column + </div> + </div> + <div style="display: table-row"> + <div style="display: table-cell"> + First Column + </div> + <div style="display: -moz-popup; display: popup"></div> + <div style="display: table-cell"> + Second Column + </div> + </div> + </div> + </body> +</html> |