MozReview-Commit-ID: BFJB3gm9IAS
This commit is contained in:
Emilio Cobos Álvarez 2017-08-27 00:06:49 +02:00
Родитель 2fe72a41ea
Коммит eee20b3f8b
2 изменённых файлов: 14 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,13 @@
<!DOCTYPE html>
<meta charset="UTF-8">
<script>
window.onload = () => {
a = document.createElement("x")
document.documentElement.appendChild(a)
b = document.createElement("span")
document.documentElement.appendChild(b)
document.documentElement.getBoundingClientRect()
a.appendChild(document.createElement('div'))
b.innerText = "\uFDDE\r\u0301\n"
}
</script>

Просмотреть файл

@ -204,3 +204,4 @@ load 1387499.html
load 1388234.html
load 1391577.html
load 1393580.html
load 1389645.html