NEW 39919
http/tests/local/style-access-before-stylesheet-loaded.html doesn't test what it means to when run repeatedly
https://bugs.webkit.org/show_bug.cgi?id=39919
Summary http/tests/local/style-access-before-stylesheet-loaded.html doesn't test what...
Eric Seidel (no email)
Reported 2010-05-28 17:36:18 PDT
http/tests/local/style-access-before-stylesheet-loaded.html doesn't test what it means to when run repeatedly http://trac.webkit.org/browser/trunk/LayoutTests/http/tests/local/style-access-before-stylesheet-loaded.html It's caching the stylesheet after the first load, so it's not a very useful test for running in the browser or running with --iterations=10 for example. I tried adding: print "Cache-Control: no-store, no-cache, must-revalidate\r\n"; to http/tests/local/slow-css-pass.cgi but that didn't seem to have any effect. This is not particularly important. I just noticed it while testing the HTML5ScriptRunner.
Attachments
Note You need to log in before you can comment on or make changes to this bug.