Source code

Revision control

Copy as Markdown

Other Tools

[density-corrected-image-in-canvas.html]
expected:
if (os == "linux") and not debug and (processor == "x86_64"): [OK, ERROR]
if (os == "linux") and not debug and (processor == "x86"): [ERROR, OK]
[resources/exif-resolution-none.jpg: webgl]
expected:
if (os == "linux") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "linux") and not debug and (processor == "x86"): [TIMEOUT, PASS]
[resources/exif-resolution-valid-hires.jpg: webgl]
expected:
if (os == "linux") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
if (os == "linux") and not debug and (processor == "x86"): [NOTRUN, PASS]
[resources/exif-resolution-valid-lores.jpg: webgl]
expected:
if (os == "linux") and not debug and (processor == "x86"): [NOTRUN, PASS]
if (os == "linux") and not debug and (processor == "x86_64"): [PASS, NOTRUN]