blob: f600d16218d359dc80d00f9b8bd36fd0e56082ee [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
@media (orientation: landscape) {
body:before {
content: "landscape";
}
}
@media (orientation: portrait) {
body:before {
content: "portrait";
}
}
</style>
</head>
<body>
<textarea></textarea>
</body>
</html>