top | item 45810131

(no title)

KaiMagnus | 3 months ago

I’m impressed how well Google maps works already.

Seems though as if the WPT score is not super meaningful in measuring actual usability. The growth of passed tests seems suspiciously uniform across browsers, so I guess it has more to do with new passing tests being added and less with failing tests that got fixed.

discuss

order

jeroenhd|3 months ago

A large amount of tests includes rendering text and basic elements correctly, which is an incredibly difficult problem. Getting JS to render right is one thing, but preventing bugs like "Google Maps works but completely breaks when a business has õ in its name" requires a lot of seemingly useless tests to pass.

Fixing a few rendering issues could fix all of the tests that depend on correct rendering but break, so I think the rate at which tests are fixed makes a lot of sense.

https://wpt.fyi/results shows that even the big players have room for improvement, but also has a nice breakdown of all the different kinds of tests that make up the score.

zaruvi|3 months ago

>We’ve continued to make solid progress on WPT this month. There has been a significant increase in passing subtests, with 111,431 new passing subtests bringing our total to 1,964,649. The majority of this increase comes from a large update to the test suite itself, with 100,751 subtests being added - mainly due to the Wasm core tests being updated to Wasm 3.0.

They fixed ~10k tests, but indeed this month is a bit of an exception as there were lots of new tests added.