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