summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorLeonardo Sobral Cunha <leo.cunha@nokia.com>2010-02-12 00:00:20 (GMT)
committerLeonardo Sobral Cunha <leo.cunha@nokia.com>2010-02-12 00:02:59 (GMT)
commitb13db7830d1f52522f987039f0d76adbf74717f9 (patch)
tree6bcd080d170637bf03b39ab2c8ca899433edfaa6 /tests/auto
parentb02508a00d82dd2a4bd097af22861dcdef14adea (diff)
downloadQt-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')
-rw-r--r--tests/auto/declarative/qmlgraphicswebview/data/pixelCache.html2
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,