lumiscosity
lumiscosity
The link is dead, but the page is archived on the Wayback Machine and is still fully functional there. Dot rendering is still broken, but Servo is now way faster...
Still behaving incorrectly like shown above. Tested on Arch Linux x86_64, Servo built against commit 9d29017c0dc6eec4ca7cd868cc13056e0bc0c64a, profiling build.
this is because of the std::string_view migration. see https://github.com/lumiscosity/Editor/commit/55d29517c67f834b55fe8e942782a04e4b85b971
Still no errors, still no icons. Tested on Arch Linux x86_64, Servo built against commit 7aad72838a6729beda2c69a02cbf908479f101dd, dev build.
wpt.fyi link: https://wpt.fyi/results/css/geometry?product=servo
With #39148 merged the only remaining test failure is one where making a DOMMatrix/DOMMatrixReadOnly with a string of "scale(sign(1em))" should fail, which EDIT: actually passes in Chrome, but not in...
Tried my hand at an implementation of this, but it turns out I was way in over my head. The partial implementation without functioning rendering can be found [here](https://github.com/lumiscosity/servo/tree/html-embed-element). I...