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 1928997: Update tabs icon in Unified Search popup r=desktop-theme-reviewers,daleh...
[gecko.git]
/
js
/
xpconnect
/
crashtests
/
639737-1.html
blob
b461cc02bb70d69b8251924283ff63e4781aa4a5
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<script>
5
6
function
b
() {
7
try
{
sset
(
"u"
); }
catch
(
e
) { }
8
try
{ [
0
].
map
(
b
); }
catch
(
e
) { }
9
}
10
11
var
sset
=
document
.
documentElement
.
style
.
__lookupSetter__
(
"textIndent"
);
12
b
();
13
14
</script>
15
</head>
16
17
<body></body>
18
</html>
19