blob: 24869753360773c379e968642788e3f5ddc12b1e (
plain)
1
2
3
4
5
6
7
8
|
[async-write-html-read-html.https.html]
expected:
if (os == "android") and debug and fission: [OK, TIMEOUT]
if (os == "linux") and swgl and not fission: [OK, CRASH]
if (os == "android") and not debug: [OK, CRASH]
[Verify read and write of some text/html content]
expected:
if os == "win": FAIL
|