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 1915045 Ensure decode tasks are scheduled on BufferingState::Enter() r=media...
[gecko.git]
/
js
/
xpconnect
/
tests
/
mochitest
/
bug92773_helper.html
blob
be10dd54aea0585c56efb20ca7f0a3c3b626dac2
1
<html>
2
<head>
3
<script>
4
Object
.
defineProperty
(
window
,
"foo"
, {
get
() {
alert
(
"FAIL"
); } });
5
</script>
6
</head>
7
</html>