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 1839076 - Remove duplicate prefs from mobile.js r=geckoview-reviewers,amejiamarmol
[gecko.git]
/
view
/
crashtests
/
399852.html
blob
aa31f7a8a8e89b5017bb421e956ec5b99f301839
1
<html>
2
<head>
3
<script>
4
function
doe2
() {
5
document
.
body
.
setAttribute
(
'style'
,
'overflow:scroll; direction: rtl;'
);
6
}
7
setTimeout
(
doe2
,
500
);
8
</script>
9
10
</head>
11
<body>
12
<span
style
=
"position: fixed;"
>
13
<iframe
onload
=
"window.frames[0].focus()"
></iframe>
14
</span>
15
<li
style
=
" position: fixed;"
contenteditable
=
"true"
></li>
16
</body>
17
</html>