Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
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>