Bug 1580097 - Update update-the-rendering.html expectancies. r=jgraham

This commit is contained in:
Cosmin Sabou 2019-10-03 23:18:00 +03:00
parent 6d8206fdb8
commit 29e934c613

View File

@ -1,11 +1,4 @@
[update-the-rendering.html] [update-the-rendering.html]
["Flush autofocus candidates" should be happen after the first animation frame callbacks, and before a resize event in the next iteration of window event loop.] ["Flush autofocus candidates" should be happen after the first animation frame callbacks, and before a resize event in the next iteration of window event loop.]
expected: expected: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and debug and not webrender and not sw-e10s: [PASS, FAIL]
if (os == "linux") and (processor == "x86_64") and debug and not webrender and sw-e10s: [PASS, FAIL]
if (os == "linux") and (processor == "x86_64") and debug and webrender: [PASS, FAIL]
if (os == "linux") and (processor == "x86_64") and not debug and webrender: [PASS, FAIL]
if (os == "linux") and (processor == "x86_64") and not debug and not webrender: [PASS, FAIL]
if (os == "win") and debug: [FAIL, PASS]
FAIL