Source code

Revision control

Copy as Markdown

Other Tools

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