[Webkit-unassigned] [Bug 39919] New: http/tests/local/style-access-before-stylesheet-loaded.html doesn't test what it means to when run repeatedly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 28 17:36:19 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=39919

           Summary: http/tests/local/style-access-before-stylesheet-loaded
                    .html doesn't test what it means to when run
                    repeatedly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: ap at webkit.org, koivisto at iki.fi


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list