[image-loading-lazy-base-url.html]
expected:
if (os == "linux") and fission and not debug and (processor == "x86_64"): [OK, ERROR]
if (os == "linux") and not fission: [OK, ERROR]
if os == "mac": [OK, ERROR]
[When a loading=lazy image is loaded, it loads relative to the document's base URL computed at parse-time.]
expected: FAIL