summaryrefslogtreecommitdiff
path: root/test/testtable.js
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2014-10-09 10:43:15 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2014-10-09 10:57:17 +0100
commita8abf3a48b588632e3f39028b0b978d73c362f46 (patch)
tree155ad9dea0fb8c9c038b2e39863aeb03cb895b1a /test/testtable.js
parent8047179bfca65cad36c61daf5f88c97cc971848b (diff)
downloadcairo-a8abf3a48b588632e3f39028b0b978d73c362f46.tar.gz
test: Fix conflation of different device scales in index.html
Currently testtable.js does not recognise the difference between running the same test with multiple scale factors and merges the results into one.
Diffstat (limited to 'test/testtable.js')
-rw-r--r--test/testtable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testtable.js b/test/testtable.js
index 6c25938c8..4fc664ff2 100644
--- a/test/testtable.js
+++ b/test/testtable.js
@@ -21,7 +21,7 @@ resultToString = {
};
resultField = "result";
-rowFields = [ "test", "offset", "similar" ];
+rowFields = [ "test", "offset", "scale", "similar" ];
colFields = [ "target", "format" ];
allFields = [ resultField ].concat (rowFields, colFields);