mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +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>
|
<title>Iframe contentDocument test.</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<iframe src="test_iframe_contentDocument_inner.html" id="iframe"></iframe>
|
<iframe src="resources/iframe_contentDocument_inner.html" id="iframe"></iframe>
|
||||||
<script>
|
<script>
|
||||||
waitForExplicitFinish();
|
waitForExplicitFinish();
|
||||||
|
|
||||||
|
|
|
@ -3105,9 +3105,6 @@
|
||||||
[HTMLIFrameElement interface: attribute height]
|
[HTMLIFrameElement interface: attribute height]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[HTMLIFrameElement interface: attribute contentDocument]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[HTMLIFrameElement interface: attribute align]
|
[HTMLIFrameElement interface: attribute align]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue