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
/
1502936.html
blob
87892ab4619c3872f6a5708098c87e0f1a067bac
1
<script>
2
function
go
() {
3
a
.
setAttribute
(
"requiredExtensions"
,
"x"
);
4
b
.
getBoundingClientRect
();
5
a
.
setAttribute
(
"y"
,
"-1px"
);
6
}
7
</script>
8
<body
onload=go()
>
9
<svg>
10
<use
id
=
"a"
>
11
<feGaussianBlur
id
=
"b"
>