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 Testcase with absolutely positioned children of a flex container.
8 In this testcase, we simply specify "position: absolute" without
9 actually doing any positioning, to test the "static position" of these
12 <html xmlns=
"http://www.w3.org/1999/xhtml">
20 border:
2px dashed purple;
24 border:
2px dotted black;
35 background: lightgreen;
57 <div class=
"containingBlock">
58 <!-- First child abspos: -->
59 <div class=
"flexbox"><div class=
"a abspos"/><div class=
"b"/></div>
60 <!-- Second child abspos: -->
61 <div class=
"flexbox"><div class=
"a"/><div class=
"b abspos"/></div>
62 <!-- Middle child abspos: -->
64 ><div class=
"a"/><div class=
"inflex abspos"/><div class=
"b"/></div>
65 <!-- Third child abspos, w/ inflexible items & justify-content: space-around: -->
66 <div class=
"flexbox" style=
"justify-content: space-around"
67 ><div class=
"inflex"/><div class=
"inflex"/><div class=
"inflex"
68 /><div class=
"noFlexFn abspos"/><div class=
"inflex"/></div>