11 lines
172 B
HTML
11 lines
172 B
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<body>
|
|
<script>
|
|
window.parent.parsingInterrupted();
|
|
</script>
|
|
<div>
|
|
PASS
|
|
</div>
|
|
</body>
|
|
</html>
|