blob: 36c61a417ca15130af4209ef4d3786aed4c53a39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[shape-outside-shape-arguments-000.html]
[Font relative units - computed]
expected:
if os == "mac": [PASS, FAIL]
[View relative units - computed]
expected:
if (os == "mac") and debug: [FAIL, PASS]
if (os == "mac") and not debug: [FAIL, PASS]
if os == "android": FAIL
if os == "win": [FAIL, PASS]
[PASS, FAIL]
|