RESOLVED WONTFIX 58913
[Qt] QML WebView missing auto test for pressGrabTime
https://bugs.webkit.org/show_bug.cgi?id=58913
Summary [Qt] QML WebView missing auto test for pressGrabTime
Gopal Raghavan
Reported 2011-04-19 11:55:09 PDT
We need to add some autotests for declarative webview. Currently there are very few tests. This one is related to pressGrabTime property on QML webview.
Attachments
auto test for pressGrabTime property (3.60 KB, patch)
2011-04-19 12:05 PDT, Gopal Raghavan
menard: review-
menard: commit-queue-
Gopal Raghavan
Comment 1 2011-04-19 12:05:50 PDT
Created attachment 90234 [details] auto test for pressGrabTime property Provided autotest content to verify pressGrabTime property in qml file. Additionally, it will also reset the property and test pressGrabTimeChanged.
Alexis Menard (darktears)
Comment 2 2011-04-19 12:12:57 PDT
Comment on attachment 90234 [details] auto test for pressGrabTime property View in context: https://bugs.webkit.org/attachment.cgi?id=90234&action=review > Source/WebKit/qt/tests/qdeclarativewebview/resources/webviewtest.qml:13 > + property alias presGrabTime: myweb.pressGrabTime presGrabTime -> typo. Why you need to define it if after you do : QObject* wv = rootItem->findChild<QObject*>("myweb"); which means you don't use the alias property.
Gopal Raghavan
Comment 3 2011-04-19 12:28:37 PDT
Incidentally, patch for https://bugs.webkit.org/show_bug.cgi?id=41449 landed recently and made this bug obsolete. This bug can be closed.
Benjamin Poulain
Comment 4 2011-05-02 06:32:09 PDT
> Incidentally, patch for https://bugs.webkit.org/show_bug.cgi?id=41449 landed recently and made this bug obsolete. This bug can be closed.
Note You need to log in before you can comment on or make changes to this bug.