blob: 1bad7ee462d5b595470b8ca6d33d092370a1a662 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<style type="text/css">
#test {
position: absolute;
left: -1000px;
top: -1000px;
}
</style>
<body>
<embed id="test" type="application/x-test">
|