Sign in
webkit
/
WebKit
/
6ada3cd2e0d9b9e450b5e021e0e5526f55f59df8
/
.
/
LayoutTests
/
css3
/
flexbox
/
csswg
/
flexbox_inline-expected.html
blob: ceec7830c3db97b913cc459323b1e4cd428818fb [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<title>
flexbox | inline
</title>
<link
rel
=
"author"
href
=
"http://opera.com"
title
=
"Opera Software"
>
<style>
body
{
margin
:
0
;}
div
{
background
:
yellow
;
display
:
inline-block
;
}
</style>
<div>
HELLOWORLD
</div>