diff options
Diffstat (limited to 'tests/auto/declarative/visual/webview/zooming/resolution.qml')
-rw-r--r-- | tests/auto/declarative/visual/webview/zooming/resolution.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/declarative/visual/webview/zooming/resolution.qml b/tests/auto/declarative/visual/webview/zooming/resolution.qml index 8336c0f..a9d4e3a 100644 --- a/tests/auto/declarative/visual/webview/zooming/resolution.qml +++ b/tests/auto/declarative/visual/webview/zooming/resolution.qml @@ -7,7 +7,6 @@ WebView { url: "resolution.html" zoomFactor: SequentialAnimation { - running: true repeat: true NumberAnimation { from: 1; to: 0.25; duration: 2000 } NumberAnimation { from: 0.25; to: 1; duration: 2000 } |