diff options
Diffstat (limited to 'layout/reftests/bugs/1263845-ref.html')
-rw-r--r-- | layout/reftests/bugs/1263845-ref.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1263845-ref.html b/layout/reftests/bugs/1263845-ref.html new file mode 100644 index 0000000000..65c67a95a7 --- /dev/null +++ b/layout/reftests/bugs/1263845-ref.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<div id="wrap" style="background: yellow"> + <table style="height: 100%; background: purple"> + <tr> + <td> + This is some text + </td> + </tr> + </table> +</div> |