Bug 48519 - [Qt] Cross origin CSS style lookup through QWebElement is broken.
Summary: [Qt] Cross origin CSS style lookup through QWebElement is broken.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P3 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2010-10-28 06:38 PDT by Jocelyn Turcotte
Modified: 2010-11-04 05:51 PDT (History)
0 users

See Also:


Attachments
Patch (1.99 KB, patch)
2010-10-28 06:48 PDT, Jocelyn Turcotte
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>