aboutsummaryrefslogtreecommitdiffstats
path: root/test/render/flex/--flexbox_inline-abspos.htm
blob: abfa9179fd92b9abf13479ba08295ab43ca75a8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<!-- Mirrored from test.csswg.org/suites/css-flexbox-1_dev/nightly-unstable/html/flexbox_inline-abspos.htm by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 23 Dec 2023 16:15:11 GMT -->
<head><title>flexbox | absolutely positioned inline</title>
<link href="http://opera.com/" rel="author" title="Opera Software">
<link href="http://www.w3.org/TR/css-flexbox-1/#abspos-items" rel="help">
<link href="http://test.csswg.org/suites/css-flexbox-1_dev/nightly-unstable/html/reference/blank.htm" rel="match">
<style>
div {
	background: red;
	margin-top: -20em;
	position: absolute;
	display: inline-flex;
}
</style>

</head><body><div>FAIL</div>
</body>
<!-- Mirrored from test.csswg.org/suites/css-flexbox-1_dev/nightly-unstable/html/flexbox_inline-abspos.htm by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 23 Dec 2023 16:15:11 GMT -->
</html>