···442442 pub(crate) fn sandboxing_flag_set(&self) -> SandboxingFlagSet {
443443 self.sandboxing_flag_set
444444 .get()
445445-@@ -1085,6 +1434,97 @@
445445+@@ -1084,6 +1433,97 @@
446446447447 // https://html.spec.whatwg.org/multipage/#dom-iframe-longdesc
448448 make_url_setter!(cx, SetLongDesc, "longdesc");
···540540 }
541541542542 impl VirtualMethods for HTMLIFrameElement {
543543-@@ -1135,9 +1575,54 @@
543543+@@ -1134,9 +1574,54 @@
544544 // may be in a different script thread. Instead, we check to see if the parent
545545 // is in a document tree and has a browsing context, which is what causes
546546 // the child browsing context to be created.
···597597 }
598598 },
599599 local_name!("loading") => {
600600-@@ -1202,6 +1687,23 @@
600600+@@ -1201,6 +1686,23 @@
601601602602 debug!("<iframe> running post connection steps");
603603···621621 // Step 1. Create a new child navigable for insertedNode.
622622 self.create_nested_browsing_context(cx);
623623624624-@@ -1224,8 +1726,22 @@
624624+@@ -1223,8 +1725,22 @@
625625 fn unbind_from_tree(&self, cx: &mut JSContext, context: &UnbindContext) {
626626 self.super_type().unwrap().unbind_from_tree(cx, context);
627627