mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
7fa5b05a40
--HG-- extra : rebase_source : 174666b3ec6c0a7e6251fe34b6bf23c499ad3575
10 lines
161 B
HTML
10 lines
161 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<script>
|
|
function boom()
|
|
{
|
|
document.createElement("span").innerHTML = "<body a='b'>";
|
|
}
|
|
</script>
|
|
</head>
|
|
<body onload="boom();"></body> |