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
no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git]
/
layout
/
reftests
/
bugs
/
345267-1d.html
blob
d912035a530dfe063daa786e156cc06819dfd4c8
1
<!DOCTYPE
html
>
2
<html>
3
<body>
4
<input
size
=
"20"
maxlength
=
"2"
>
5
<script>
6
document
.
body
.
offsetWidth
;
7
document
.
getElementsByTagName
(
"input"
)[
0
].
setAttribute
(
"value"
,
"abcde"
);
8
</script>
9
</body>
10
</html>