blob: 9c9a089fb910612a9c9515106831f9477690a13e (
plain)
1
2
3
4
5
6
|
[popover-removal.html]
[Removal from the document shouldn't cause issues]
expected:
if not debug and (os == "linux"): [PASS, FAIL]
if not debug and (os == "android"): [PASS, FAIL]
if not debug and (os == "mac"): [PASS, FAIL]
|