tenfourfox/js/xpconnect/tests/mochitest/file2_bug629227.html

12 lines
177 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<head>
<script>
document.domain = "example.org";
</script>
</head>
<body>
<form name="form1" id="test1"></form>
</body>
</html>