Sign in
webkit
/
WebKit
/
eb01a7e76a5b8904fa6eb36e240d0af2b1bec526
/
.
/
LayoutTests
/
svg
/
in-html
/
svg-assert-failure-percentage.html
blob: 8eae569ec47f3897ed10141c1d1ff7227d9cecc6 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<svg
style
=
"
max-height
:
5%
"
></svg>
<p>
This test PASSED if it doesn't cause an assertion failure.
</p>
</html>