Iframe resource file moved to resources dir so it's not picked up by test harness (and does not fail).

This commit is contained in:
Tomasz Kołodziejski 2014-11-13 22:15:14 -08:00
parent af30484f2a
commit fb8a45c58d
3 changed files with 1 additions and 4 deletions

View file

@ -5,7 +5,7 @@
<title>Iframe contentDocument test.</title>
</head>
<body>
<iframe src="test_iframe_contentDocument_inner.html" id="iframe"></iframe>
<iframe src="resources/iframe_contentDocument_inner.html" id="iframe"></iframe>
<script>
waitForExplicitFinish();