Bug 39919
| Summary: | http/tests/local/style-access-before-stylesheet-loaded.html doesn't test what it means to when run repeatedly | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ap, koivisto |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
Eric Seidel (no email)
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |