mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision 5c34fc630374b9eb0559139a486ff1a2e4247c4f
This commit is contained in:
parent
b0f0bd8282
commit
1b463fce85
222 changed files with 5045 additions and 641 deletions
|
@ -0,0 +1,11 @@
|
|||
<title>HTMLObjectElement: construct in a document with a null browsing context</title>
|
||||
<link rel="author" title="Nate Chapin" href="mailto:japhet@chromium.org">
|
||||
<link rel="help" href="https://html.spec.whatwg.org/C/#the-object-element">
|
||||
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1083437">
|
||||
<meta name="assert" content="Constructing an HTMLObjectElement in a document with a null browsing context should not crash"/>
|
||||
<iframe id="i"></iframe>
|
||||
<script>
|
||||
var doc = i.contentDocument;
|
||||
i.remove();
|
||||
doc.createElement('object');
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue