mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
20 lines
268 B
HTML
20 lines
268 B
HTML
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
|
|
<html> <head>
|
|
<title></title>
|
|
<script type="text/javascript">
|
|
var check;
|
|
function foo(e)
|
|
{
|
|
check = e;
|
|
};
|
|
|
|
foo(this.document.documentElement.innerHTML);
|
|
|
|
document.write(check);
|
|
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
</body> </html>
|