document: re-dispatch tests between node document and html document

This commit is contained in:
Pierre Tachoire
2023-10-18 14:11:31 +02:00
parent b8efce8f34
commit 34d5f2800e
2 changed files with 0 additions and 33 deletions

View File

@@ -48,7 +48,6 @@ pub fn testExecFn(
.{ .src = "document.__proto__.__proto__.constructor.name", .ex = "Document" },
.{ .src = "document.__proto__.__proto__.__proto__.constructor.name", .ex = "Node" },
.{ .src = "document.__proto__.__proto__.__proto__.__proto__.constructor.name", .ex = "EventTarget" },
.{ .src = "document.body.localName == 'body'", .ex = "true" },
};
try checkCases(js_env, &constructor);