Source code

Revision control

Copy as Markdown

Other Tools

[resized-image-not-reconsidered.html]
[Resized image should not be reconsidered as LCP]
expected:
if (os == "win") and not debug and (processor == "x86_64"): PASS
if (os == "linux") and debug and fission: PASS
if (os == "win") and debug: PASS
if os == "mac": PASS
if os == "android": PASS
[PASS, FAIL]