[Webkit-unassigned] [Bug 27512] New: Test for QWebFrame::hasSetFocus() is trying to use a not defined resource.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 21 13:18:27 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27512
Summary: Test for QWebFrame::hasSetFocus() is trying to use a
not defined resource.
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit Qt
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: apedralho at gmail.com
There is no frametest folder and qwebframe.qrc does not specify where to find
it.
tst_qwebframe.cpp:
void tst_QWebFrame::hasSetFocus()
{
(...)
QUrl url = QUrl("qrc:///frametest/iframe.html");
_page->mainFrame()->load(url);
(...)
}
qwebframe.qrc:
<!DOCTYPE RCC><RCC version="1.0">
<qresource prefix="/">
<file>image.png</file>
<file>style.css</file>
</qresource>
</RCC>
--
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