blob: e5809f17e797e47fc307ac17df71576689bcf81b (
plain)
1
2
3
4
5
6
7
8
9
10
|
[caption-side-invalid.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[e.style['caption-side'\] = "left" should not set the property value]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[e.style['caption-side'\] = "right" should not set the property value]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
|