diff options
Diffstat (limited to 'testing/web-platform/meta/badging/badge-error.https.html.ini')
-rw-r--r-- | testing/web-platform/meta/badging/badge-error.https.html.ini | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/web-platform/meta/badging/badge-error.https.html.ini b/testing/web-platform/meta/badging/badge-error.https.html.ini new file mode 100644 index 0000000000..5c6c8e1cba --- /dev/null +++ b/testing/web-platform/meta/badging/badge-error.https.html.ini @@ -0,0 +1,22 @@ +[badge-error.https.html] + [Negative infinity] + expected: FAIL + + [NaN] + expected: FAIL + + [Positive infinity] + expected: FAIL + + [Negative value not allowed] + expected: FAIL + + [Cannot convert to long: object] + expected: FAIL + + [Value too large (2^53)] + expected: FAIL + + [Cannot convert to long: "Foo"] + expected: FAIL + |