Open
Description
I'm noticing that if I run the fixture tests in prod mode, I get different results than dev mode. This seems partially due to some dev-only accessors defined here:
This is causing issues with global HTML properties/attributes in particular, but there seem to be some problems with outerHTML
as well.
PoC: b890165
Activity