[Webkit-unassigned] [Bug 56328] LayoutTests/fast/filesystem/resolve-uri.html fails in Chromium, passes in DRT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 14 13:59:24 PDT 2011


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





--- Comment #1 from Adam Klein <adamk at chromium.org>  2011-03-14 13:59:24 PST ---
When running under DumpRenderTree, SecurityOrigin::canRequest gets short-circuited at

    if (m_universalAccess)
        return true;

LayoutTestController seems to provide access to this boolean, but my first attempt to simply make it false at the start of the test didn't have the expected effect.  Digging more.

-- 
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