Sign in
webkit
/
WebKit
/
6ada3cd2e0d9b9e450b5e021e0e5526f55f59df8
/
.
/
LayoutTests
/
fast
/
css
/
border-image-fill-crash.html
blob: fe42da451b66219be83a2075547cfd258697b5b9 [
file
] [
log
] [
blame
]
<style>
*
{
border-image
:
fill
;
}
</style>
This test passes if it does not CRASH.
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>