Sign in
chromium
/
chromium
/
src.git
/
4fd348fdb9c0b3842829acdfb2b82c86dacd8e0a
/
.
/
third_party
/
WebKit
/
LayoutTests
/
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>