Sign in
webkit
/
WebKit
/
9c30dd8ab460ef49b84cc6eaba8fb6364b80b5e3
/
.
/
LayoutTests
/
css3
/
filters
/
filter-empty-element-crash.html
blob: 7dc85a5a0e6d77086535c62b64ee272c23464049 [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
window
.
testRunner
.
dumpAsText
(
false
);
</script>
<div
style
=
"
-webkit-filter
:
blur
(
1px
);
"
width
=
"0px"
height
=
"0px"
></div>
<p>
If you can read this, the test passed.
</p>