Hacker News new | ask | show | jobs
by steveklabnik 3245 days ago
My understanding is that WebRender doesn't support everything yet, so right now it's mostly about validating correctness.
2 comments

Ah I see, so it basically enables a parallel run of webrender to gather compatibility/correctness stats.
So it renders it two times and compares the results?
It renders it in series -- stuff goes through webrender first, and then whatever webrender couldn't handle gets dealt with with the regular renderer.