diff options
author | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2010-02-12 00:00:20 (GMT) |
---|---|---|
committer | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2010-02-12 00:02:59 (GMT) |
commit | b13db7830d1f52522f987039f0d76adbf74717f9 (patch) | |
tree | 6bcd080d170637bf03b39ab2c8ca899433edfaa6 /tests/auto/declarative | |
parent | b02508a00d82dd2a4bd097af22861dcdef14adea (diff) | |
download | Qt-b13db7830d1f52522f987039f0d76adbf74717f9.zip Qt-b13db7830d1f52522f987039f0d76adbf74717f9.tar.gz Qt-b13db7830d1f52522f987039f0d76adbf74717f9.tar.bz2 |
Fix qmlgraphicswebview:pixelCache autotest by setting defaults on html
Reviewed-by: Michael Brasser
Diffstat (limited to 'tests/auto/declarative')
-rw-r--r-- | tests/auto/declarative/qmlgraphicswebview/data/pixelCache.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmlgraphicswebview/data/pixelCache.html b/tests/auto/declarative/qmlgraphicswebview/data/pixelCache.html index bf059b9..9412674 100644 --- a/tests/auto/declarative/qmlgraphicswebview/data/pixelCache.html +++ b/tests/auto/declarative/qmlgraphicswebview/data/pixelCache.html @@ -1,6 +1,6 @@ <html> <body topmargin=0 leftmargin=0> -<table width=120> +<table width=120 cellpadding=0 cellspacing=0> <tr><td> <h1>Pixel Cache</h1> This test is for the pixel cache. Because this is a long document, |