diff options
Diffstat (limited to 'layout/reftests/table-anonymous-boxes/490174-1.html')
-rw-r--r-- | layout/reftests/table-anonymous-boxes/490174-1.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/table-anonymous-boxes/490174-1.html b/layout/reftests/table-anonymous-boxes/490174-1.html new file mode 100644 index 0000000000..5804fa833e --- /dev/null +++ b/layout/reftests/table-anonymous-boxes/490174-1.html @@ -0,0 +1,13 @@ +<!DOCTYPE html>
+<html>
+<head></head>
+<body onload="document.getElementById('v').firstChild.data = ' a ';">
+
+<div style="position:absolute; top: 50px; left: 50px; border: 2px solid orange;" id="v">
+ <select style="width: 200%">
+ <option style="visibility: collapse; overflow: auto; display: table-footer-group;">X</option>
+ </select>
+</div>
+
+</body>
+</html>
|