Martin Robinson

Results 51 issues of Martin Robinson

Previously if a font didn't have a space advance and it was needed to make advances for tabs, Servo would try to read the advance from the font. If the...

``` OK /html/webappapis/update-rendering/child-document-raf-order.html PASS [expected FAIL] subtest: Ordering of steps in "Update the Rendering" - child document requestAnimationFrame order ```

I-intermittent

Stylo used to be part of the Servo source code, so it made sense to use the atom implementation from Stylo for Servo. Now Stylo is its own project, so...

``` OK /html/semantics/embedded-content/the-iframe-element/iframe-loading-lazy-nav-location-assign.html FAIL [expected PASS] subtest: Navigating iframe loading='lazy' before it is loaded: location.assign uncaught exception: Error: assert_equals: expected "http://web-platform.test:8000/html/semantics/embedded-content/the-iframe-element/support/blank.htm?nav" but got "http://web-platform.test:8000/html/semantics/embedded-content/the-iframe-element/support/blank.htm?src" ```

I-intermittent

``` TIMEOUT [expected PASS] /css/compositing/mix-blend-mode/mix-blend-mode-video-sibling.html ```

I-intermittent

The most recent version of WebRender tracks stacking context offsets in a different way, which broke legacy layout. It's easier just to track the stacking context offset in Servo and...

This change adds an expensive layout for the determination of minimum automatic size and flex basis in process of flexbox layout. Currently, the layout is not cached, so may be...

The currently checked in certificate is expired, but even after generating a new one, Rustls fails to verify the certificate. This issues about tracking why that is and fixing it...

A-network
A-testing

**Describe the bug:** `tracing` is printing arguments to instrumented functions to the log. This likely shouldn't happen as the `Debug` output of many of our argument is too large for...

``` OK /webxr/light-estimation/xrWebGLBinding_getReflectionCubeMap.https.html FAIL [expected PASS] subtest: Test that getReflectionCubeMap returns or throws appropriately without a reflection map. - webgl2 promise_test: Unhandled rejection with value: object "TypeError: session.requestLightProbe is not...

I-intermittent