blob: 7d5e4f55c824736c9b4138fc3b0fce5a3ef94bc6 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head><script src="resources/ad-iframe-writer.js"></script></head>
<body>
<script type="text/javascript">
if (window.testRunner) {
testRunner.setHighlightAds();
}
ad_frame = createAdFrame();
ad_frame.width = 100;
ad_frame.height = 200;
// Finish the test once the ad frame is loaded.
ad_frame.onload = function () {
if (window.testRunner)
testRunner.notifyDone();
}
ad_frame.src = "about:blank";
if (window.testRunner)
testRunner.waitUntilDone();
</script>
</body>
</html>