Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
refs/heads/DOMParser-interface
/
.
/
css
/
CSS2
/
normal-flow
/
block-in-inline-float-in-layer-001-ref.html
blob: cbaf7ccb23f11e5f201620d9dcab0541464c036d [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<style>
.
layer
{
filter
:
blur
(
1px
);
}
.
float
{
float
:
left
;
}
</style>
<body>
<div
class
=
"layer"
>
<div>
<div
class
=
"float"
>
float
</div>
</div>
</div>
</body>