1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:07:44 +00:00

LibWeb/Tests: Port HTMLCollection [[SameObject]] test to a text test

This test was written before we had the facility to write text tests -
port this test to a text test so that we test against it in CI.
This commit is contained in:
Shannon Booth 2023-08-21 21:47:44 +12:00 committed by Andreas Kling
parent e300da4db4
commit 6cee028ecc
3 changed files with 46 additions and 52 deletions

View file

@ -0,0 +1,13 @@
table.tBodies pass
table.rows pass
thead.rows pass
tr.cells pass
form.elements pass
document.applets pass
document.anchors pass
document.images pass
document.embeds pass
document.plugins pass
document.links pass
document.forms pass
document.scripts pass