diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/core/core.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/core/core.html b/tests/unit/core/core.html index c3643af61..44b950cee 100644 --- a/tests/unit/core/core.html +++ b/tests/unit/core/core.html @@ -66,7 +66,7 @@ <option>option</option> </select> <textarea id="visibleAncestor-textarea">x</textarea> - <object id="visibleAncestor-object">xxx</object> + <object id="visibleAncestor-object" codebase="about:blank">xxx</object> <a href="#" id="visibleAncestor-anchorWithHref">anchor</a> <a id="visibleAncestor-anchorWithoutHref">anchor</a> <span id="visibleAncestor-span">x</span> |