mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
0263e6b4ac
--HG-- extra : rebase_source : 733bce16594367a7b22b4bd9ee42a9268a8eb405
14 lines
148 B
HTML
14 lines
148 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script type="text/javascript">
|
|
|
|
var a = {};
|
|
a instanceof HTMLImageElement;
|
|
|
|
</script>
|
|
</head>
|
|
|
|
<body></body>
|
|
</html>
|