mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 06:28:01 +02:00
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.
This commit is contained in:
parent
8047179bfc
commit
a8abf3a48b
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ resultToString = {
|
|||
};
|
||||
|
||||
resultField = "result";
|
||||
rowFields = [ "test", "offset", "similar" ];
|
||||
rowFields = [ "test", "offset", "scale", "similar" ];
|
||||
colFields = [ "target", "format" ];
|
||||
allFields = [ resultField ].concat (rowFields, colFields);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue