aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/servoparser/async_html.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/servoparser/async_html.rs')
-rw-r--r--components/script/dom/servoparser/async_html.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/components/script/dom/servoparser/async_html.rs b/components/script/dom/servoparser/async_html.rs
index a06749a7fd0..08e3238754b 100644
--- a/components/script/dom/servoparser/async_html.rs
+++ b/components/script/dom/servoparser/async_html.rs
@@ -521,13 +521,6 @@ impl Tokenizer {
if let Some(control) = control {
control.set_form_owner_from_parser(&form);
- } else {
- // TODO remove this code when keygen is implemented.
- assert_eq!(
- node.NodeName(),
- "KEYGEN",
- "Unknown form-associatable element"
- );
}
},
ParseOperation::Pop { node } => {