diff options
Diffstat (limited to 'testing/web-platform/meta/fullscreen/rendering/fullscreen-css-transition.html.ini')
-rw-r--r-- | testing/web-platform/meta/fullscreen/rendering/fullscreen-css-transition.html.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fullscreen/rendering/fullscreen-css-transition.html.ini b/testing/web-platform/meta/fullscreen/rendering/fullscreen-css-transition.html.ini new file mode 100644 index 0000000000..fb13c584a6 --- /dev/null +++ b/testing/web-platform/meta/fullscreen/rendering/fullscreen-css-transition.html.ini @@ -0,0 +1,9 @@ +[fullscreen-css-transition.html] + expected: + if (os == "mac") and not debug: ["OK", "ERROR"] + if (os == "mac") and debug: ["OK", "ERROR"] + [Transitions should not be stopped by going fullscreen] + expected: + if (os == "mac") and debug: ["PASS", "TIMEOUT"] + if (os == "mac") and not debug: ["PASS", "TIMEOUT"] + |