blob: be99d640f9aed6852116f40b08584ad7367af631 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[overflow-clip-margin-intersection-observer.html]
expected:
if debug and (os == "android") and not fission: OK
if debug and (os == "mac"): OK
if debug and (os == "linux"): OK
if debug and (os == "win"): OK
if not debug and (os == "win"): OK
[OK, TIMEOUT]
[ParentWithOverflowClipMargin]
expected:
if not debug and (os == "android"): [PASS, TIMEOUT]
if not debug and (os == "mac"): [PASS, TIMEOUT]
if not debug and (os == "linux"): [PASS, TIMEOUT]
|