repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
svg
/
zoom
/
large-zoom-crash.html
blob
e510044d806a2b439a24f9c63ea65c169ca5f8dd
1
<!DOCTYPE
html
>
2
<style>
3
html, body, svg {
4
zoom:
9223372036854775790
;
5
}
6
</style>
7
<svg>
8
<text>
PASS if no crash.
</text>
9
</svg>
10
<script>
11
if
(
window
.
testRunner
)
12
testRunner
.
dumpAsText
();
13
</script>