mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
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:
parent
af30484f2a
commit
fb8a45c58d
3 changed files with 1 additions and 4 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue