diff options
Diffstat (limited to 'layout/reftests/bugs/280708-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/280708-1-ref.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/bugs/280708-1-ref.html b/layout/reftests/bugs/280708-1-ref.html new file mode 100644 index 000000000..8b7dbec5d --- /dev/null +++ b/layout/reftests/bugs/280708-1-ref.html @@ -0,0 +1,9 @@ +<html><head> +<style> +.rowg {display:table-row-group;} +</style> +</head><body> +<table><tbody><tr> +<td class="rowg"><input class="rowg"></td> +</tr></tbody></table> +</body></html> |