blob: 1a972c0e19803c484b1f4b6f019c53a2c8f425bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!DOCTYPE html>
<html>
<style>
#o {
padding: 27660vw;
outline: thick dotted;
mask: subtract url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=), linear-gradient(#FFF, #555);
}
</style>
<script>
document.addEventListener("DOMContentLoaded", function(){
o.appendChild(document.createElement("div"));
o.appendChild(document.createElement("frame"));
o.appendChild(document.createElement("div"));
});
</script>
<span id=o />
</html>
|