repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
http
/
tests
/
misc
/
resources
/
frame-default-enc-frame.html
blob
5cd955a550da94cf6cbd5f7a0705b99e70ebaa87
1
<html>
2
<head>
3
<title>
Frame
</title>
4
</head>
5
<body>
6
<script>
7
chs
=
document
.
inputEncoding
;
8
if
(!
chs
)
9
chs
=
document
.
charset
;
10
if
(!
chs
)
11
chs
=
document
.
characterSet
;
12
13
alert
(
chs
);
14
</script>
15
16
</body>
17
</html>