Checkpoint web parity through Chromium input tasks
This commit is contained in:
65
tests/golden/M14-04B/chromium-dpr-report.json
Normal file
65
tests/golden/M14-04B/chromium-dpr-report.json
Normal file
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"task": "M14-04B",
|
||||
"operation": "CHROMIUM_DPR_CANVAS_RAYCAST_CONSISTENCY",
|
||||
"runtime": "PLAYWRIGHT_CHROMIUM",
|
||||
"viewport": {
|
||||
"cssWidth": 679,
|
||||
"cssHeight": 321,
|
||||
"testedDPR": [
|
||||
1,
|
||||
1.5,
|
||||
2,
|
||||
3
|
||||
],
|
||||
"maxDPR": 2
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"deviceScaleFactor": 1,
|
||||
"dpr": 1,
|
||||
"css": "679x321",
|
||||
"backing": "679x321",
|
||||
"pixelRatio": "1",
|
||||
"width": 679,
|
||||
"height": 321,
|
||||
"selected": "object:BasicCube",
|
||||
"cssBounds": "679x321"
|
||||
},
|
||||
{
|
||||
"deviceScaleFactor": 1.5,
|
||||
"dpr": 1.5,
|
||||
"css": "679x321",
|
||||
"backing": "1018x481",
|
||||
"pixelRatio": "1.5",
|
||||
"width": 1018,
|
||||
"height": 481,
|
||||
"selected": "object:BasicCube",
|
||||
"cssBounds": "679x321"
|
||||
},
|
||||
{
|
||||
"deviceScaleFactor": 2,
|
||||
"dpr": 2,
|
||||
"css": "679x321",
|
||||
"backing": "1358x642",
|
||||
"pixelRatio": "2",
|
||||
"width": 1358,
|
||||
"height": 642,
|
||||
"selected": "object:BasicCube",
|
||||
"cssBounds": "679x321"
|
||||
},
|
||||
{
|
||||
"deviceScaleFactor": 3,
|
||||
"dpr": 3,
|
||||
"css": "679x321",
|
||||
"backing": "1358x642",
|
||||
"pixelRatio": "2",
|
||||
"width": 1358,
|
||||
"height": 642,
|
||||
"selected": "object:BasicCube",
|
||||
"cssBounds": "679x321"
|
||||
}
|
||||
],
|
||||
"execution": "DISABLED",
|
||||
"nextTask": "M14-04C"
|
||||
}
|
||||
Reference in New Issue
Block a user