Martin Robinson
Martin Robinson
See w3c/fxtf-drafts#11. Currently we only do this for stacking contexts with transformations and iframes. It might be a good idea to move all of this functionality to Servo though, as...
#### d3896414e0c0bc5a076db63ea6ad996469ca422e Do not use the CoreAnimation big angle workaround for 2d rotation https://bugs.webkit.org/show_bug.cgi?id=243864 Reviewed by NOBODY (OOPS!). This workaround is only necessary for 3d rotation. It seems that large...
https://w3c.github.io/csswg-drafts/css-contain-2/#cv-notes states: > From the perspective of a [ResizeObserver](https://w3c.github.io/csswg-drafts/resize-observer-1/#resizeobserver), the [skipped contents](https://w3c.github.io/csswg-drafts/css-contain-2/#skips-its-contents) of an element never change their size. If these elements become non-skipped later, the resize observation will be...
After filtering intermittents, output the results as JSON. Update the GitHub workflow to aggregate this JSON data into an artifact and use the aggregated data to generate a GitHub comment...
Re-run WPT tests with unexpected results to try to sniff out true intermittents. Only filter these unstable results when filtering intermittents. Mark the stable unexpected results as failures. --- -...
Major changes: - All matrices are now stored in row major order. This means that parameters to rotation functions should no longer be negated. - `post_...()` functions are now named...
`width` and `min-width` as well as `height` and `min-height` work differently for tables. Tables don't shrink beyond their content sizes. This change fixes that. --- - [x] `./mach build -d`...
We have a lot of uses of a very old version of the `time` crate. We should gradually replace all of these uses with calls to `std::time` or if that...
There doesn't seem to be any output in these failures. I suspect they are due to some sort of issue with GitHub CI configuration, which doesn't have a real audio...