diff options
Diffstat (limited to 'testing/web-platform/meta/speculation-rules/prerender/response-code-successful.html.ini')
-rw-r--r-- | testing/web-platform/meta/speculation-rules/prerender/response-code-successful.html.ini | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/web-platform/meta/speculation-rules/prerender/response-code-successful.html.ini b/testing/web-platform/meta/speculation-rules/prerender/response-code-successful.html.ini new file mode 100644 index 0000000000..7f9b0949b4 --- /dev/null +++ b/testing/web-platform/meta/speculation-rules/prerender/response-code-successful.html.ini @@ -0,0 +1,22 @@ +[response-code-successful.html] + expected: ERROR + +[response-code-successful.html?code=201] + expected: + if (os == "android") and fission: [ERROR, TIMEOUT] + ERROR + +[response-code-successful.html?code=203] + expected: + if (os == "android") and fission: [ERROR, TIMEOUT] + ERROR + +[response-code-successful.html?code=200] + expected: + if (os == "android") and fission: [ERROR, TIMEOUT] + ERROR + +[response-code-successful.html?code=202] + expected: + if (os == "android") and fission: [TIMEOUT, ERROR] + ERROR |