Opened 5 years ago

Closed 5 years ago

#30470 closed Uncategorized (fixed)

Complete assertHTMLEqual() support for all self closing tags

Reported by: Jon Dufresne Owned by: nobody
Component: Testing framework Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The following tags are currently missing: area, embed, param, track, and wbr.

The complete list of self closing tags is documented here:

https://html.spec.whatwg.org/#void-elements

Change History (3)

comment:1 by Jon Dufresne, 5 years ago

Has patch: set

comment:2 by Carlton Gibson, 5 years ago

Triage Stage: UnreviewedReady for checkin

comment:3 by Carlton Gibson <carlton.gibson@…>, 5 years ago

Resolution: fixed
Status: newclosed

In 7c3732a:

Fixed #30470 -- Added assertHTMLEqual() support for all self closing tags.

Support for the following tags was added: area, embed, param, track, and
wbr.

The full list of self closing tags is documented at:

https://html.spec.whatwg.org/#void-elements

Note: See TracTickets for help on using tickets.
Back to Top