1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 Any copyright is dedicated to the Public Domain.
4 http://creativecommons.org/publicdomain/zero/1.0/
7 This test checks that we reflow nested flex containers sufficiently when
8 the window (or the iframe we're inside of) is horizontally resized.
10 This test should end up rendering as a lime square, 100px by 100px.
12 <html xmlns=
"http://www.w3.org/1999/xhtml"
24 document.getElementById(
"frame").style.width =
"100px";
25 document.documentElement.removeAttribute(
"class");
27 window.addEventListener(
"MozReftestInvalidate", tweak, false);
31 <iframe id=
"frame" src=
"flexbox-dyn-changeFrameWidth-1-iframe.html"></iframe>