mirror of
https://github.com/servo/servo.git
synced 2025-06-25 09:34:32 +01:00
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>
|