1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/flexbox/flexbox-dyn-changeFrameWidth-4-iframe.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,20 @@ 1.4 +<html> 1.5 + <head> 1.6 + <style> 1.7 + body { 1.8 + margin: 0; 1.9 + } 1.10 + .container { 1.11 + display: flex; 1.12 + background-color: lime; 1.13 + top: 0; 1.14 + bottom: 0; 1.15 + position: absolute; 1.16 + width: 100px; 1.17 + } 1.18 + </style> 1.19 + </head> 1.20 + <body> 1.21 + <div class="container"></div> 1.22 + </body> 1.23 +</html>