Sign in
webkit
/
WebKit
/
6b7c45f751131450b1675ef5b4b89fb3a0e35aba
/
.
/
LayoutTests
/
fast
/
shapes
/
shape-outside-floats
/
shape-outside-floats-viewport-units-expected.html
blob: cd7630e973019ef36ef71d69d73155bdad3494f1 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
.
container
{
color
:
black
;
font
:
20vw
/
1
Ahem
;
}
.
float
{
width
:
20vw
;
height
:
40vw
;
float
:
left
;
background-color
:
grey
;
}
</style>
<body>
<div
class
=
"container"
>
<div
class
=
"float"
></div>
X
<br/>
X
</div>
</body>