[relevant-mutations-lazy.html]
[width attribute changes]
expected:
if not tsan and (os == "win") and not debug and (processor == "x86_64"): FAIL
if not tsan and (os == "mac") and not debug: FAIL
[FAIL, PASS]
[loading attribute changes to LAZY]
expected: FAIL
[display property changes to inline-block]
expected:
if not tsan and (os == "win") and not debug and (processor == "x86_64"): PASS
if not tsan and (os == "mac") and not debug: PASS
[PASS, FAIL]
[loading attribute state changes]
expected:
if not tsan and (os == "win") and not debug and (processor == "x86_64"): PASS
if not tsan and (os == "mac") and not debug: PASS
[PASS, FAIL]
[height property changes (with aspect-ratio)]
expected:
if not tsan and (os == "win") and not debug and (processor == "x86_64"): PASS
if not tsan and (os == "mac") and not debug: PASS
[PASS, FAIL]
[being rendered changes]
expected:
if not tsan and (os == "win") and not debug and (processor == "x86_64"): PASS
if not tsan and (os == "mac") and not debug: PASS
[PASS, FAIL]
[width property changes]
expected:
if not tsan and (os == "win") and not debug and (processor == "x86_64"): PASS
if not tsan and (os == "mac") and not debug: PASS
[PASS, FAIL]
[percentage width, CB width changes]
expected:
if not tsan and (os == "win") and not debug and (processor == "x86_64"): PASS
if not tsan and (os == "mac") and not debug: PASS
[PASS, FAIL]