Simon Pieters

Results 719 comments of Simon Pieters

@fantasai OK, that is fair enough. It indeed seems unlikely that the current behavior is required for compat.

> If we wanted to write the test assertions using the JS WPT framework, we'd likely need to load pdf.js into the test document, rather than embedding it as an...

The comment above `waitFor` says ``` // TODO(crbug.com/1400399): deprecate. We should not use frame based waits in // WPT as frame rates may vary greatly in different testing environments. ```...

CSSOM View defines https://drafts.csswg.org/cssom-view-1/#extensions-to-the-range-interface which maybe should be on `AbstractRange` instead.

`blocking=render` already allows a UA-defined timeout. Is this feature request because the timeout should be different for view transitions, or because it shouldn't block rendering at all if there's no...

I think it's worth investigating if it's possible to change this so that standard properties on `document` don't get shadowed. To that end I queried httparchive to see which pages...

Today I analyzed the affected pages found in httparchive (that hit the relevant chrome use counter). See https://docs.google.com/spreadsheets/d/1ATQUNv8_2B3S69zSfNWLcz44G-vY1rJ1wKIYKBJ0nBQ/edit?usp=sharing **Summary:** Most pages expect non-clobbering (50 pages) or are not affected (85...

@WebReflection `document.currentScript` will continue to work. What will stop working is making `` make `document.currentScript` return the `img` element instead of the current script. I assume you're not relying on...

Ideally we would prevent clobbering of all standard properties in the prototype chain. But we can start with a fixed list if that is what we have data for and...