t-artistik / browserscope

Automatically exported from code.google.com/p/browserscope
Apache License 2.0
0 stars 0 forks source link

IE7 network results wrong for || Script [Script,Stylesheet] #172

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
There are four (newish) Network tests that measure whether scripts load in
parallel with other resources:
    - || Script Script
    - || Script Stylesheet
    - || Script Image
    - || Script Iframe

The Network results table shows IE7 passing the first two tests, but in
reality IE7 doesn't pass any of them. 

I suspect there's a UA parsing or spoofing issue here. Or perhaps it's a
bug related to the fact that these are new tests so we're calculating the
median incorrectly.

Original issue reported on code.google.com by stevesou...@gmail.com on 7 Feb 2010 at 6:12