Sign in
webkit
/
WebKit
/
939e9d9dca352ef0e519c767220f928dea5a0c13
/
.
/
LayoutTests
/
imported
/
blink
/
svg
/
zoom
/
large-zoom-crash.html
blob: e510044d806a2b439a24f9c63ea65c169ca5f8dd [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
html
,
body
,
svg
{
zoom
:
9223372036854775790
;
}
</style>
<svg>
<text>
PASS if no crash.
</text>
</svg>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>