Source code

Revision control

Copy as Markdown

Other Tools

[popover-top-layer-nesting-anchor.tentative.html]
expected:
if (os == "mac") and not debug: TIMEOUT
[Single popover=manual ancestor with fullscreen]
expected:
if (os == "mac") and debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, TIMEOUT]
[Nested popover=auto ancestors with fullscreen]
expected:
if (os == "mac") and (version == "OS X 15.3") and debug: [PASS, FAIL]
if (os == "mac") and (version == "OS X 15.3") and not debug: [PASS, TIMEOUT]
if (os == "mac") and (version == "OS X 14.7.5"): [TIMEOUT, NOTRUN, PASS]
[Nested popover=auto ancestors, target is outer with dialog]
expected:
if (os == "mac") and not debug: NOTRUN
[Nested popover=auto ancestors, target is outer with fullscreen]
expected:
if (os == "mac") and debug: [PASS, FAIL]
if (os == "mac") and not debug: [NOTRUN, TIMEOUT]
[Top layer inside of nested element with dialog]
expected:
if (os == "mac") and not debug: NOTRUN
[Top layer inside of nested element with fullscreen]
expected:
if (os == "mac") and debug: [PASS, FAIL]
if (os == "mac") and not debug: NOTRUN
[Nested popover=auto ancestors with fullscreen, top layer element *is* a popover]
expected:
if (os == "mac") and not debug and (version == "OS X 15.3"): [TIMEOUT, PASS, NOTRUN]
if (os == "mac") and not debug and (version == "OS X 14.7.5"): [NOTRUN, TIMEOUT]
if (os == "mac") and debug: [PASS, FAIL]
[Top layer inside of nested element with dialog, top layer element *is* a popover]
expected:
if (os == "mac") and not debug: NOTRUN
[Top layer inside of nested element with fullscreen, top layer element *is* a popover]
expected:
if (os == "mac") and debug: [PASS, FAIL]
if (os == "mac") and not debug: NOTRUN
[Nested popover=auto ancestors, target is outer with fullscreen, top layer element *is* a popover]
expected:
if (os == "mac") and debug: [PASS, FAIL]
if (os == "mac") and not debug: [NOTRUN, PASS]
[Single popover=manual ancestor with fullscreen, top layer element *is* a popover]
expected:
if (os == "mac") and debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]
[Nested popover=auto ancestors, target is outer with dialog, top layer element *is* a popover]
expected:
if (os == "mac") and not debug: [NOTRUN, PASS]
[Single popover=auto ancestor with fullscreen, top layer element *is* a popover]
expected:
if processor == "aarch64": [PASS, FAIL]
[Single popover=auto ancestor with fullscreen]
expected:
if processor == "aarch64": [PASS, FAIL]
[Nested popover=auto ancestors with dialog, top layer element *is* a popover]
expected:
if (os == "mac") and (version == "OS X 14.7.5"): [PASS, TIMEOUT]