WebPlatformTest / HTML5test

How well does your browser support HTML5?
https://html5test.com
MIT License
995 stars 193 forks source link

"Peer To Peer" displays wrong (45) max score instead of 60, total max score is 570, not 555 #485

Closed Studio384 closed 8 years ago

Studio384 commented 8 years ago

The "Peer To Peer" panel on the home page shows there is a maximum score of 45, but all items in it count up to 60 as the maximum score.

As a result, the maximum score displayed on the top of the page isn't 555 either, but 570.

NielsLeenheer commented 8 years ago

This is deliberate. Object RTC and WebRTC are both individually worth 15 points, but together the total of these two will never be more than 15 points. Supporting either of these two standards is enough to get the maximum score.

Studio384 commented 8 years ago

capture Nope, it's broken. If both WebRTC and ObjectRTC are supported, 30 points will get awarded.

Studio384 commented 8 years ago

This is Edge 14.14901 with WebRTC flag enabled, by the way.

NielsLeenheer commented 8 years ago

Fixed