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
[refactor] More post-NSS WebCrypto cleanups (utility functions).
[chromium-blink-merge.git]
/
content
/
test
/
data
/
screen_orientation
/
screen_orientation_screenorientationchange.html
blob
9db63856cb6cd64a3d4ab59b0ab2a070ff503a15
1
<!DOCTYPE
HTML
>
2
<html>
3
<head>
4
</head>
5
<script>
6
screen
.
orientation
.
onchange
=
function
() {
7
document
.
location
.
hash
=
'#'
+
screen
.
orientation
.
angle
;
8
};
9
10
document
.
location
.
hash
=
'#ready'
;
11
</script>
12
<body>
13
<div>
Starting...
</div>
14
</body>
15
</html>