blob: 617fe6431c17aeaa09df4e4a0e42598564adf37c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<html>
<body>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<noscript>
<img src="about:blank" alt=">
</noscript>
<div>PASS: This text is visible.</div>
</body>
</html>
|