Martin Robinson
Martin Robinson
> Looks like this issue is [failing](https://github.com/web-platform-tests/wpt/runs/20952937974) Servo's webdriver tests on WPT.fyi. WPT.fyi docker image is based on Ubuntu 20.04 - do we know which dependency needs to be installed...
I was looking into this yesterday and I think the next step is to ensure that whenever we run hdiutil we run with `-verbose` and ensure that we print the...
A common problem that we have faced is that when a task panics, other tasks wait forever for a reply to an IPC message. It seems that clean shutdown should...
I think this could be implemented now with recent improvements to try.
> A WebRender-based backend would be pretty interesting, however, it might not be the best route? The problem would be that it is specialized specifically for web content and not...
> Maybe I am doing something wrong or we do not have those media query implemented. If those tests use iframes to trigger media query changes, note that all iframe...
> I would like to work on this issue Okay. I recommend that you try to a small portion of the code to update and do it in pieces.
I agree. If we can use `Duration` that is much less ambiguous than using a number to hold seconds/milliseconds/nanoseconds.
> Is there any work around this? If not, I can help. Any help would be greatly appreciated. Thanks!
Perhaps a good place to start would some of the DOM elements in the script crate such as `htmlformelement.rs`.