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 don't end up with the effects of an intermediate
8 "measuring" reflow left over, when we resize a window that contains a
9 vertical flex container with an auto-height flex item.
11 This test should end up rendering as a lime square, 100px by 100px.
13 <html xmlns=
"http://www.w3.org/1999/xhtml"
25 document.getElementById(
"frame").style.width =
"100px";
26 document.documentElement.removeAttribute(
"class");
28 window.addEventListener(
"MozReftestInvalidate", tweak, false);
32 <iframe id=
"frame" src=
"flexbox-dyn-changeFrameWidth-3-iframe.html"></iframe>