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:
parent
e300da4db4
commit
6cee028ecc
3 changed files with 46 additions and 52 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue