Skip to content

Commit c19bd43

Browse files
fixup! Add logic to track rendering area of various PDF ops
Fix knownPartialMismatch markings
1 parent 9b0b5b9 commit c19bd43

File tree

1 file changed

+12
-18
lines changed

1 file changed

+12
-18
lines changed

test/test_manifest.json

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,7 @@
149149
"maxX": 0.5,
150150
"minY": 0.25,
151151
"maxY": 0.5
152-
},
153-
"_knownPartialMismatch": true
152+
}
154153
},
155154
{
156155
"id": "issue16432",
@@ -765,8 +764,7 @@
765764
"minY": 0.25,
766765
"maxY": 0.5
767766
},
768-
"_": "Two one-bit differences at the bottom edge of page 22",
769-
"knownPartialMismatch": true
767+
"knownPartialMismatch": "Two one-bit differences at the bottom edge of page 22"
770768
},
771769
{
772770
"id": "intelisa-84-partial",
@@ -782,7 +780,8 @@
782780
"maxX": 0.5,
783781
"minY": 0.25,
784782
"maxY": 0.5
785-
}
783+
},
784+
"knownPartialMismatch": "Gives slightly different results in Firefox when running in headless mode"
786785
},
787786
{
788787
"id": "issue2128",
@@ -1256,8 +1255,7 @@
12561255
"minY": 0.25,
12571256
"maxY": 0.5
12581257
},
1259-
"_": "TODO: I cannot figure out what the mismatch is. 'Circle differences' circles something, but then with the 'big pixels' view there are no differences.",
1260-
"knownPartialMismatch": true
1258+
"knownPartialMismatch": "TODO: I cannot figure out what the mismatch is. 'Circle differences' circles something, but then with the 'big pixels' view there are no differences."
12611259
},
12621260
{
12631261
"id": "issue3371",
@@ -1352,8 +1350,7 @@
13521350
"minY": 0.25,
13531351
"maxY": 0.5
13541352
},
1355-
"_": "Two one-bit differences at the bottom edge of page 11",
1356-
"knownPartialMismatch": true
1353+
"knownPartialMismatch": "Two one-bit differences at the bottom edge of page 11"
13571354
},
13581355
{
13591356
"id": "issue6769_no_matrix",
@@ -1383,8 +1380,7 @@
13831380
"minY": 0.25,
13841381
"maxY": 0.5
13851382
},
1386-
"_": "A one-bit difference at the bottom edge of page 29",
1387-
"knownPartialMismatch": true
1383+
"knownPartialMismatch": "A one-bit difference at the bottom edge of page 29"
13881384
},
13891385
{
13901386
"id": "issue4909",
@@ -1560,7 +1556,8 @@
15601556
"maxX": 0.5,
15611557
"minY": 0.25,
15621558
"maxY": 0.5
1563-
}
1559+
},
1560+
"knownPartialMismatch": "Gives slightly different results in Firefox when running in headless mode"
15641561
},
15651562
{
15661563
"id": "bug1811668",
@@ -5843,8 +5840,7 @@
58435840
"minY": 0.25,
58445841
"maxY": 0.5
58455842
},
5846-
"_": "Slightly different (not visible) partial pixel color at the edge of the image",
5847-
"knownPartialMismatch": true
5843+
"knownPartialMismatch": "Slightly different (not visible) partial pixel color at the edge of the image"
58485844
},
58495845
{
58505846
"id": "bug1064894",
@@ -6358,8 +6354,7 @@
63586354
"minY": 0.25,
63596355
"maxY": 0.5
63606356
},
6361-
"_": "Slightly different (not visible) single pixel color at the edge of the image",
6362-
"knownPartialMismatch": true
6357+
"knownPartialMismatch": "Slightly different (not visible) single pixel color at the edge of the image"
63636358
},
63646359
{
63656360
"id": "issue4890",
@@ -8085,8 +8080,7 @@
80858080
"minY": 0.25,
80868081
"maxY": 0.5
80878082
},
8088-
"_": "Half pixel rendering at the edge of the image",
8089-
"knownPartialMismatch": true
8083+
"knownPartialMismatch": "Half pixel rendering at the edge of the image"
80908084
},
80918085
{
80928086
"id": "issue16454",

0 commit comments

Comments
 (0)