Sanitization throws on embed elements in Firefox #23466
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
area-web-js
Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.
closed-obsolete
Closed as the reported issue is no longer relevant
library-html
P1
A high priority bug; for example, a single project is unusable or has many test failures
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
An embed element in Firefox is not an object, the typeof says Function. As a result we don't get an interceptor for it and it doesn't have methods. We probably need to drop down into JS to see if it's a reasonable element or not. We may be able to just outright reject <embed>. See, e.g. co19/LayoutTests/fast/loader/loadInProgress_t01
The text was updated successfully, but these errors were encountered: