repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1692937 [wpt PR 27636] - new parameter --include-file for wptrunner, a=testonly
[gecko.git]
/
layout
/
svg
/
crashtests
/
791826-1.svg
blob
f42261a3adcbc3fdf002cdcb13258918a099c12e
1
<svg
xmlns
=
"http://www.w3.org/2000/svg"
style
=
"position: fixed;"
>
2
<script>
3
<![CDATA[
4
5
function boom()
6
{
7
document.documentElement.setAttribute(
"preserveAspectRatio"
,
"_"
);
8
}
9
10
window.addEventListener(
"load"
, boom, false);
11
12
]]
>
13
</script>
14
</svg>