eeeeeeeeEEEEEEEEEEEEEEEEEEEEEEEEE

This commit is contained in:
Threebow 2018-12-08 10:01:10 -08:00 committed by GitHub
parent 4a1a5ff105
commit 8b19c37659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
e.html
View File

@ -2,11 +2,23 @@
<html>
<head>
<script>console.log('e');</script>
<title>e</title>
<style>
[e] {
word-wrap:break-word;
}
</style>
</head>
<body>
<h1>e</h1>
<h1 e>e</h1>
<script>
let e = document.querySelector("[e]");
setInterval(() => {
e.innerHTML += "e";
}, 1);
</script>
</body>
</html>
</html>