diff options
Diffstat (limited to 'tests/auto/declarative/qmlvisual/webview/zooming/zoomTextOnly.qml')
-rw-r--r-- | tests/auto/declarative/qmlvisual/webview/zooming/zoomTextOnly.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlvisual/webview/zooming/zoomTextOnly.qml b/tests/auto/declarative/qmlvisual/webview/zooming/zoomTextOnly.qml index 52222be..43551e5 100644 --- a/tests/auto/declarative/qmlvisual/webview/zooming/zoomTextOnly.qml +++ b/tests/auto/declarative/qmlvisual/webview/zooming/zoomTextOnly.qml @@ -2,6 +2,7 @@ import QtQuick 1.0 import org.webkit 1.0 WebView { + property string skip: "WebView tests not counting until resources allocated to WebView maintenance" width: 200 height: 250 url: "zoomTextOnly.html" |