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