Status: Untriaged
Owner: a...@chromium.org
CC: bre...@chromium.org
Labels: Type-Bug Pri-2 OS-All Area-WebKit

New issue 7386 by a...@chromium.org: GURL-related layout test failure:  
http/security/postMessage/invalid-origin-throws-exception.html
http://code.google.com/p/chromium/issues/detail?id=7386

The following layout test fails because GURL treats the targetOrigin
"http:" differently than KURL:

LayoutTests/http/security/postMessage/invalid-origin-throws-exception.html

In DOMWindow::postMessage, the call to
SecurityOrigin::createFromString(targetOrigin) where targetOrigin is
"http:", returns an empty security origin which is not expected by the
test.  This boils down to differences in the treatment of "http:" by  
GURL/KURL.

This does not seem like a big issue since the postMessage fails in any
case.  Maybe we just need to rebaseline the test?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to