From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../resource-timing/content-type-parsing.html.ini | 180 +++++++++++++++++++++ 1 file changed, 180 insertions(+) create mode 100644 testing/web-platform/meta/resource-timing/content-type-parsing.html.ini (limited to 'testing/web-platform/meta/resource-timing/content-type-parsing.html.ini') diff --git a/testing/web-platform/meta/resource-timing/content-type-parsing.html.ini b/testing/web-platform/meta/resource-timing/content-type-parsing.html.ini new file mode 100644 index 0000000000..1cac3c3fbe --- /dev/null +++ b/testing/web-platform/meta/resource-timing/content-type-parsing.html.ini @@ -0,0 +1,180 @@ +[content-type-parsing.html] + [content-type 0 : ,text/plain] + expected: FAIL + + [content-type 1 : text/plain,] + expected: FAIL + + [content-type 2 : text/html,text/plain] + expected: FAIL + + [content-type 3 : text/plain;charset=gbk,text/html] + expected: FAIL + + [content-type 4 : text/plain;charset=gbk,text/html;charset=windows-1254] + expected: FAIL + + [content-type 5 : text/plain;charset=gbk,text/plain] + expected: FAIL + + [content-type 6 : text/plain;charset=gbk,text/plain;charset=windows-1252] + expected: FAIL + + [content-type 7 : text/html;charset=gbk,text/html;x=",text/plain] + expected: FAIL + + [content-type 8 : text/plain;charset=gbk;x=foo,text/plain] + expected: FAIL + + [content-type 9 : text/html;charset=gbk,text/plain,text/html] + expected: FAIL + + [content-type 10 : text/plain,*/*] + expected: FAIL + + [content-type 11 : text/html,*/*] + expected: FAIL + + [content-type 12 : */*,text/html] + expected: FAIL + + [content-type 13 : text/plain,*/*;charset=gbk] + expected: FAIL + + [content-type 14 : text/html,*/*;charset=gbk] + expected: FAIL + + [content-type 15 : text/html;x=",text/plain] + expected: FAIL + + [content-type 16 : text/html;",text/plain] + expected: FAIL + + [content-type 17 : text/html;",\\",text/plain] + expected: FAIL + + [content-type 18 : text/html;",\\",text/plain,";charset=GBK] + expected: FAIL + + [content-type 19 : text/html;",",text/plain] + expected: FAIL + + [mime-type 1 : text/html;charset=gbk] + expected: FAIL + + [mime-type 2 : TEXT/HTML;CHARSET=GBK] + expected: FAIL + + [mime-type 4 : text/html;charset=gbk(] + expected: FAIL + + [mime-type 5 : text/html;x=(;charset=gbk] + expected: FAIL + + [mime-type 7 : text/html;charset=gbk;charset=windows-1255] + expected: FAIL + + [mime-type 8 : text/html;charset=();charset=GBK] + expected: FAIL + + [mime-type 10 : text/html;charset =gbk] + expected: FAIL + + [mime-type 11 : text/html ;charset=gbk] + expected: FAIL + + [mime-type 12 : text/html; charset=gbk] + expected: FAIL + + [mime-type 13 : text/html;charset= gbk] + expected: FAIL + + [mime-type 14 : text/html;charset= "gbk"] + expected: FAIL + + [mime-type 16 : text/html;charset=\x0bgbk] + expected: FAIL + + [mime-type 17 : text/html;charset=\x0cgbk] + expected: FAIL + + [mime-type 18 : text/html;\x0bcharset=gbk] + expected: FAIL + + [mime-type 19 : text/html;\x0ccharset=gbk] + expected: FAIL + + [mime-type 21 : text/html;charset='gbk'] + expected: FAIL + + [mime-type 22 : text/html;charset='gbk] + expected: FAIL + + [mime-type 23 : text/html;charset=gbk'] + expected: FAIL + + [mime-type 24 : text/html;charset=';charset=GBK] + expected: FAIL + + [mime-type 26 : text/html;test;charset=gbk] + expected: FAIL + + [mime-type 27 : text/html;test=;charset=gbk] + expected: FAIL + + [mime-type 28 : text/html;';charset=gbk] + expected: FAIL + + [mime-type 29 : text/html;";charset=gbk] + expected: FAIL + + [mime-type 30 : text/html ; ; charset=gbk] + expected: FAIL + + [mime-type 31 : text/html;;;;charset=gbk] + expected: FAIL + + [mime-type 32 : text/html;charset= ";charset=GBK] + expected: FAIL + + [mime-type 33 : text/html;charset=";charset=foo";charset=GBK] + expected: FAIL + + [mime-type 35 : text/html;charset="gbk"] + expected: FAIL + + [mime-type 36 : text/html;charset="gbk] + expected: FAIL + + [mime-type 37 : text/html;charset=gbk"] + expected: FAIL + + [mime-type 38 : text/html;charset=" gbk"] + expected: FAIL + + [mime-type 39 : text/html;charset="gbk "] + expected: FAIL + + [mime-type 40 : text/html;charset="\\ gbk"] + expected: FAIL + + [mime-type 41 : text/html;charset="\\g\\b\\k"] + expected: FAIL + + [mime-type 42 : text/html;charset="gbk"x] + expected: FAIL + + [mime-type 43 : text/html;charset="";charset=GBK] + expected: FAIL + + [mime-type 44 : text/html;charset=";charset=GBK] + expected: FAIL + + [mime-type 46 : text/html;charset={gbk}] + expected: FAIL + + [mime-type 48 : text/html;0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789=x;charset=gbk] + expected: FAIL + + [mime-type 69 : text/html;test=ΓΏ;charset=gbk] + expected: FAIL -- cgit v1.2.3