Source code

Revision control

Copy as Markdown

Other Tools

[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]