3 Any copyright is dedicated to the Public Domain.
4 http://creativecommons.org/publicdomain/zero/1.0/
7 This test checks that we repaint, when a flex item is brought towards
8 the viewer in the stacking-order, without moving in the "x" or "y"
9 dimensions onscreen, using the "order" and "margin-left" properties.
11 This test should end up rendering as a lime square, 100px by 100px.
13 <html class=
"reftest-wait">
26 background-color: red;
30 background-color: lime;
40 var a
= document
.getElementById("a");
41 var b
= document
.getElementById("b");
42 a
.classList
.remove("foreground");
43 b
.classList
.add("foreground");
44 document
.documentElement
.removeAttribute("class");
47 window
.addEventListener("MozReftestInvalidate", tweak
);
52 <div id=
"a" class=
"foreground"></div>