t-artistik / browserscope

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

Network category test to check if the HTML5 async attribute for scripts is supported #160

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I've added a test in the Network category to verify that browsers 
asynchronously load scripts that 
have the async attribute.  

As far as I know, this will only pass in Firefox 3.6 b3+ right now.  My patch 
is attached.

Thanks,
    Brian

Original issue reported on code.google.com by bk...@google.com on 9 Dec 2009 at 9:10

Attachments:

GoogleCodeExporter commented 8 years ago
ping.

Original comment by bnk...@gmail.com on 12 Jan 2010 at 6:13

GoogleCodeExporter commented 8 years ago
Brian, thank you for submitting the code! I merged it in today. The test is not 
live 
just yet. I need to check with the rest of the team about our release plans.

BTW, It succeeded for Chrome 5 too (I have not check others just yet).

Original comment by sl...@google.com on 5 Feb 2010 at 12:31

GoogleCodeExporter commented 8 years ago
Passing to Steve to review.

Original comment by steve.lamm on 5 Feb 2010 at 12:46

GoogleCodeExporter commented 8 years ago
I made some changes: My main changes were adding another async script to make 
sure
two async scripts can execute out-of-order. And adding an inline script after 
the
async scripts, to make sure inline scripts aren't blocked by async scripts. I 
added a
bunch more explanatory text, too. 

I'll ask Brian to look it over, but I'd say push it at the next push.

Original comment by stevesou...@gmail.com on 10 Feb 2010 at 10:54

GoogleCodeExporter commented 8 years ago
done!

Original comment by stevesou...@gmail.com on 8 Mar 2010 at 5:06