We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d4eb5 commit 0ab54d8Copy full SHA for 0ab54d8
tests/unit/core/core.html
@@ -66,7 +66,7 @@ <h2 id="qunit-userAgent"></h2>
66
<option>option</option>
67
</select>
68
<textarea id="visibleAncestor-textarea">x</textarea>
69
- <object id="visibleAncestor-object">xxx</object>
+ <object id="visibleAncestor-object" codebase="about:blank">xxx</object>
70
<a href="#" id="visibleAncestor-anchorWithHref">anchor</a>
71
<a id="visibleAncestor-anchorWithoutHref">anchor</a>
72
<span id="visibleAncestor-span">x</span>
0 commit comments