Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
css
/
border-image-fill-crash.html
blob: fe42da451b66219be83a2075547cfd258697b5b9 [
file
] [
edit
]
<style>
*
{
border-image
:
fill
;
}
</style>
This test passes if it does not CRASH.
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>