Sign in
webkit
/
WebKit
/
9641047005339a44ecb1e1216caaa1105a36a25c
/
.
/
LayoutTests
/
imported
/
blink
/
svg
/
css
/
marker-crash.html
blob: 234deb8b0a432bf5515dd5fb81ec8ce41745d686 [
file
] [
log
] [
blame
]
This test passes if it does not crash.
<div
style
=
"
marker
:
initial
"
></div>
<div
style
=
"
marker
:
inherit
"
></div>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>