Bug 48519

Summary: [Qt] Cross origin CSS style lookup through QWebElement is broken.
Product: WebKit Reporter: Jocelyn Turcotte <jturcotte>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Qt, QtTriaged
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Jocelyn Turcotte 2010-10-28 06:38:12 PDT
As a consequence, tst_QWebFrame::setHtmlWithResource() and tst_QWebElement::style() fail.

The tests fail since r70335 which prevented the same use case to work through JavaScript.
QWebElement should not be limited to this.
Comment 1 Jocelyn Turcotte 2010-10-28 06:48:50 PDT
Created attachment 72183 [details]
Patch
Comment 2 Kenneth Rohde Christiansen 2010-10-28 06:52:22 PDT
Comment on attachment 72183 [details]
Patch

Why no tests?
Comment 3 Andreas Kling 2010-10-28 06:54:55 PDT
Comment on attachment 72183 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=72183&action=review

r=me

> WebKit/qt/ChangeLog:12
> +

Please add a comment about the now-passing tests.
Comment 4 Jocelyn Turcotte 2010-11-04 05:50:57 PDT
Committed r70778: <http://trac.webkit.org/changeset/70778>