diff --git a/testing/web-platform/meta/content-security-policy/inheritance/blob-url-in-main-window-self-navigate-inherits.sub.html.ini b/testing/web-platform/meta/content-security-policy/inheritance/blob-url-in-main-window-self-navigate-inherits.sub.html.ini deleted file mode 100644 index e72da5c191c1..000000000000 --- a/testing/web-platform/meta/content-security-policy/inheritance/blob-url-in-main-window-self-navigate-inherits.sub.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[blob-url-in-main-window-self-navigate-inherits.sub.html] - [Violation report status OK.] - expected: FAIL - diff --git a/testing/web-platform/meta/content-security-policy/inheritance/sandboxed-blob-scheme.html.ini b/testing/web-platform/meta/content-security-policy/inheritance/blob-url-self-navigate-inherits.sub.html.ini similarity index 54% rename from testing/web-platform/meta/content-security-policy/inheritance/sandboxed-blob-scheme.html.ini rename to testing/web-platform/meta/content-security-policy/inheritance/blob-url-self-navigate-inherits.sub.html.ini index d2e30fd81c7b..487d39158c38 100644 --- a/testing/web-platform/meta/content-security-policy/inheritance/sandboxed-blob-scheme.html.ini +++ b/testing/web-platform/meta/content-security-policy/inheritance/blob-url-self-navigate-inherits.sub.html.ini @@ -1,4 +1,4 @@ -[sandboxed-blob-scheme.html] +[blob-url-self-navigate-inherits.sub.html] [Violation report status OK.] expected: FAIL diff --git a/testing/web-platform/meta/content-security-policy/navigate-to/link-click-cross-origin-blocked.sub.html.ini b/testing/web-platform/meta/content-security-policy/navigate-to/link-click-cross-origin-blocked.sub.html.ini index 0de26b46a7f8..2a866355c868 100644 --- a/testing/web-platform/meta/content-security-policy/navigate-to/link-click-cross-origin-blocked.sub.html.ini +++ b/testing/web-platform/meta/content-security-policy/navigate-to/link-click-cross-origin-blocked.sub.html.ini @@ -6,5 +6,7 @@ expected: FAIL [Test that the child iframe navigation is not allowed] - expected: FAIL + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): NOTRUN + FAIL diff --git a/testing/web-platform/meta/content-security-policy/navigate-to/link-click-redirected-blocked.sub.html.ini b/testing/web-platform/meta/content-security-policy/navigate-to/link-click-redirected-blocked.sub.html.ini index d9d16f2b3104..42e426d618d3 100644 --- a/testing/web-platform/meta/content-security-policy/navigate-to/link-click-redirected-blocked.sub.html.ini +++ b/testing/web-platform/meta/content-security-policy/navigate-to/link-click-redirected-blocked.sub.html.ini @@ -6,5 +6,7 @@ expected: FAIL [Test that the child iframe navigation is not allowed] - expected: FAIL + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): NOTRUN + FAIL diff --git a/testing/web-platform/meta/css/css-break/parsing/break-after-computed.html.ini b/testing/web-platform/meta/css/css-break/parsing/break-after-computed.html.ini new file mode 100644 index 000000000000..c661b34b75f6 --- /dev/null +++ b/testing/web-platform/meta/css/css-break/parsing/break-after-computed.html.ini @@ -0,0 +1,22 @@ +[break-after-computed.html] + [Property break-after value 'verso' computes to 'verso'] + expected: FAIL + + [Property break-after value 'region' computes to 'region'] + expected: FAIL + + [Property break-after value 'column' computes to 'column'] + expected: FAIL + + [Property break-after value 'avoid-region' computes to 'avoid-region'] + expected: FAIL + + [Property break-after value 'avoid-page' computes to 'avoid-page'] + expected: FAIL + + [Property break-after value 'avoid-column' computes to 'avoid-column'] + expected: FAIL + + [Property break-after value 'recto' computes to 'recto'] + expected: FAIL + diff --git a/testing/web-platform/meta/css/css-break/parsing/break-after-valid.html.ini b/testing/web-platform/meta/css/css-break/parsing/break-after-valid.html.ini index 91d382fc5f5a..8faf78c6b6e5 100644 --- a/testing/web-platform/meta/css/css-break/parsing/break-after-valid.html.ini +++ b/testing/web-platform/meta/css/css-break/parsing/break-after-valid.html.ini @@ -2,18 +2,9 @@ [e.style['break-after'\] = "avoid-column" should set the property value] expected: FAIL - [e.style['break-after'\] = "auto" should set the property value] - expected: FAIL - [e.style['break-after'\] = "avoid-region" should set the property value] expected: FAIL - [e.style['break-after'\] = "right" should set the property value] - expected: FAIL - - [e.style['break-after'\] = "avoid" should set the property value] - expected: FAIL - [e.style['break-after'\] = "verso" should set the property value] expected: FAIL @@ -23,15 +14,9 @@ [e.style['break-after'\] = "column" should set the property value] expected: FAIL - [e.style['break-after'\] = "left" should set the property value] - expected: FAIL - [e.style['break-after'\] = "avoid-page" should set the property value] expected: FAIL [e.style['break-after'\] = "recto" should set the property value] expected: FAIL - [e.style['break-after'\] = "page" should set the property value] - expected: FAIL - diff --git a/testing/web-platform/meta/css/css-break/parsing/break-before-computed.html.ini b/testing/web-platform/meta/css/css-break/parsing/break-before-computed.html.ini new file mode 100644 index 000000000000..05e72204ce13 --- /dev/null +++ b/testing/web-platform/meta/css/css-break/parsing/break-before-computed.html.ini @@ -0,0 +1,22 @@ +[break-before-computed.html] + [Property break-before value 'avoid-region' computes to 'avoid-region'] + expected: FAIL + + [Property break-before value 'region' computes to 'region'] + expected: FAIL + + [Property break-before value 'verso' computes to 'verso'] + expected: FAIL + + [Property break-before value 'recto' computes to 'recto'] + expected: FAIL + + [Property break-before value 'column' computes to 'column'] + expected: FAIL + + [Property break-before value 'avoid-column' computes to 'avoid-column'] + expected: FAIL + + [Property break-before value 'avoid-page' computes to 'avoid-page'] + expected: FAIL + diff --git a/testing/web-platform/meta/css/css-break/parsing/break-before-valid.html.ini b/testing/web-platform/meta/css/css-break/parsing/break-before-valid.html.ini index 67ba99b2643a..f53baa622704 100644 --- a/testing/web-platform/meta/css/css-break/parsing/break-before-valid.html.ini +++ b/testing/web-platform/meta/css/css-break/parsing/break-before-valid.html.ini @@ -2,18 +2,12 @@ [e.style['break-before'\] = "region" should set the property value] expected: FAIL - [e.style['break-before'\] = "page" should set the property value] - expected: FAIL - [e.style['break-before'\] = "avoid-region" should set the property value] expected: FAIL [e.style['break-before'\] = "recto" should set the property value] expected: FAIL - [e.style['break-before'\] = "auto" should set the property value] - expected: FAIL - [e.style['break-before'\] = "avoid-column" should set the property value] expected: FAIL @@ -23,15 +17,6 @@ [e.style['break-before'\] = "verso" should set the property value] expected: FAIL - [e.style['break-before'\] = "avoid" should set the property value] - expected: FAIL - [e.style['break-before'\] = "column" should set the property value] expected: FAIL - [e.style['break-before'\] = "left" should set the property value] - expected: FAIL - - [e.style['break-before'\] = "right" should set the property value] - expected: FAIL - diff --git a/testing/web-platform/meta/css/css-break/parsing/break-inside-computed.html.ini b/testing/web-platform/meta/css/css-break/parsing/break-inside-computed.html.ini new file mode 100644 index 000000000000..681bd07ef447 --- /dev/null +++ b/testing/web-platform/meta/css/css-break/parsing/break-inside-computed.html.ini @@ -0,0 +1,10 @@ +[break-inside-computed.html] + [Property break-inside value 'avoid-page' computes to 'avoid-page'] + expected: FAIL + + [Property break-inside value 'avoid-column' computes to 'avoid-column'] + expected: FAIL + + [Property break-inside value 'avoid-region' computes to 'avoid-region'] + expected: FAIL + diff --git a/testing/web-platform/meta/css/css-break/parsing/break-inside-valid.html.ini b/testing/web-platform/meta/css/css-break/parsing/break-inside-valid.html.ini index f0942709f7b5..bc26697a75a6 100644 --- a/testing/web-platform/meta/css/css-break/parsing/break-inside-valid.html.ini +++ b/testing/web-platform/meta/css/css-break/parsing/break-inside-valid.html.ini @@ -2,12 +2,6 @@ [e.style['break-inside'\] = "avoid-column" should set the property value] expected: FAIL - [e.style['break-inside'\] = "auto" should set the property value] - expected: FAIL - - [e.style['break-inside'\] = "avoid" should set the property value] - expected: FAIL - [e.style['break-inside'\] = "avoid-page" should set the property value] expected: FAIL diff --git a/testing/web-platform/meta/css/css-shapes/shape-outside/values/shape-margin-001.html.ini b/testing/web-platform/meta/css/css-shapes/shape-outside/values/shape-margin-001.html.ini index de2612a110c7..361912c8e12f 100644 --- a/testing/web-platform/meta/css/css-shapes/shape-outside/values/shape-margin-001.html.ini +++ b/testing/web-platform/meta/css/css-shapes/shape-outside/values/shape-margin-001.html.ini @@ -16,3 +16,19 @@ if os == "android": PASS FAIL + [10vh - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [10vmin - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [10vw - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [10vmax - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + diff --git a/testing/web-platform/meta/css/css-shapes/shape-outside/values/shape-outside-circle-005.html.ini b/testing/web-platform/meta/css/css-shapes/shape-outside/values/shape-outside-circle-005.html.ini index 078da4f1deb9..94692d494746 100644 --- a/testing/web-platform/meta/css/css-shapes/shape-outside/values/shape-outside-circle-005.html.ini +++ b/testing/web-platform/meta/css/css-shapes/shape-outside/values/shape-outside-circle-005.html.ini @@ -55,3 +55,19 @@ [test unit: vmax - circle(50vmax) - inline] expected: FAIL + [test unit: vw - circle(50vw) - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit: vmax - circle(50vmax) - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit: vmin - circle(50vmin) - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit: vh - circle(50vh) - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + diff --git a/testing/web-platform/meta/css/css-shapes/shape-outside/values/shape-outside-ellipse-004.html.ini b/testing/web-platform/meta/css/css-shapes/shape-outside/values/shape-outside-ellipse-004.html.ini index c7b287f80f4f..74c89ed411b2 100644 --- a/testing/web-platform/meta/css/css-shapes/shape-outside/values/shape-outside-ellipse-004.html.ini +++ b/testing/web-platform/meta/css/css-shapes/shape-outside/values/shape-outside-ellipse-004.html.ini @@ -1701,3 +1701,323 @@ [test unit (inline): em - ellipse(at left 50% top 50em)] expected: FAIL + [test unit (computed): vw - ellipse(at top 50vw right 80%)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmax - ellipse(at 50vmax 50%)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmax - ellipse(at center 60vmax)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vh - ellipse(at top 50vh left 50%)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vh - ellipse(at 50% 50vh)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vh - ellipse(at left 50vh)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vw - ellipse(at left 50vw top 50vw)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vh - ellipse(at right 80vh)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmax - ellipse(at 60vmax center)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vh - ellipse(at top 50vh right 80%)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmin - ellipse(at left 50% top 50vmin)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmin - ellipse(at 50vmin)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vw - ellipse(at 50vw 50%)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vh - ellipse(at right 80% top 50vh)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmin - ellipse(at top 50vmin left 50%)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmax - ellipse(at top 50vmax right 80%)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vw - ellipse(at left 50% top 50vw)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vh - ellipse(at left 50vh bottom 70%)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmax - ellipse(at 50% 50vmax)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmin - ellipse(at left 50vmin bottom 70%)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmax - ellipse(at right 80vmax)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmin - ellipse(at right 80vmin)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmin - ellipse(at top 50vmin left 50vmin)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vw - ellipse(at 50vw)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vw - ellipse(at center 60vw)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vh - ellipse(at left 50% top 50vh)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vw - ellipse(at right 80% top 50vw)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmax - ellipse(at right 80% top 50vmax)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vh - ellipse(at 50vh)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vw - ellipse(at left 50vw)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmin - ellipse(at bottom 70% left 50vmin)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vh - ellipse(at 50vh 50vh)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmin - ellipse(at right 80% top 50vmin)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmin - ellipse(at 50% 50vmin)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vw - ellipse(at 70vw bottom)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmin - ellipse(at left 50vmin)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vh - ellipse(at left 50vh top 50%)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vh - ellipse(at 50vh top)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmin - ellipse(at top 50% left 50vmin)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmax - ellipse(at left 50vmax top 50%)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vw - ellipse(at 50vw 50vw)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmin - ellipse(at 50vmin 50vmin)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmin - ellipse(at 50vmin top)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vh - ellipse(at 50vh 50%)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vw - ellipse(at left 50vw top 50%)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vw - ellipse(at 50% 50vw)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vh - ellipse(at 60vh center)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmax - ellipse(at left 50vmax)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vw - ellipse(at top 50vw left 50vw)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmax - ellipse(at top 50vmax left 50%)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmin - ellipse(at left 50vmin top 50%)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vw - ellipse(at 50vw top)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vw - ellipse(at top 50% left 50vw)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmax - ellipse(at left 50% top 50vmax)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmin - ellipse(at center 60vmin)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmin - ellipse(at 50vmin 50%)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vh - ellipse(at top 50vh left 50vh)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vw - ellipse(at right 80vw)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmax - ellipse(at 70vmax bottom)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmin - ellipse(at top 50vmin right 80%)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vw - ellipse(at left 50vw bottom 70%)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vh - ellipse(at center 60vh)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmax - ellipse(at top 50vmax left 50vmax)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmin - ellipse(at 60vmin center)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmax - ellipse(at bottom 70% left 50vmax)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmax - ellipse(at 50vmax top)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmax - ellipse(at top 50% left 50vmax)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmax - ellipse(at left 50vmax bottom 70%)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vh - ellipse(at top 50% left 50vh)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmax - ellipse(at left 50vmax top 50vmax)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vh - ellipse(at left 50vh top 50vh)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmin - ellipse(at 70vmin bottom)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vh - ellipse(at 70vh bottom)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vw - ellipse(at bottom 70% left 50vw)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmax - ellipse(at 50vmax 50vmax)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vh - ellipse(at bottom 70% left 50vh)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vw - ellipse(at top 50vw left 50%)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmin - ellipse(at left 50vmin top 50vmin)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vw - ellipse(at 60vw center)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit (computed): vmax - ellipse(at 50vmax)] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + diff --git a/testing/web-platform/meta/css/css-shapes/shape-outside/values/shape-outside-ellipse-005.html.ini b/testing/web-platform/meta/css/css-shapes/shape-outside/values/shape-outside-ellipse-005.html.ini index deb6176a3800..5f71752e7387 100644 --- a/testing/web-platform/meta/css/css-shapes/shape-outside/values/shape-outside-ellipse-005.html.ini +++ b/testing/web-platform/meta/css/css-shapes/shape-outside/values/shape-outside-ellipse-005.html.ini @@ -546,3 +546,116 @@ [test unit: vh - ellipse(closest-side 75vh) - inline] expected: FAIL + + [test unit: vw - ellipse(25vw farthest-side) - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit: vh - ellipse(50vh 25%) - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit: vmax - ellipse(25% 50vmax) - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit: vmin - ellipse(50vmin 25%) - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit: vh - ellipse(closest-side 75vh) - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit: vmin - ellipse(25% 50vmin) - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit: vh - ellipse(25vh farthest-side) - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit: vmin - ellipse(closest-side 75vmin) - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit: vmin - ellipse(25vmin farthest-side) - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit: vw - ellipse(25% 50vw) - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit: vmax - ellipse(closest-side 75vmax) - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit: vmin - ellipse(farthest-side 75vmin) - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit: vh - ellipse(25% 50vh) - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit: vw - ellipse(50vw 25%) - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit: vw - ellipse(closest-side 75vw) - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit: vh - ellipse(50vh 100vh) - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit: vw - ellipse(50vw 100vw) - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit: vmax - ellipse(farthest-side 75vmax) - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit: vh - ellipse(100vh 100px) - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit: vmin - ellipse(50vmin 100vmin) - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit: vmax - ellipse(50vmax 25%) - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit: vw - ellipse(100vw 100px) - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit: vmax - ellipse(100vmax 100px) - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit: vmax - ellipse(25vmax farthest-side) - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit: vh - ellipse(farthest-side 75vh) - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit: vw - ellipse(farthest-side 75vw) - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit: vmin - ellipse(100vmin 100px) - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [test unit: vmax - ellipse(50vmax 100vmax) - computed] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + diff --git a/testing/web-platform/meta/css/css-shapes/shape-outside/values/shape-outside-inset-003.html.ini b/testing/web-platform/meta/css/css-shapes/shape-outside/values/shape-outside-inset-003.html.ini index 5e844343d3c1..d1190006d669 100644 --- a/testing/web-platform/meta/css/css-shapes/shape-outside/values/shape-outside-inset-003.html.ini +++ b/testing/web-platform/meta/css/css-shapes/shape-outside/values/shape-outside-inset-003.html.ini @@ -341,321 +341,321 @@ [inset(10vmin round 10vmin 20vmin 30vmin) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmax round 10vmax 20vmax 30vmax 40vmax / 10vmax 20vmax) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmax round 10vmax / 10vmax) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmin round 10vmin 20vmin 30vmin 40vmin) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmin round 10vmin 20vmin / 10vmin 20vmin) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmin round 10vmin 20vmin 30vmin 40vmin / 10vmin 20vmin) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmax round 10vmax 20vmax 30vmax 40vmax / 10vmax 20vmax 30vmax) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vw round 10vw 20vw 30vw / 10vw 20vw 30vw) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmin round 10vmin 20vmin 30vmin 40vmin / 10vmin 20vmin 30vmin 40vmin) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmax round 10vmax 20vmax 30vmax / 10vmax 20vmax 30vmax 40vmax) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmin round 10vmin 20vmin / 10vmin) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmax round 10vmax 20vmax 30vmax / 10vmax 20vmax 30vmax) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vw round 10vw 20vw 30vw / 10vw) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmin round 10vmin / 10vmin 20vmin) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vw round 10vw 20vw 30vw / 10vw 20vw) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmax round 10vmax / 10vmax 20vmax 30vmax) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vh round 10vh / 10vh 20vh 30vh) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vw round 10vw 20vw / 10vw 20vw 30vw) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vh round 10vh 20vh 30vh 40vh / 10vh) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vh round 10vh 20vh / 10vh) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmin round 10vmin) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vh round 10vh 20vh / 10vh 20vh 30vh 40vh) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vh round 10vh / 10vh 20vh 30vh 40vh) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmax round 10vmax 20vmax / 10vmax 20vmax) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vh round 10vh 20vh 30vh / 10vh) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vh round 10vh 20vh 30vh 40vh / 10vh 20vh 30vh 40vh) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vh round 10vh 20vh 30vh / 10vh 20vh 30vh) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vh round 10vh 20vh / 10vh 20vh) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vw round 10vw 20vw) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmin round 10vmin 20vmin / 10vmin 20vmin 30vmin) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vw round 10vw / 10vw 20vw 30vw 40vw) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmax round 10vmax 20vmax 30vmax / 10vmax 20vmax) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vh round 10vh) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vh round 10vh 20vh) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmax round 10vmax / 10vmax 20vmax 30vmax 40vmax) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vw round 10vw / 10vw 20vw 30vw) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmax round 10vmax 20vmax 30vmax 40vmax / 10vmax 20vmax 30vmax 40vmax) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmin round 10vmin 20vmin 30vmin / 10vmin) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmin round 10vmin / 10vmin 20vmin 30vmin 40vmin) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmax round 10vmax 20vmax 30vmax 40vmax / 10vmax) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vw round 10vw 20vw 30vw) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmin round 10vmin 20vmin 30vmin / 10vmin 20vmin 30vmin) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmin round 10vmin 20vmin 30vmin 40vmin / 10vmin) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vw round 10vw) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vw round 10vw 20vw 30vw 40vw / 10vw 20vw 30vw) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmax round 10vmax) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmin round 10vmin / 10vmin) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmin round 10vmin 20vmin 30vmin / 10vmin 20vmin 30vmin 40vmin) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmax round 10vmax / 10vmax 20vmax) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmax round 10vmax 20vmax 30vmax 40vmax) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmax round 10vmax 20vmax) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vh round 10vh 20vh 30vh / 10vh 20vh) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vh round 10vh / 10vh) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vw round 10vw 20vw 30vw 40vw / 10vw) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmin round 10vmin / 10vmin 20vmin 30vmin) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmax round 10vmax 20vmax 30vmax / 10vmax) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vw round 10vw / 10vw) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmax round 10vmax 20vmax / 10vmax) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmin round 10vmin 20vmin / 10vmin 20vmin 30vmin 40vmin) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmax round 10vmax 20vmax / 10vmax 20vmax 30vmax 40vmax) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmax round 10vmax 20vmax 30vmax) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vw round 10vw 20vw 30vw 40vw / 10vw 20vw 30vw 40vw) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmin round 10vmin 20vmin 30vmin 40vmin / 10vmin 20vmin 30vmin) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vh round 10vh 20vh 30vh 40vh) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vh round 10vh / 10vh 20vh) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vh round 10vh 20vh 30vh / 10vh 20vh 30vh 40vh) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vw round 10vw 20vw / 10vw 20vw) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vw round 10vw / 10vw 20vw) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vw round 10vw 20vw 30vw 40vw) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vw round 10vw 20vw 30vw / 10vw 20vw 30vw 40vw) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vh round 10vh 20vh 30vh) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmin round 10vmin 20vmin) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vh round 10vh 20vh 30vh 40vh / 10vh 20vh 30vh) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vh round 10vh 20vh 30vh 40vh / 10vh 20vh) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vw round 10vw 20vw 30vw 40vw / 10vw 20vw) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vh round 10vh 20vh / 10vh 20vh 30vh) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vw round 10vw 20vw / 10vw) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmax round 10vmax 20vmax / 10vmax 20vmax 30vmax) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vw round 10vw 20vw / 10vw 20vw 30vw 40vw) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [inset(10vmin round 10vmin 20vmin 30vmin / 10vmin 20vmin) - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL diff --git a/testing/web-platform/meta/css/css-shapes/shape-outside/values/shape-outside-polygon-004.html.ini b/testing/web-platform/meta/css/css-shapes/shape-outside/values/shape-outside-polygon-004.html.ini index 2ebf07041a37..cf8c6493c406 100644 --- a/testing/web-platform/meta/css/css-shapes/shape-outside/values/shape-outside-polygon-004.html.ini +++ b/testing/web-platform/meta/css/css-shapes/shape-outside/values/shape-outside-polygon-004.html.ini @@ -64,65 +64,65 @@ [Two vertices - vw vw, vh vh - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [Two vertices - vmin vmin, vmin vmin - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [Three vertices - vw vw, vh vh, % % - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [Three vertices - % %, vw, vw, vh vh - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [Three vertices - vw vw, vw vw, vw vw - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [Three vertices - vmax vmax, vmin, vmin, vmin vmin - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [Three vertices - vmin vmin, vmin vmin, vmin vmin - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [Three vertices - vh vh, vh vh, vh vh - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [Three vertices - vmin vmin, vmin vmin, vmax vmax - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [Two vertices - vw vh, vh vw - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [One vertex - vw vh - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [Three vertices - vmax vmax, vmax vmax, vmax vmax - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [Two vertices - vh vh, vw vw - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [One vertex - vmin vmin - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [Two vertices - vw vw, vw vw - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [One vertex - vw vw - computed] expected: - if os == "android": FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL diff --git a/testing/web-platform/meta/custom-elements/adopted-callback.html.ini b/testing/web-platform/meta/custom-elements/adopted-callback.html.ini new file mode 100644 index 000000000000..d7e4aee938e6 --- /dev/null +++ b/testing/web-platform/meta/custom-elements/adopted-callback.html.ini @@ -0,0 +1,2 @@ +[adopted-callback.html] + expected: ERROR diff --git a/testing/web-platform/meta/custom-elements/attribute-changed-callback.html.ini b/testing/web-platform/meta/custom-elements/attribute-changed-callback.html.ini new file mode 100644 index 000000000000..c98dea97aa26 --- /dev/null +++ b/testing/web-platform/meta/custom-elements/attribute-changed-callback.html.ini @@ -0,0 +1,4 @@ +[attribute-changed-callback.html] + [Custom Elements: attributeChangedCallback] + expected: FAIL + diff --git a/testing/web-platform/meta/custom-elements/connected-callbacks-html-fragment-parsing.html.ini b/testing/web-platform/meta/custom-elements/connected-callbacks-html-fragment-parsing.html.ini new file mode 100644 index 000000000000..21dd41b064c1 --- /dev/null +++ b/testing/web-platform/meta/custom-elements/connected-callbacks-html-fragment-parsing.html.ini @@ -0,0 +1,4 @@ +[connected-callbacks-html-fragment-parsing.html] + [Custom Elements: the HTML fragment parsing algorithm must not create a custom element synchronously] + expected: FAIL + diff --git a/testing/web-platform/meta/custom-elements/connected-callbacks.html.ini b/testing/web-platform/meta/custom-elements/connected-callbacks.html.ini new file mode 100644 index 000000000000..bd5427d48ec9 --- /dev/null +++ b/testing/web-platform/meta/custom-elements/connected-callbacks.html.ini @@ -0,0 +1,4 @@ +[connected-callbacks.html] + [Custom Elements: connectedCallback] + expected: FAIL + diff --git a/testing/web-platform/meta/custom-elements/disconnected-callbacks.html.ini b/testing/web-platform/meta/custom-elements/disconnected-callbacks.html.ini new file mode 100644 index 000000000000..9ea29044eba7 --- /dev/null +++ b/testing/web-platform/meta/custom-elements/disconnected-callbacks.html.ini @@ -0,0 +1,4 @@ +[disconnected-callbacks.html] + [Custom Elements: disconnectedCallback] + expected: FAIL + diff --git a/testing/web-platform/meta/custom-elements/reactions/HTMLButtonElement.html.ini b/testing/web-platform/meta/custom-elements/reactions/HTMLButtonElement.html.ini index a09dcca3095f..3a1780de56c3 100644 --- a/testing/web-platform/meta/custom-elements/reactions/HTMLButtonElement.html.ini +++ b/testing/web-platform/meta/custom-elements/reactions/HTMLButtonElement.html.ini @@ -17,3 +17,45 @@ [formNoValidate on HTMLButtonElement must enqueue an attributeChanged reaction when replacing an existing attribute] expected: FAIL + [formMethod on HTMLButtonElement must enqueue an attributeChanged reaction when replacing an existing attribute] + expected: FAIL + + [formMethod on HTMLButtonElement must enqueue an attributeChanged reaction when adding a new attribute] + expected: FAIL + + [formEnctype on HTMLButtonElement must enqueue an attributeChanged reaction when adding a new attribute] + expected: FAIL + + [formAction on HTMLButtonElement must enqueue an attributeChanged reaction when adding a new attribute] + expected: FAIL + + [value on HTMLButtonElement must enqueue an attributeChanged reaction when adding value content attribute] + expected: FAIL + + [type on HTMLButtonElement must enqueue an attributeChanged reaction when replacing an existing attribute] + expected: FAIL + + [formTarget on HTMLButtonElement must enqueue an attributeChanged reaction when replacing an existing attribute] + expected: FAIL + + [formTarget on HTMLButtonElement must enqueue an attributeChanged reaction when adding a new attribute] + expected: FAIL + + [formAction on HTMLButtonElement must enqueue an attributeChanged reaction when replacing an existing attribute] + expected: FAIL + + [name on HTMLButtonElement must enqueue an attributeChanged reaction when adding name content attribute] + expected: FAIL + + [value on HTMLButtonElement must enqueue an attributeChanged reaction when replacing an existing attribute] + expected: FAIL + + [formEnctype on HTMLButtonElement must enqueue an attributeChanged reaction when replacing an existing attribute] + expected: FAIL + + [name on HTMLButtonElement must enqueue an attributeChanged reaction when replacing an existing attribute] + expected: FAIL + + [type on HTMLButtonElement must enqueue an attributeChanged reaction when adding a new attribute] + expected: FAIL + diff --git a/testing/web-platform/meta/custom-elements/reactions/ShadowRoot.html.ini b/testing/web-platform/meta/custom-elements/reactions/ShadowRoot.html.ini new file mode 100644 index 000000000000..2305aec89e8c --- /dev/null +++ b/testing/web-platform/meta/custom-elements/reactions/ShadowRoot.html.ini @@ -0,0 +1,4 @@ +[ShadowRoot.html] + [Custom Elements: CEReactions on ShadowRoot interface] + expected: FAIL + diff --git a/testing/web-platform/meta/custom-elements/upgrading.html.ini b/testing/web-platform/meta/custom-elements/upgrading.html.ini index d38d9e32dee2..f7d3f1ebef39 100644 --- a/testing/web-platform/meta/custom-elements/upgrading.html.ini +++ b/testing/web-platform/meta/custom-elements/upgrading.html.ini @@ -1,2 +1,5 @@ [upgrading.html] max-asserts: 4 + [Custom Elements: Enqueue a custom element upgrade reaction] + expected: FAIL + diff --git a/testing/web-platform/meta/editing/run/forwarddelete.html.ini b/testing/web-platform/meta/editing/run/forwarddelete.html.ini index 70d03fda6496..15e209466b76 100644 --- a/testing/web-platform/meta/editing/run/forwarddelete.html.ini +++ b/testing/web-platform/meta/editing/run/forwarddelete.html.ini @@ -956,6 +956,9 @@ [[["forwarddelete",""\]\] "foo [\] " compare innerHTML] expected: FAIL + [forwarddelete - HTML editing conformance tests] + expected: FAIL + [forwarddelete.html?5001-6000] [[["stylewithcss","true"\],["defaultparagraphseparator","div"\],["forwarddelete",""\]\] "

foo[bar

baz\]quz" compare innerHTML] diff --git a/testing/web-platform/meta/encrypted-media/__dir__.ini b/testing/web-platform/meta/encrypted-media/__dir__.ini index e7c21f4de76b..035b8b98bcf8 100644 --- a/testing/web-platform/meta/encrypted-media/__dir__.ini +++ b/testing/web-platform/meta/encrypted-media/__dir__.ini @@ -1,3 +1,3 @@ prefs: [dom.security.featurePolicy.enabled:true, dom.security.featurePolicy.header.enabled:true, dom.security.featurePolicy.webidl.enabled:true] -lsan-allowed: [Alloc, MakeUnique, Malloc, NewPage, Realloc, mozilla::EMEDecryptor::EMEDecryptor, mozilla::SchedulerGroup::CreateEventTargetFor, CreateCDMProxy, mozilla::dom::MediaKeys::CreateCDMProxy, mozilla::dom::nsIContentChild::GetConstructedEventTarget] -leak-threshold: [default: 51200] +lsan-allowed: [Alloc, CreateCDMProxy, MakeUnique, Malloc, NewPage, Realloc, mozilla::EMEDecryptor::EMEDecryptor, mozilla::SchedulerGroup::CreateEventTargetFor, mozilla::dom::MediaKeys::CreateCDMProxy, mozilla::dom::nsIContentChild::GetConstructedEventTarget] +leak-threshold: [default:51200] diff --git a/testing/web-platform/meta/event-timing/event-timing-bufferbeforeonload.html.ini b/testing/web-platform/meta/event-timing/event-timing-bufferbeforeonload.html.ini deleted file mode 100644 index 027d839d363b..000000000000 --- a/testing/web-platform/meta/event-timing/event-timing-bufferbeforeonload.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[event-timing-bufferbeforeonload.html] - [Event Timing: click, onload.] - expected: FAIL - diff --git a/testing/web-platform/meta/event-timing/event-timing-crossiframe.html.ini b/testing/web-platform/meta/event-timing/event-timing-crossiframe.html.ini deleted file mode 100644 index b310cc39f5cb..000000000000 --- a/testing/web-platform/meta/event-timing/event-timing-crossiframe.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[event-timing-crossiframe.html] - [Event Timing: entries should only be observable by its own frame.] - expected: FAIL - diff --git a/testing/web-platform/meta/event-timing/event-timing-observethenonload.html.ini b/testing/web-platform/meta/event-timing/event-timing-observethenonload.html.ini deleted file mode 100644 index 35bbd6f6a82d..000000000000 --- a/testing/web-platform/meta/event-timing/event-timing-observethenonload.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[event-timing-observethenonload.html] - expected: TIMEOUT - [Event Timing: click, observer, onload, click.] - expected: TIMEOUT - diff --git a/testing/web-platform/meta/event-timing/event-timing-onloadthenobserve-firstInput.html.ini b/testing/web-platform/meta/event-timing/event-timing-onloadthenobserve-firstInput.html.ini deleted file mode 100644 index 46f8a7be3068..000000000000 --- a/testing/web-platform/meta/event-timing/event-timing-onloadthenobserve-firstInput.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[event-timing-onloadthenobserve-firstInput.html] - expected: TIMEOUT - [Event Timing: check firstInput after onload, observer, click, click.] - expected: TIMEOUT - diff --git a/testing/web-platform/meta/event-timing/event-timing-onloadthenobserve.html.ini b/testing/web-platform/meta/event-timing/event-timing-onloadthenobserve.html.ini deleted file mode 100644 index 2b43596f3e72..000000000000 --- a/testing/web-platform/meta/event-timing/event-timing-onloadthenobserve.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[event-timing-onloadthenobserve.html] - expected: TIMEOUT - [Event Timing: onload, click, observer, click.] - expected: TIMEOUT - diff --git a/testing/web-platform/meta/event-timing/event-timing-only-observe-firstInput.html.ini b/testing/web-platform/meta/event-timing/event-timing-only-observe-firstInput.html.ini deleted file mode 100644 index 1c4f9810ff6c..000000000000 --- a/testing/web-platform/meta/event-timing/event-timing-only-observe-firstInput.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[event-timing-only-observe-firstInput.html] - [Event Timing: check firstInput for a PerformanceObserver observing only firstInput.] - expected: FAIL - diff --git a/testing/web-platform/meta/event-timing/event-timing-retrievability.html.ini b/testing/web-platform/meta/event-timing/event-timing-retrievability.html.ini deleted file mode 100644 index 6b5f156881c4..000000000000 --- a/testing/web-platform/meta/event-timing/event-timing-retrievability.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[event-timing-retrievability.html] - expected: ERROR - [Event Timing: make sure event-timing entries are retrievable by existing perf APIs.] - expected: TIMEOUT - diff --git a/testing/web-platform/meta/event-timing/event-timing-timingconditions.html.ini b/testing/web-platform/meta/event-timing/event-timing-timingconditions.html.ini deleted file mode 100644 index e7a755ca02a3..000000000000 --- a/testing/web-platform/meta/event-timing/event-timing-timingconditions.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[event-timing-timingconditions.html] - expected: TIMEOUT - [Event Timing only times certain types of trusted event.] - expected: TIMEOUT - diff --git a/testing/web-platform/meta/feature-policy/reporting/geolocation-reporting.https.html.ini b/testing/web-platform/meta/feature-policy/reporting/geolocation-reporting.https.html.ini deleted file mode 100644 index 121f9994cc1e..000000000000 --- a/testing/web-platform/meta/feature-policy/reporting/geolocation-reporting.https.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[geolocation-reporting.https.html] - [Geolocation Report Format] - expected: FAIL - diff --git a/testing/web-platform/meta/fullscreen/api/element-request-fullscreen.html.ini b/testing/web-platform/meta/fullscreen/api/element-request-fullscreen.html.ini new file mode 100644 index 000000000000..34d80f1a1dee --- /dev/null +++ b/testing/web-platform/meta/fullscreen/api/element-request-fullscreen.html.ini @@ -0,0 +1,4 @@ +[element-request-fullscreen.html] + [Element#requestFullscreen()] + expected: FAIL + diff --git a/testing/web-platform/meta/html/browsers/history/the-history-interface/traverse_the_history_3.html.ini b/testing/web-platform/meta/html/browsers/history/the-history-interface/traverse_the_history_3.html.ini index 983c367d70cc..51f8272a6def 100644 --- a/testing/web-platform/meta/html/browsers/history/the-history-interface/traverse_the_history_3.html.ini +++ b/testing/web-platform/meta/html/browsers/history/the-history-interface/traverse_the_history_3.html.ini @@ -1,11 +1,4 @@ [traverse_the_history_3.html] [Multiple history traversals, last would be aborted] - expected: - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): TIMEOUT - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): TIMEOUT - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.15063") and (processor == "x86_64") and (bits == 64): TIMEOUT - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): TIMEOUT - if not debug and not webrender and e10s and not sw-e10s and not asan and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): TIMEOUT - FAIL + expected: FAIL diff --git a/testing/web-platform/meta/html/browsers/history/the-history-interface/traverse_the_history_4.html.ini b/testing/web-platform/meta/html/browsers/history/the-history-interface/traverse_the_history_4.html.ini index 21f09b270cd0..385376c7321e 100644 --- a/testing/web-platform/meta/html/browsers/history/the-history-interface/traverse_the_history_4.html.ini +++ b/testing/web-platform/meta/html/browsers/history/the-history-interface/traverse_the_history_4.html.ini @@ -1,11 +1,4 @@ [traverse_the_history_4.html] [Multiple history traversals, last would be aborted] - expected: - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): TIMEOUT - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): TIMEOUT - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.15063") and (processor == "x86_64") and (bits == 64): TIMEOUT - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): TIMEOUT - if not debug and not webrender and e10s and not sw-e10s and not asan and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): TIMEOUT - FAIL + expected: FAIL diff --git a/testing/web-platform/meta/html/browsers/history/the-history-interface/traverse_the_history_5.html.ini b/testing/web-platform/meta/html/browsers/history/the-history-interface/traverse_the_history_5.html.ini index 80495d6bedfb..dc2e45516deb 100644 --- a/testing/web-platform/meta/html/browsers/history/the-history-interface/traverse_the_history_5.html.ini +++ b/testing/web-platform/meta/html/browsers/history/the-history-interface/traverse_the_history_5.html.ini @@ -1,11 +1,4 @@ [traverse_the_history_5.html] [Multiple history traversals, last would be aborted] - expected: - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): TIMEOUT - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): TIMEOUT - if not debug and not webrender and e10s and not sw-e10s and (os == "win") and (version == "10.0.15063") and (processor == "x86_64") and (bits == 64): TIMEOUT - if not debug and not webrender and e10s and not sw-e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT - if not debug and not webrender and e10s and not sw-e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): TIMEOUT - if not debug and not webrender and e10s and not sw-e10s and not asan and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): TIMEOUT - FAIL + expected: FAIL diff --git a/testing/web-platform/meta/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/no_window_open_when_term_nesting_level_nonzero.window.js.ini b/testing/web-platform/meta/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/no_window_open_when_term_nesting_level_nonzero.window.js.ini index e1b2ebf724e7..f40c35dff94e 100644 --- a/testing/web-platform/meta/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/no_window_open_when_term_nesting_level_nonzero.window.js.ini +++ b/testing/web-platform/meta/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/no_window_open_when_term_nesting_level_nonzero.window.js.ini @@ -1,7 +1,5 @@ [no_window_open_when_term_nesting_level_nonzero.window.html] - expected: - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): TIMEOUT - ERROR + expected: ERROR [no popups from synchronously reachable window] expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/embedded-content/media-elements/ready-states/autoplay-hidden.html.ini b/testing/web-platform/meta/html/semantics/embedded-content/media-elements/ready-states/autoplay-hidden.html.ini deleted file mode 100644 index 06163881b7ed..000000000000 --- a/testing/web-platform/meta/html/semantics/embedded-content/media-elements/ready-states/autoplay-hidden.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[autoplay-hidden.html] - [Allow delaying autoplay until video elements become visible] - expected: FAIL - diff --git a/testing/web-platform/meta/mimesniff/mime-types/parsing.any.js.ini b/testing/web-platform/meta/mimesniff/mime-types/parsing.any.js.ini index 9b085489a152..1b5b92c50691 100644 --- a/testing/web-platform/meta/mimesniff/mime-types/parsing.any.js.ini +++ b/testing/web-platform/meta/mimesniff/mime-types/parsing.any.js.ini @@ -10698,6 +10698,6204 @@ [í/x (Request/Response)] expected: FAIL + [¯/x (Request/Response)] + expected: FAIL + + [Ë/x (Request/Response)] + expected: FAIL + + [x/x;x=Ò;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=œ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ø;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="„";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¥;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ã";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="È";bonus=x (Blob/File)] + expected: FAIL + + [x/“ (Request/Response)] + expected: FAIL + + [x/x;x="’";bonus=x (Blob/File)] + expected: FAIL + + [x/Î (Request/Response)] + expected: FAIL + + [ã/x (Request/Response)] + expected: FAIL + + [x/x;x=Á;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Á";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ç";bonus=x (Blob/File)] + expected: FAIL + + [x/Æ (Request/Response)] + expected: FAIL + + [x/x;x=ó;bonus=x (Request/Response)] + expected: FAIL + + [x/ë (Request/Response)] + expected: FAIL + + [x/x;x="×";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Å;bonus=x (Request/Response)] + expected: FAIL + + [Ã/x (Request/Response)] + expected: FAIL + + [x/x;x=Î;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ñ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=•;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=”;bonus=x (Blob/File)] + expected: FAIL + + [x/€ (Request/Response)] + expected: FAIL + + [x/” (Request/Response)] + expected: FAIL + + [È/x (Request/Response)] + expected: FAIL + + [™/x (Request/Response)] + expected: FAIL + + [x/x;x=¨;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="À";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="í";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ë=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ý=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¢";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¡;bonus=x (Blob/File)] + expected: FAIL + + [x/ (Request/Response)] + expected: FAIL + + [x/x;x=À;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="–";bonus=x (Blob/File)] + expected: FAIL + + [“/x (Request/Response)] + expected: FAIL + + [x/‡ (Request/Response)] + expected: FAIL + + [x/x;x="¾";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="«";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ñ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;é=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=–;bonus=x (Blob/File)] + expected: FAIL + + [x/x;•=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ý;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="†";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="á";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ï=x;bonus=x (Request/Response)] + expected: FAIL + + [Ù/x (Request/Response)] + expected: FAIL + + [x/x;ä=x;bonus=x (Blob/File)] + expected: FAIL + + [x/ž (Request/Response)] + expected: FAIL + + [x/x;x="ê";bonus=x (Request/Response)] + expected: FAIL + + [x/x;å=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;²=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;à=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¸;bonus=x (Blob/File)] + expected: FAIL + + [x/x;†=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="µ";bonus=x (Blob/File)] + expected: FAIL + + [É/x (Request/Response)] + expected: FAIL + + [x/x;x=Ø;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Û";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Õ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="“";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Û;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ð";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=€;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Â=x;bonus=x (Request/Response)] + expected: FAIL + + [î/x (Request/Response)] + expected: FAIL + + [x/x;¡=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;˜=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;²=x;bonus=x (Request/Response)] + expected: FAIL + + [x/ó (Request/Response)] + expected: FAIL + + [x/x;x=Ý;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ž=x;bonus=x (Blob/File)] + expected: FAIL + + [x/ã (Request/Response)] + expected: FAIL + + [x/x;x="”";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="±";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Œ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ñ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¼";bonus=x (Request/Response)] + expected: FAIL + + [þ/x (Request/Response)] + expected: FAIL + + [x/x;½=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=½;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ë";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¦;bonus=x (Request/Response)] + expected: FAIL + + [‘/x (Request/Response)] + expected: FAIL + + [x/x;x=¾;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ë;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ƒ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ž=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;’=x;bonus=x (Request/Response)] + expected: FAIL + + [ý/x (Request/Response)] + expected: FAIL + + [/x (Request/Response)] + expected: FAIL + + [x/Í (Request/Response)] + expected: FAIL + + [x/x;x="§";bonus=x (Request/Response)] + expected: FAIL + + [¶/x (Request/Response)] + expected: FAIL + + [x/x;x=„;bonus=x (Request/Response)] + expected: FAIL + + [×/x (Request/Response)] + expected: FAIL + + [—/x (Request/Response)] + expected: FAIL + + [x/x;x=ú;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=³;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ñ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="‹";bonus=x (Blob/File)] + expected: FAIL + + [x/ˆ (Request/Response)] + expected: FAIL + + [x/x;x="â";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=" ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;…=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="²";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ˆ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;ó=x;bonus=x (Request/Response)] + expected: FAIL + + [±/x (Request/Response)] + expected: FAIL + + [x/x;x=Ý;bonus=x (Blob/File)] + expected: FAIL + + [x/Ï (Request/Response)] + expected: FAIL + + [x/µ (Request/Response)] + expected: FAIL + + [x/x;x="Ë";bonus=x (Request/Response)] + expected: FAIL + + [x/x;“=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;™=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¸";bonus=x (Blob/File)] + expected: FAIL + + [x/x;™=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ä=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="÷";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ª=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;¹=x;bonus=x (Request/Response)] + expected: FAIL + + [x/Ÿ (Request/Response)] + expected: FAIL + + [x/x;x=«;bonus=x (Request/Response)] + expected: FAIL + + [x/ƒ (Request/Response)] + expected: FAIL + + [x/x;Á=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=è;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=†;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ƒ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;¡=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;´=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ã=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=à;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=æ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=–;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Æ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="‹";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ê=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Í";bonus=x (Blob/File)] + expected: FAIL + + ["text/html" (Request/Response)] + expected: FAIL + + [x/ò (Request/Response)] + expected: FAIL + + [x/x;x=”;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="À";bonus=x (Request/Response)] + expected: FAIL + + [x/x;í=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ž;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ð=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Š;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ø";bonus=x (Request/Response)] + expected: FAIL + + [x/x;æ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/É (Request/Response)] + expected: FAIL + + [x/x;Ñ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ç;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¬";bonus=x (Blob/File)] + expected: FAIL + + [x/æ (Request/Response)] + expected: FAIL + + [x/¯ (Request/Response)] + expected: FAIL + + [Ô/x (Request/Response)] + expected: FAIL + + [x/x;ò=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ž";bonus=x (Blob/File)] + expected: FAIL + + [ø/x (Request/Response)] + expected: FAIL + + [x/x;Ú=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ž=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¹";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Œ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ç";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=í;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¡";bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ä=x;bonus=x (Blob/File)] + expected: FAIL + + [Ý/x (Request/Response)] + expected: FAIL + + [x/x;x="";bonus=x (Blob/File)] + expected: FAIL + + [x/© (Request/Response)] + expected: FAIL + + [x/x;x=›;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ä;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=è;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ž;bonus=x (Request/Response)] + expected: FAIL + + [x/x;å=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;test=�;x=x (Blob/File)] + expected: FAIL + + [x/x;ü=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Í=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ú";bonus=x (Request/Response)] + expected: FAIL + + [x/· (Request/Response)] + expected: FAIL + + [x/x;x=Â;bonus=x (Request/Response)] + expected: FAIL + + [x/x;†=x;bonus=x (Request/Response)] + expected: FAIL + + [x/è (Request/Response)] + expected: FAIL + + [x/x;¦=x;bonus=x (Request/Response)] + expected: FAIL + + [·/x (Request/Response)] + expected: FAIL + + [x/x;¸=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=…;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ý";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=®;bonus=x (Request/Response)] + expected: FAIL + + [x/î (Request/Response)] + expected: FAIL + + [x/¶ (Request/Response)] + expected: FAIL + + [x/ý (Request/Response)] + expected: FAIL + + [x/x;x="Ÿ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ú";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="þ";bonus=x (Request/Response)] + expected: FAIL + + [Ü/x (Request/Response)] + expected: FAIL + + [x/x;ß=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=‹;bonus=x (Blob/File)] + expected: FAIL + + [x/x;¬=x;bonus=x (Request/Response)] + expected: FAIL + + [x/À (Request/Response)] + expected: FAIL + + [x/È (Request/Response)] + expected: FAIL + + [x/¢ (Request/Response)] + expected: FAIL + + [x/x;x="¾";bonus=x (Request/Response)] + expected: FAIL + + [x/x;¶=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ï=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ð=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="‚";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="û";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¶";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Â;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ø=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Œ;bonus=x (Blob/File)] + expected: FAIL + + [õ/x (Request/Response)] + expected: FAIL + + [x/x;Ô=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=’;bonus=x (Blob/File)] + expected: FAIL + + [x/± (Request/Response)] + expected: FAIL + + [x/x;x=¨;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=å;bonus=x (Blob/File)] + expected: FAIL + + [x/x;“=x;bonus=x (Request/Response)] + expected: FAIL + + [x/ß (Request/Response)] + expected: FAIL + + [x/x;x="‘";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ã;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¯";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ˆ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="‚";bonus=x (Request/Response)] + expected: FAIL + + [ü/x (Request/Response)] + expected: FAIL + + [x/x;ý=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;©=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ñ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;±=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;õ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ô=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=š;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="³";bonus=x (Blob/File)] + expected: FAIL + + [x/Ù (Request/Response)] + expected: FAIL + + [à/x (Request/Response)] + expected: FAIL + + [x/x;x="Ä";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="©";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Æ;bonus=x (Blob/File)] + expected: FAIL + + [Å/x (Request/Response)] + expected: FAIL + + [x/x;x=;bonus=x (Request/Response)] + expected: FAIL + + [x/Ò (Request/Response)] + expected: FAIL + + [x/x;x=È;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="»";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="™";bonus=x (Blob/File)] + expected: FAIL + + [‚/x (Request/Response)] + expected: FAIL + + [x/x;x="·";bonus=x (Request/Response)] + expected: FAIL + + [â/x (Request/Response)] + expected: FAIL + + [x/x;x="º";bonus=x (Request/Response)] + expected: FAIL + + [x/ (Request/Response)] + expected: FAIL + + [x/ÿ (Request/Response)] + expected: FAIL + + [x/x;±=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;›=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ä";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=;bonus=x (Blob/File)] + expected: FAIL + + [x/x;=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;‰=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;˜=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="­";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ñ;bonus=x (Request/Response)] + expected: FAIL + + [x/« (Request/Response)] + expected: FAIL + + [x/x;x=¹;bonus=x (Request/Response)] + expected: FAIL + + [ò/x (Request/Response)] + expected: FAIL + + [x/x;ª=x;bonus=x (Request/Response)] + expected: FAIL + + [¦/x (Request/Response)] + expected: FAIL + + [x/x;x="»";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="È";bonus=x (Request/Response)] + expected: FAIL + + [x/x;œ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ù=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ø;bonus=x (Request/Response)] + expected: FAIL + + [x/x;¿=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=æ;bonus=x (Request/Response)] + expected: FAIL + + [š/x (Request/Response)] + expected: FAIL + + [x/x;x= ;bonus=x (Request/Response)] + expected: FAIL + + [x/´ (Request/Response)] + expected: FAIL + + [x/x;x=ž;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ç;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ñ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="©";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="è";bonus=x (Request/Response)] + expected: FAIL + + [x/ª (Request/Response)] + expected: FAIL + + [ƒ/x (Request/Response)] + expected: FAIL + + [x/x;­=x;bonus=x (Blob/File)] + expected: FAIL + + [x/é (Request/Response)] + expected: FAIL + + [x/x;›=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Æ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Â=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="§";bonus=x (Blob/File)] + expected: FAIL + + [’/x (Request/Response)] + expected: FAIL + + [x/x;x="Ó";bonus=x (Blob/File)] + expected: FAIL + + [x/x;„=x;bonus=x (Blob/File)] + expected: FAIL + + [³/x (Request/Response)] + expected: FAIL + + [x/x;x=£;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ü=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Á";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Á;bonus=x (Request/Response)] + expected: FAIL + + [x/¼ (Request/Response)] + expected: FAIL + + [x/x;õ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ô;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ë";bonus=x (Blob/File)] + expected: FAIL + + [x/Û (Request/Response)] + expected: FAIL + + [x/x;…=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;¤=x;bonus=x (Blob/File)] + expected: FAIL + + [ç/x (Request/Response)] + expected: FAIL + + [x/ (Request/Response)] + expected: FAIL + + [x/‹ (Request/Response)] + expected: FAIL + + [x/x;x=‚;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=€;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ô";bonus=x (Request/Response)] + expected: FAIL + + [/x (Request/Response)] + expected: FAIL + + [Þ/x (Request/Response)] + expected: FAIL + + [x/x;x="é";bonus=x (Request/Response)] + expected: FAIL + + [x/x;ÿ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Î=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ß=x;bonus=x (Blob/File)] + expected: FAIL + + [Ì/x (Request/Response)] + expected: FAIL + + [x/x;x="÷";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ã";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Š;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ê;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ý";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="‰";bonus=x (Request/Response)] + expected: FAIL + + [x/x;ã=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¡;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ê";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=É;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ÿ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ø=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=…;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=á;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Þ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ò=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=°;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=î;bonus=x (Request/Response)] + expected: FAIL + + [/x (Request/Response)] + expected: FAIL + + [x/x;x="ò";bonus=x (Request/Response)] + expected: FAIL + + [x/x;»=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=²;bonus=x (Blob/File)] + expected: FAIL + + [x/¿ (Request/Response)] + expected: FAIL + + [x/x;î=x;bonus=x (Blob/File)] + expected: FAIL + + [÷/x (Request/Response)] + expected: FAIL + + [x/x;x="Ã";bonus=x (Blob/File)] + expected: FAIL + + [x/x;¹=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="“";bonus=x (Blob/File)] + expected: FAIL + + [„/x (Request/Response)] + expected: FAIL + + [Í/x (Request/Response)] + expected: FAIL + + [x/x;x="Ø";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=þ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="‰";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=±;bonus=x (Request/Response)] + expected: FAIL + + [x/™ (Request/Response)] + expected: FAIL + + [x/x;x="£";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ø=x;bonus=x (Request/Response)] + expected: FAIL + + [º/x (Request/Response)] + expected: FAIL + + [x/x;°=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Š=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ï";bonus=x (Request/Response)] + expected: FAIL + + [x/Ê (Request/Response)] + expected: FAIL + + [x/x;x="¨";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="·";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ô;bonus=x (Request/Response)] + expected: FAIL + + [x/÷ (Request/Response)] + expected: FAIL + + [x/Ë (Request/Response)] + expected: FAIL + + [x/x;x="Ü";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Õ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¢";bonus=x (Request/Response)] + expected: FAIL + + [x/» (Request/Response)] + expected: FAIL + + [x/x;x="°";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ö=x;bonus=x (Request/Response)] + expected: FAIL + + [‡/x (Request/Response)] + expected: FAIL + + [x/x;‡=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="‡";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ß";bonus=x (Blob/File)] + expected: FAIL + + [x/Þ (Request/Response)] + expected: FAIL + + [x/x;x=—;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¼;bonus=x (Request/Response)] + expected: FAIL + + [Æ/x (Request/Response)] + expected: FAIL + + [Ç/x (Request/Response)] + expected: FAIL + + [x/x;x="ô";bonus=x (Request/Response)] + expected: FAIL + + [x/º (Request/Response)] + expected: FAIL + + [x/x;x=à;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="—";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ò";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=­;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="½";bonus=x (Blob/File)] + expected: FAIL + + [æ/x (Request/Response)] + expected: FAIL + + [°/x (Request/Response)] + expected: FAIL + + [ê/x (Request/Response)] + expected: FAIL + + [x/x;x=‰;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=‘;bonus=x (Blob/File)] + expected: FAIL + + [x/Ä (Request/Response)] + expected: FAIL + + [x/x;x="½";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ó=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ð";bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ì=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ô;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ô;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ï";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ž";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ø";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ß";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="š";bonus=x (Request/Response)] + expected: FAIL + + [À/x (Request/Response)] + expected: FAIL + + [x/ô (Request/Response)] + expected: FAIL + + [x/x;x="Î";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¸;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Í";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Î";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¦";bonus=x (Request/Response)] + expected: FAIL + + [ú/x (Request/Response)] + expected: FAIL + + [x/x;x=•;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="´";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ü";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ð;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Þ";bonus=x (Blob/File)] + expected: FAIL + + [¥/x (Request/Response)] + expected: FAIL + + [Î/x (Request/Response)] + expected: FAIL + + [x/x;x=Ü;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ù=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ê;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="æ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ì";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ä;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ƒ;bonus=x (Request/Response)] + expected: FAIL + + [á/x (Request/Response)] + expected: FAIL + + [x/x;¯=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="™";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=²;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=‚;bonus=x (Request/Response)] + expected: FAIL + + [x/í (Request/Response)] + expected: FAIL + + [x/x;Ž=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ÿ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ô=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;þ=x;bonus=x (Blob/File)] + expected: FAIL + + [¾/x (Request/Response)] + expected: FAIL + + [x/x;â=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Š=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Á=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¥;bonus=x (Request/Response)] + expected: FAIL + + [Û/x (Request/Response)] + expected: FAIL + + [x/x;‘=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=;bonus=x (Request/Response)] + expected: FAIL + + [x/§ (Request/Response)] + expected: FAIL + + [x/x;x=É;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=—;bonus=x (Request/Response)] + expected: FAIL + + [x/x;¦=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ž";bonus=x (Blob/File)] + expected: FAIL + + [¸/x (Request/Response)] + expected: FAIL + + [x/x;x="á";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=÷;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¸";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=’;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ð=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="É";bonus=x (Blob/File)] + expected: FAIL + + [x/– (Request/Response)] + expected: FAIL + + [x/x;‹=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;=x;bonus=x (Request/Response)] + expected: FAIL + + [Ò/x (Request/Response)] + expected: FAIL + + [x/x;x=õ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ÿ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;·=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=“;bonus=x (Request/Response)] + expected: FAIL + + [¨/x (Request/Response)] + expected: FAIL + + [x/x;ú=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ç=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=­;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ã;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="œ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ù";bonus=x (Request/Response)] + expected: FAIL + + [x/x;ú=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=§;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¯;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ê=x;bonus=x (Request/Response)] + expected: FAIL + + [x/Ú (Request/Response)] + expected: FAIL + + [x/ú (Request/Response)] + expected: FAIL + + [x/x;x="ÿ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ý=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;©=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ó;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¤";bonus=x (Request/Response)] + expected: FAIL + + [¤/x (Request/Response)] + expected: FAIL + + [x/x;x=ð;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="å";bonus=x (Blob/File)] + expected: FAIL + + [x/x;=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="è";bonus=x (Blob/File)] + expected: FAIL + + [Ê/x (Request/Response)] + expected: FAIL + + [x/ð (Request/Response)] + expected: FAIL + + [x/x;x="ÿ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="…";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=³;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¤;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ë;bonus=x (Blob/File)] + expected: FAIL + + [Ÿ/x (Request/Response)] + expected: FAIL + + [x/x;Ö=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ø=x;bonus=x (Request/Response)] + expected: FAIL + + [ž/x (Request/Response)] + expected: FAIL + + [x/x;x="¨";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ô=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="€";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ã;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ü=x;bonus=x (Request/Response)] + expected: FAIL + + [ˆ/x (Request/Response)] + expected: FAIL + + [˜/x (Request/Response)] + expected: FAIL + + [x/x;¾=x;bonus=x (Blob/File)] + expected: FAIL + + [ /x (Request/Response)] + expected: FAIL + + [x/š (Request/Response)] + expected: FAIL + + [x/ü (Request/Response)] + expected: FAIL + + [x/x;Å=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ð=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ù";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¼;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ú";bonus=x (Blob/File)] + expected: FAIL + + [x/x;§=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=©;bonus=x (Blob/File)] + expected: FAIL + + [x/ (Request/Response)] + expected: FAIL + + [x/x;µ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ß;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="–";bonus=x (Request/Response)] + expected: FAIL + + [½/x (Request/Response)] + expected: FAIL + + [´/x (Request/Response)] + expected: FAIL + + [x/x;x="";bonus=x (Blob/File)] + expected: FAIL + + [x/ö (Request/Response)] + expected: FAIL + + [x/x;x="å";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="à";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=©;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ã";bonus=x (Blob/File)] + expected: FAIL + + [ë/x (Request/Response)] + expected: FAIL + + [x/x;x=“;bonus=x (Blob/File)] + expected: FAIL + + [x/x;û=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;À=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;¿=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=þ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;á=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="î";bonus=x (Request/Response)] + expected: FAIL + + [x/x;=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¬;bonus=x (Request/Response)] + expected: FAIL + + [x/‘ (Request/Response)] + expected: FAIL + + [x/x;=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¹";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ó=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;‡=x;bonus=x (Blob/File)] + expected: FAIL + + [œ/x (Request/Response)] + expected: FAIL + + [x/x; =x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ú;bonus=x (Request/Response)] + expected: FAIL + + [x/x;î=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¿;bonus=x (Blob/File)] + expected: FAIL + + [x/x;¨=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ã=x;bonus=x (Request/Response)] + expected: FAIL + + [Ñ/x (Request/Response)] + expected: FAIL + + [x/x;x="¬";bonus=x (Request/Response)] + expected: FAIL + + [x/× (Request/Response)] + expected: FAIL + + ["text/html" (Blob/File)] + expected: FAIL + + [x/Ž (Request/Response)] + expected: FAIL + + [x/x;÷=x;bonus=x (Blob/File)] + expected: FAIL + + [x/þ (Request/Response)] + expected: FAIL + + [ß/x (Request/Response)] + expected: FAIL + + [¡/x (Request/Response)] + expected: FAIL + + [x/x;x="¶";bonus=x (Blob/File)] + expected: FAIL + + [¹/x (Request/Response)] + expected: FAIL + + [x/x;x=ù;bonus=x (Blob/File)] + expected: FAIL + + [x/ (Request/Response)] + expected: FAIL + + [x/¨ (Request/Response)] + expected: FAIL + + [x/x;x="³";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ý";bonus=x (Request/Response)] + expected: FAIL + + [x/x;¨=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;‰=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ÿ;bonus=x (Request/Response)] + expected: FAIL + + [x/ç (Request/Response)] + expected: FAIL + + [x/x;þ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¿";bonus=x (Request/Response)] + expected: FAIL + + [x/… (Request/Response)] + expected: FAIL + + [x/x;x=‡;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Â";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=È;bonus=x (Request/Response)] + expected: FAIL + + [x/x;æ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;¼=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="±";bonus=x (Blob/File)] + expected: FAIL + + [x/x;¥=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ü";bonus=x (Request/Response)] + expected: FAIL + + [x/Ç (Request/Response)] + expected: FAIL + + [Š/x (Request/Response)] + expected: FAIL + + [x/x;·=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Š";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="®";bonus=x (Blob/File)] + expected: FAIL + + [x/Ñ (Request/Response)] + expected: FAIL + + [x/x;x="É";bonus=x (Request/Response)] + expected: FAIL + + [x/x;¢=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¹;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ç;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Û;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ç;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="õ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ä";bonus=x (Request/Response)] + expected: FAIL + + [ù/x (Request/Response)] + expected: FAIL + + [x/x;Ë=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ì;bonus=x (Request/Response)] + expected: FAIL + + [û/x (Request/Response)] + expected: FAIL + + [x/x;x="Ê";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Û";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=»;bonus=x (Blob/File)] + expected: FAIL + + [ó/x (Request/Response)] + expected: FAIL + + [x/x;x="­";bonus=x (Blob/File)] + expected: FAIL + + [x/x;–=x;bonus=x (Blob/File)] + expected: FAIL + + [è/x (Request/Response)] + expected: FAIL + + [x/x;x="Š";bonus=x (Request/Response)] + expected: FAIL + + [å/x (Request/Response)] + expected: FAIL + + [x/x;x=‘;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ú";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="®";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Æ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/å (Request/Response)] + expected: FAIL + + [Ð/x (Request/Response)] + expected: FAIL + + [x/x;x=¢;bonus=x (Blob/File)] + expected: FAIL + + [x/x;=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¦";bonus=x (Blob/File)] + expected: FAIL + + [x/ø (Request/Response)] + expected: FAIL + + [x/x;–=x;bonus=x (Request/Response)] + expected: FAIL + + [/x (Request/Response)] + expected: FAIL + + [x/x;Î=x;bonus=x (Blob/File)] + expected: FAIL + + [x/¡ (Request/Response)] + expected: FAIL + + [x/x;x=ü;bonus=x (Request/Response)] + expected: FAIL + + [ï/x (Request/Response)] + expected: FAIL + + [x/x;à=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;µ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;—=x;bonus=x (Request/Response)] + expected: FAIL + + [¿/x (Request/Response)] + expected: FAIL + + [x/x;è=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ó=x;bonus=x (Blob/File)] + expected: FAIL + + [text/html;test=ÿ;charset=gbk (Request/Response)] + expected: FAIL + + [x/x;x=ž;bonus=x (Request/Response)] + expected: FAIL + + [x/x;â=x;bonus=x (Blob/File)] + expected: FAIL + + [§/x (Request/Response)] + expected: FAIL + + [ª/x (Request/Response)] + expected: FAIL + + [x/x;º=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ì=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ì;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ÿ=x;bonus=x (Request/Response)] + expected: FAIL + + [ô/x (Request/Response)] + expected: FAIL + + [x/x;x="Ö";bonus=x (Request/Response)] + expected: FAIL + + [x/‰ (Request/Response)] + expected: FAIL + + [x/x;ä=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;«=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;¤=x;bonus=x (Request/Response)] + expected: FAIL + + [«/x (Request/Response)] + expected: FAIL + + [x/x;x=ú;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=÷;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ç";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¡";bonus=x (Request/Response)] + expected: FAIL + + [x/x;¼=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ß;bonus=x (Request/Response)] + expected: FAIL + + [x/ì (Request/Response)] + expected: FAIL + + [x/x;x="š";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="œ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ü;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Å";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=á;bonus=x (Request/Response)] + expected: FAIL + + [x/½ (Request/Response)] + expected: FAIL + + [¬/x (Request/Response)] + expected: FAIL + + [x/x;x="ˆ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ë;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ø;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=õ;bonus=x (Blob/File)] + expected: FAIL + + [ä/x (Request/Response)] + expected: FAIL + + [x/x;x=º;bonus=x (Blob/File)] + expected: FAIL + + [x/x;—=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ƒ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ê=x;bonus=x (Blob/File)] + expected: FAIL + + [Œ/x (Request/Response)] + expected: FAIL + + [x/x;x=;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ü;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ô";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Þ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ø";bonus=x (Blob/File)] + expected: FAIL + + [x/x;‹=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="";bonus=x (Blob/File)] + expected: FAIL + + [•/x (Request/Response)] + expected: FAIL + + [Ó/x (Request/Response)] + expected: FAIL + + [x/x;x=Ï;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Þ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ö";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=" ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=«;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="€";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Œ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="˜";bonus=x (Blob/File)] + expected: FAIL + + [Ö/x (Request/Response)] + expected: FAIL + + [x/ (Request/Response)] + expected: FAIL + + [x/x;x=½;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ç";bonus=x (Request/Response)] + expected: FAIL + + [x/Ü (Request/Response)] + expected: FAIL + + [x/x;x=Ä;bonus=x (Request/Response)] + expected: FAIL + + [x/Ö (Request/Response)] + expected: FAIL + + [x/x;É=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ñ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="×";bonus=x (Request/Response)] + expected: FAIL + + [x/x;‘=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="þ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ð";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ì=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Æ";bonus=x (Request/Response)] + expected: FAIL + + [x/¥ (Request/Response)] + expected: FAIL + + [x/à (Request/Response)] + expected: FAIL + + [x/x;x=ö;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ª";bonus=x (Blob/File)] + expected: FAIL + + [µ/x (Request/Response)] + expected: FAIL + + [x/x;x="û";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ü=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=À;bonus=x (Blob/File)] + expected: FAIL + + [x/x;½=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x= ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;£=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="…";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="\t !\\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\\\\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ" (Request/Response)] + expected: FAIL + + [x/x;Þ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=µ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="µ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=˜;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="‡";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ò;bonus=x (Request/Response)] + expected: FAIL + + [x/† (Request/Response)] + expected: FAIL + + [x/x;Ò=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;š=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;®=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=˜;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=œ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="º";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Œ";bonus=x (Blob/File)] + expected: FAIL + + [£/x (Request/Response)] + expected: FAIL + + [x/x;‚=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;œ=x;bonus=x (Blob/File)] + expected: FAIL + + [text /html (Request/Response)] + expected: FAIL + + [€/x (Request/Response)] + expected: FAIL + + [x/x;x=·;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=û;bonus=x (Request/Response)] + expected: FAIL + + [x/£ (Request/Response)] + expected: FAIL + + [x/x;É=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;¾=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ï";bonus=x (Blob/File)] + expected: FAIL + + [x/x;=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¾;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ú=x;bonus=x (Request/Response)] + expected: FAIL + + [x/’ (Request/Response)] + expected: FAIL + + [x/x;»=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ì";bonus=x (Request/Response)] + expected: FAIL + + [x/x;‚=x;bonus=x (Request/Response)] + expected: FAIL + + [x/¸ (Request/Response)] + expected: FAIL + + [x/x;x=ó;bonus=x (Blob/File)] + expected: FAIL + + [x/x;º=x;bonus=x (Blob/File)] + expected: FAIL + + [x/­ (Request/Response)] + expected: FAIL + + [¼/x (Request/Response)] + expected: FAIL + + [x/x;x=¿;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=£;bonus=x (Request/Response)] + expected: FAIL + + [Ø/x (Request/Response)] + expected: FAIL + + [x/x;x="";bonus=x (Blob/File)] + expected: FAIL + + [x/x;À=x;bonus=x (Request/Response)] + expected: FAIL + + [x/ù (Request/Response)] + expected: FAIL + + [x/x;x="ý";bonus=x (Blob/File)] + expected: FAIL + + [x/x;§=x;bonus=x (Request/Response)] + expected: FAIL + + [x/á (Request/Response)] + expected: FAIL + + [x/ä (Request/Response)] + expected: FAIL + + [x/x;Ê=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;û=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¤";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="à";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ö;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="‘";bonus=x (Blob/File)] + expected: FAIL + + [x/x;•=x;bonus=x (Blob/File)] + expected: FAIL + + [©/x (Request/Response)] + expected: FAIL + + [x/x;´=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ù;bonus=x (Request/Response)] + expected: FAIL + + [x/• (Request/Response)] + expected: FAIL + + [x/Á (Request/Response)] + expected: FAIL + + [x/x;x=™;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ò";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="°";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Í=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ë=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="£";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ù;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="";bonus=x (Request/Response)] + expected: FAIL + + [x/x;š=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ô";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=›;bonus=x (Request/Response)] + expected: FAIL + + [ð/x (Request/Response)] + expected: FAIL + + [x/x;x="’";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ú;bonus=x (Blob/File)] + expected: FAIL + + [é/x (Request/Response)] + expected: FAIL + + [x/x;Ç=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ö;bonus=x (Blob/File)] + expected: FAIL + + [x/¦ (Request/Response)] + expected: FAIL + + [x/x;x=ò;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ç=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;£=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ò";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=â;bonus=x (Request/Response)] + expected: FAIL + + [x/x;€=x;bonus=x (Request/Response)] + expected: FAIL + + [ñ/x (Request/Response)] + expected: FAIL + + [text/ html (Blob/File)] + expected: FAIL + + [x/x;x=ƒ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ï;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ù";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ì;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=„;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="´";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="•";bonus=x (Request/Response)] + expected: FAIL + + [x/‚ (Request/Response)] + expected: FAIL + + [x/x;x=¢;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="â";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=í;bonus=x (Request/Response)] + expected: FAIL + + [x/õ (Request/Response)] + expected: FAIL + + [Ž/x (Request/Response)] + expected: FAIL + + [x/x;Ù=x;bonus=x (Request/Response)] + expected: FAIL + + [‹/x (Request/Response)] + expected: FAIL + + [x/x;x="Ó";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="î";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=é;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ï=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="›";bonus=x (Request/Response)] + expected: FAIL + + [x/x;¸=x;bonus=x (Request/Response)] + expected: FAIL + + [Õ/x (Request/Response)] + expected: FAIL + + [x/x;x=Ì;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Å";bonus=x (Blob/File)] + expected: FAIL + + [¢/x (Request/Response)] + expected: FAIL + + [x/x;x=¤;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¯";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ª";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=î;bonus=x (Blob/File)] + expected: FAIL + + [x/ê (Request/Response)] + expected: FAIL + + [x/³ (Request/Response)] + expected: FAIL + + [x/x;x=;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ö=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ˆ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="”";bonus=x (Request/Response)] + expected: FAIL + + [x/° (Request/Response)] + expected: FAIL + + [–/x (Request/Response)] + expected: FAIL + + [x/Ì (Request/Response)] + expected: FAIL + + [x/x;Ï=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¯;bonus=x (Request/Response)] + expected: FAIL + + [text /html (Blob/File)] + expected: FAIL + + [x/x;x="ñ";bonus=x (Blob/File)] + expected: FAIL + + [x/› (Request/Response)] + expected: FAIL + + [x/x;x="Þ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¿";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ð;bonus=x (Blob/File)] + expected: FAIL + + [x/¾ (Request/Response)] + expected: FAIL + + [x/x;x=ï;bonus=x (Blob/File)] + expected: FAIL + + [x/x;”=x;bonus=x (Request/Response)] + expected: FAIL + + [x/à (Request/Response)] + expected: FAIL + + [x/x;x="˜";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ó";bonus=x (Request/Response)] + expected: FAIL + + [Ï/x (Request/Response)] + expected: FAIL + + [x/x;ö=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="²";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=é;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ê;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=×;bonus=x (Request/Response)] + expected: FAIL + + [x/® (Request/Response)] + expected: FAIL + + [x/x; =x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ö;bonus=x (Blob/File)] + expected: FAIL + + [x/x;=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ä";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="«";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="õ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ì";bonus=x (Blob/File)] + expected: FAIL + + [›/x (Request/Response)] + expected: FAIL + + [x/x;x="Ð";bonus=x (Request/Response)] + expected: FAIL + + [x/x;è=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ï";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=º;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¶;bonus=x (Blob/File)] + expected: FAIL + + [x/Ð (Request/Response)] + expected: FAIL + + [x/x;x=×;bonus=x (Blob/File)] + expected: FAIL + + [ì/x (Request/Response)] + expected: FAIL + + [x/x;x=ÿ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="";bonus=x (Request/Response)] + expected: FAIL + + [x/x;é=x;bonus=x (Blob/File)] + expected: FAIL + + [†/x (Request/Response)] + expected: FAIL + + [x/x;x=ý;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="†";bonus=x (Request/Response)] + expected: FAIL + + [x/Õ (Request/Response)] + expected: FAIL + + [x/x;x="ë";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=â;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="„";bonus=x (Request/Response)] + expected: FAIL + + [x/x;«=x;bonus=x (Request/Response)] + expected: FAIL + + [x/¬ (Request/Response)] + expected: FAIL + + [x/x;x="¼";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ó";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Í;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=û;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ê;bonus=x (Blob/File)] + expected: FAIL + + [x/û (Request/Response)] + expected: FAIL + + [x/x;x="ñ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ð;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Û=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ÿ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Å=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;È=x;bonus=x (Request/Response)] + expected: FAIL + + [x/â (Request/Response)] + expected: FAIL + + [x/x;ò=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=§;bonus=x (Request/Response)] + expected: FAIL + + [x/Ø (Request/Response)] + expected: FAIL + + [x/ñ (Request/Response)] + expected: FAIL + + [/x (Request/Response)] + expected: FAIL + + [x/x;x=ÿ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="›";bonus=x (Blob/File)] + expected: FAIL + + [x/x;¥=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="—";bonus=x (Request/Response)] + expected: FAIL + + [x/x;’=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ê";bonus=x (Blob/File)] + expected: FAIL + + [­/x (Request/Response)] + expected: FAIL + + [x/Œ (Request/Response)] + expected: FAIL + + [Ú/x (Request/Response)] + expected: FAIL + + [x/¹ (Request/Response)] + expected: FAIL + + [x/x;x=·;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=°;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ù";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¥";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ï;bonus=x (Request/Response)] + expected: FAIL + + [x/„ (Request/Response)] + expected: FAIL + + [x/x;x=´;bonus=x (Blob/File)] + expected: FAIL + + [ÿ/ÿ (Request/Response)] + expected: FAIL + + [x/x;x=±;bonus=x (Blob/File)] + expected: FAIL + + [x/x;×=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="•";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Í;bonus=x (Blob/File)] + expected: FAIL + + [x/Š (Request/Response)] + expected: FAIL + + [x/x;x=Õ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Œ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;€=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Î;bonus=x (Blob/File)] + expected: FAIL + + [ö/x (Request/Response)] + expected: FAIL + + [x/x;x=‰;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ö";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ì=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ª;bonus=x (Blob/File)] + expected: FAIL + + [‰/x (Request/Response)] + expected: FAIL + + [x/x;x=‡;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ù=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Â";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ì";bonus=x (Request/Response)] + expected: FAIL + + [x/¤ (Request/Response)] + expected: FAIL + + [x/x;ˆ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;¯=x;bonus=x (Request/Response)] + expected: FAIL + + [x/Ó (Request/Response)] + expected: FAIL + + [x/œ (Request/Response)] + expected: FAIL + + [x/x;³=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;³=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;®=x;bonus=x (Blob/File)] + expected: FAIL + + [x/ï (Request/Response)] + expected: FAIL + + [text/html;test=ÿ;charset=gbk (Blob/File)] + expected: FAIL + + [x/x;x="\t !\\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\\\\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ" (Blob/File)] + expected: FAIL + + [x/x;°=x;bonus=x (Request/Response)] + expected: FAIL + + [text/ html (Request/Response)] + expected: FAIL + + [Â/x (Request/Response)] + expected: FAIL + + [®/x (Request/Response)] + expected: FAIL + + [x/x;x="Æ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ö";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Û=x;bonus=x (Blob/File)] + expected: FAIL + + [x/Ô (Request/Response)] + expected: FAIL + + [x/x;x=ã;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=‹;bonus=x (Request/Response)] + expected: FAIL + + [x/x;¶=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;”=x;bonus=x (Blob/File)] + expected: FAIL + + [”/x (Request/Response)] + expected: FAIL + + [x/x;x="ž";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ñ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;á=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=´;bonus=x (Request/Response)] + expected: FAIL + + [x/² (Request/Response)] + expected: FAIL + + [x/x;x=¦;bonus=x (Blob/File)] + expected: FAIL + + [»/x (Request/Response)] + expected: FAIL + + [x/x;÷=x;bonus=x (Request/Response)] + expected: FAIL + + [Á/x (Request/Response)] + expected: FAIL + + [Ä/x (Request/Response)] + expected: FAIL + + [x/x;x=™;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=µ;bonus=x (Request/Response)] + expected: FAIL + + [x/— (Request/Response)] + expected: FAIL + + [x/x;ý=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ˆ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=†;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¬;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="é";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ƒ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=š;bonus=x (Request/Response)] + expected: FAIL + + [x/x;í=x;bonus=x (Request/Response)] + expected: FAIL + + [x/Å (Request/Response)] + expected: FAIL + + [ÿ/x (Request/Response)] + expected: FAIL + + [x/x;ã=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;¢=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Õ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;¬=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Õ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ä;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=å;bonus=x (Request/Response)] + expected: FAIL + + […/x (Request/Response)] + expected: FAIL + + [x/x;x=¶;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=®;bonus=x (Blob/File)] + expected: FAIL + + [x/  (Request/Response)] + expected: FAIL + + [x/Ý (Request/Response)] + expected: FAIL + + [²/x (Request/Response)] + expected: FAIL + + [x/x;×=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ë=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Å;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ù;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¥";bonus=x (Blob/File)] + expected: FAIL + + [x/x;È=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Õ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="æ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ë;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ò;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="í";bonus=x (Blob/File)] + expected: FAIL + + [x/x;=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ü";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ª;bonus=x (Request/Response)] + expected: FAIL + + [x/x;­=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=»;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ç=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ó;bonus=x (Request/Response)] + expected: FAIL + + [x/˜ (Request/Response)] + expected: FAIL + + [x/x;„=x;bonus=x (Request/Response)] + expected: FAIL + + [í/x (Request/Response)] + expected: FAIL + + [¯/x (Request/Response)] + expected: FAIL + + [Ë/x (Request/Response)] + expected: FAIL + + [x/x;x=Ò;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=œ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ø;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="„";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¥;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ã";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="È";bonus=x (Blob/File)] + expected: FAIL + + [x/“ (Request/Response)] + expected: FAIL + + [x/x;x="’";bonus=x (Blob/File)] + expected: FAIL + + [x/Î (Request/Response)] + expected: FAIL + + [ã/x (Request/Response)] + expected: FAIL + + [x/x;x=Á;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Á";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ç";bonus=x (Blob/File)] + expected: FAIL + + [x/Æ (Request/Response)] + expected: FAIL + + [x/x;x=ó;bonus=x (Request/Response)] + expected: FAIL + + [x/ë (Request/Response)] + expected: FAIL + + [x/x;x="×";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Å;bonus=x (Request/Response)] + expected: FAIL + + [Ã/x (Request/Response)] + expected: FAIL + + [x/x;x=Î;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ñ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=•;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=”;bonus=x (Blob/File)] + expected: FAIL + + [x/€ (Request/Response)] + expected: FAIL + + [x/” (Request/Response)] + expected: FAIL + + [È/x (Request/Response)] + expected: FAIL + + [™/x (Request/Response)] + expected: FAIL + + [x/x;x=¨;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="À";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="í";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ë=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ý=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¢";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¡;bonus=x (Blob/File)] + expected: FAIL + + [x/ (Request/Response)] + expected: FAIL + + [x/x;x=À;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="–";bonus=x (Blob/File)] + expected: FAIL + + [“/x (Request/Response)] + expected: FAIL + + [x/‡ (Request/Response)] + expected: FAIL + + [x/x;x="¾";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="«";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ñ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;é=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=–;bonus=x (Blob/File)] + expected: FAIL + + [x/x;•=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ý;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="†";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="á";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ï=x;bonus=x (Request/Response)] + expected: FAIL + + [Ù/x (Request/Response)] + expected: FAIL + + [x/x;ä=x;bonus=x (Blob/File)] + expected: FAIL + + [x/ž (Request/Response)] + expected: FAIL + + [x/x;x="ê";bonus=x (Request/Response)] + expected: FAIL + + [x/x;å=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;²=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;à=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¸;bonus=x (Blob/File)] + expected: FAIL + + [x/x;†=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="µ";bonus=x (Blob/File)] + expected: FAIL + + [É/x (Request/Response)] + expected: FAIL + + [x/x;x=Ø;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Û";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Õ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="“";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Û;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ð";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=€;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Â=x;bonus=x (Request/Response)] + expected: FAIL + + [î/x (Request/Response)] + expected: FAIL + + [x/x;¡=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;˜=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;²=x;bonus=x (Request/Response)] + expected: FAIL + + [x/ó (Request/Response)] + expected: FAIL + + [x/x;x=Ý;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ž=x;bonus=x (Blob/File)] + expected: FAIL + + [x/ã (Request/Response)] + expected: FAIL + + [x/x;x="”";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="±";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Œ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ñ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¼";bonus=x (Request/Response)] + expected: FAIL + + [þ/x (Request/Response)] + expected: FAIL + + [x/x;½=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=½;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ë";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¦;bonus=x (Request/Response)] + expected: FAIL + + [‘/x (Request/Response)] + expected: FAIL + + [x/x;x=¾;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ë;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ƒ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ž=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;’=x;bonus=x (Request/Response)] + expected: FAIL + + [ý/x (Request/Response)] + expected: FAIL + + [/x (Request/Response)] + expected: FAIL + + [x/Í (Request/Response)] + expected: FAIL + + [x/x;x="§";bonus=x (Request/Response)] + expected: FAIL + + [¶/x (Request/Response)] + expected: FAIL + + [x/x;x=„;bonus=x (Request/Response)] + expected: FAIL + + [×/x (Request/Response)] + expected: FAIL + + [—/x (Request/Response)] + expected: FAIL + + [x/x;x=ú;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=³;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ñ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="‹";bonus=x (Blob/File)] + expected: FAIL + + [x/ˆ (Request/Response)] + expected: FAIL + + [x/x;x="â";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=" ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;…=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="²";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ˆ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;ó=x;bonus=x (Request/Response)] + expected: FAIL + + [±/x (Request/Response)] + expected: FAIL + + [x/x;x=Ý;bonus=x (Blob/File)] + expected: FAIL + + [x/Ï (Request/Response)] + expected: FAIL + + [x/µ (Request/Response)] + expected: FAIL + + [x/x;x="Ë";bonus=x (Request/Response)] + expected: FAIL + + [x/x;“=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;™=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¸";bonus=x (Blob/File)] + expected: FAIL + + [x/x;™=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ä=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="÷";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ª=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;¹=x;bonus=x (Request/Response)] + expected: FAIL + + [x/Ÿ (Request/Response)] + expected: FAIL + + [x/x;x=«;bonus=x (Request/Response)] + expected: FAIL + + [x/ƒ (Request/Response)] + expected: FAIL + + [x/x;Á=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=è;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=†;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ƒ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;¡=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;´=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ã=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=à;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=æ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=–;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Æ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="‹";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ê=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Í";bonus=x (Blob/File)] + expected: FAIL + + [x/ò (Request/Response)] + expected: FAIL + + [x/x;x=”;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="À";bonus=x (Request/Response)] + expected: FAIL + + [x/x;í=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ž;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ð=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Š;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ø";bonus=x (Request/Response)] + expected: FAIL + + [x/x;æ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/É (Request/Response)] + expected: FAIL + + [x/x;Ñ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ç;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¬";bonus=x (Blob/File)] + expected: FAIL + + [x/æ (Request/Response)] + expected: FAIL + + [x/¯ (Request/Response)] + expected: FAIL + + [Ô/x (Request/Response)] + expected: FAIL + + [x/x;ò=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ž";bonus=x (Blob/File)] + expected: FAIL + + [ø/x (Request/Response)] + expected: FAIL + + [x/x;Ú=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ž=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¹";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Œ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ç";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=í;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¡";bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ä=x;bonus=x (Blob/File)] + expected: FAIL + + [Ý/x (Request/Response)] + expected: FAIL + + [x/x;x="";bonus=x (Blob/File)] + expected: FAIL + + [x/© (Request/Response)] + expected: FAIL + + [x/x;x=›;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ä;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=è;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ž;bonus=x (Request/Response)] + expected: FAIL + + [x/x;å=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;test=�;x=x (Blob/File)] + expected: FAIL + + [x/x;ü=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Í=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ú";bonus=x (Request/Response)] + expected: FAIL + + [x/· (Request/Response)] + expected: FAIL + + [x/x;x=Â;bonus=x (Request/Response)] + expected: FAIL + + [x/x;†=x;bonus=x (Request/Response)] + expected: FAIL + + [x/è (Request/Response)] + expected: FAIL + + [x/x;¦=x;bonus=x (Request/Response)] + expected: FAIL + + [·/x (Request/Response)] + expected: FAIL + + [x/x;¸=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=…;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ý";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=®;bonus=x (Request/Response)] + expected: FAIL + + [x/î (Request/Response)] + expected: FAIL + + [x/¶ (Request/Response)] + expected: FAIL + + [x/ý (Request/Response)] + expected: FAIL + + [x/x;x="Ÿ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ú";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="þ";bonus=x (Request/Response)] + expected: FAIL + + [Ü/x (Request/Response)] + expected: FAIL + + [x/x;ß=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=‹;bonus=x (Blob/File)] + expected: FAIL + + [x/x;¬=x;bonus=x (Request/Response)] + expected: FAIL + + [x/À (Request/Response)] + expected: FAIL + + [x/È (Request/Response)] + expected: FAIL + + [x/¢ (Request/Response)] + expected: FAIL + + [x/x;x="¾";bonus=x (Request/Response)] + expected: FAIL + + [x/x;¶=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ï=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ð=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="‚";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="û";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¶";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Â;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ø=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Œ;bonus=x (Blob/File)] + expected: FAIL + + [õ/x (Request/Response)] + expected: FAIL + + [x/x;Ô=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=’;bonus=x (Blob/File)] + expected: FAIL + + [x/± (Request/Response)] + expected: FAIL + + [x/x;x=¨;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=å;bonus=x (Blob/File)] + expected: FAIL + + [x/x;“=x;bonus=x (Request/Response)] + expected: FAIL + + [x/ß (Request/Response)] + expected: FAIL + + [x/x;x="‘";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ã;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¯";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ˆ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="‚";bonus=x (Request/Response)] + expected: FAIL + + [ü/x (Request/Response)] + expected: FAIL + + [x/x;ý=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;©=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ñ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;±=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;õ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ô=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=š;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="³";bonus=x (Blob/File)] + expected: FAIL + + [x/Ù (Request/Response)] + expected: FAIL + + [à/x (Request/Response)] + expected: FAIL + + [x/x;x="Ä";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="©";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Æ;bonus=x (Blob/File)] + expected: FAIL + + [Å/x (Request/Response)] + expected: FAIL + + [x/x;x=;bonus=x (Request/Response)] + expected: FAIL + + [x/Ò (Request/Response)] + expected: FAIL + + [x/x;x=È;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="»";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="™";bonus=x (Blob/File)] + expected: FAIL + + [‚/x (Request/Response)] + expected: FAIL + + [x/x;x="·";bonus=x (Request/Response)] + expected: FAIL + + [â/x (Request/Response)] + expected: FAIL + + [x/x;x="º";bonus=x (Request/Response)] + expected: FAIL + + [x/ (Request/Response)] + expected: FAIL + + [x/ÿ (Request/Response)] + expected: FAIL + + [x/x;±=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;›=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ä";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=;bonus=x (Blob/File)] + expected: FAIL + + [x/x;=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;‰=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;˜=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="­";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ñ;bonus=x (Request/Response)] + expected: FAIL + + [x/« (Request/Response)] + expected: FAIL + + [x/x;x=¹;bonus=x (Request/Response)] + expected: FAIL + + [ò/x (Request/Response)] + expected: FAIL + + [x/x;ª=x;bonus=x (Request/Response)] + expected: FAIL + + [¦/x (Request/Response)] + expected: FAIL + + [x/x;x="»";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="È";bonus=x (Request/Response)] + expected: FAIL + + [x/x;œ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ù=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ø;bonus=x (Request/Response)] + expected: FAIL + + [x/x;¿=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=æ;bonus=x (Request/Response)] + expected: FAIL + + [š/x (Request/Response)] + expected: FAIL + + [x/x;x= ;bonus=x (Request/Response)] + expected: FAIL + + [x/´ (Request/Response)] + expected: FAIL + + [x/x;x=ž;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ç;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ñ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="©";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="è";bonus=x (Request/Response)] + expected: FAIL + + [x/ª (Request/Response)] + expected: FAIL + + [ƒ/x (Request/Response)] + expected: FAIL + + [x/x;­=x;bonus=x (Blob/File)] + expected: FAIL + + [x/é (Request/Response)] + expected: FAIL + + [x/x;›=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Æ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Â=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="§";bonus=x (Blob/File)] + expected: FAIL + + [’/x (Request/Response)] + expected: FAIL + + [x/x;x="Ó";bonus=x (Blob/File)] + expected: FAIL + + [x/x;„=x;bonus=x (Blob/File)] + expected: FAIL + + [³/x (Request/Response)] + expected: FAIL + + [x/x;x=£;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ü=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Á";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Á;bonus=x (Request/Response)] + expected: FAIL + + [x/¼ (Request/Response)] + expected: FAIL + + [x/x;õ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ô;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ë";bonus=x (Blob/File)] + expected: FAIL + + [x/Û (Request/Response)] + expected: FAIL + + [x/x;…=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;¤=x;bonus=x (Blob/File)] + expected: FAIL + + [ç/x (Request/Response)] + expected: FAIL + + [x/ (Request/Response)] + expected: FAIL + + [x/‹ (Request/Response)] + expected: FAIL + + [x/x;x=‚;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=€;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ô";bonus=x (Request/Response)] + expected: FAIL + + [/x (Request/Response)] + expected: FAIL + + [Þ/x (Request/Response)] + expected: FAIL + + [x/x;x="é";bonus=x (Request/Response)] + expected: FAIL + + [x/x;ÿ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Î=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ß=x;bonus=x (Blob/File)] + expected: FAIL + + [Ì/x (Request/Response)] + expected: FAIL + + [x/x;x="÷";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ã";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Š;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ê;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ý";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="‰";bonus=x (Request/Response)] + expected: FAIL + + [x/x;ã=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¡;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ê";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=É;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ÿ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ø=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=…;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=á;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Þ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ò=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=°;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=î;bonus=x (Request/Response)] + expected: FAIL + + [/x (Request/Response)] + expected: FAIL + + [x/x;x="ò";bonus=x (Request/Response)] + expected: FAIL + + [x/x;»=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=²;bonus=x (Blob/File)] + expected: FAIL + + [x/¿ (Request/Response)] + expected: FAIL + + [x/x;î=x;bonus=x (Blob/File)] + expected: FAIL + + [÷/x (Request/Response)] + expected: FAIL + + [x/x;x="Ã";bonus=x (Blob/File)] + expected: FAIL + + [x/x;¹=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="“";bonus=x (Blob/File)] + expected: FAIL + + [„/x (Request/Response)] + expected: FAIL + + [Í/x (Request/Response)] + expected: FAIL + + [x/x;x="Ø";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=þ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="‰";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=±;bonus=x (Request/Response)] + expected: FAIL + + [x/™ (Request/Response)] + expected: FAIL + + [x/x;x="£";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ø=x;bonus=x (Request/Response)] + expected: FAIL + + [º/x (Request/Response)] + expected: FAIL + + [x/x;°=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Š=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ï";bonus=x (Request/Response)] + expected: FAIL + + [x/Ê (Request/Response)] + expected: FAIL + + [x/x;x="¨";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="·";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ô;bonus=x (Request/Response)] + expected: FAIL + + [x/÷ (Request/Response)] + expected: FAIL + + [x/Ë (Request/Response)] + expected: FAIL + + [x/x;x="Ü";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Õ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¢";bonus=x (Request/Response)] + expected: FAIL + + [x/» (Request/Response)] + expected: FAIL + + [x/x;x="°";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ö=x;bonus=x (Request/Response)] + expected: FAIL + + [‡/x (Request/Response)] + expected: FAIL + + [x/x;‡=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="‡";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ß";bonus=x (Blob/File)] + expected: FAIL + + [x/Þ (Request/Response)] + expected: FAIL + + [x/x;x=—;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¼;bonus=x (Request/Response)] + expected: FAIL + + [Æ/x (Request/Response)] + expected: FAIL + + [Ç/x (Request/Response)] + expected: FAIL + + [x/x;x="ô";bonus=x (Request/Response)] + expected: FAIL + + [x/º (Request/Response)] + expected: FAIL + + [x/x;x=à;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="—";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ò";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=­;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="½";bonus=x (Blob/File)] + expected: FAIL + + [æ/x (Request/Response)] + expected: FAIL + + [°/x (Request/Response)] + expected: FAIL + + [ê/x (Request/Response)] + expected: FAIL + + [x/x;x=‰;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=‘;bonus=x (Blob/File)] + expected: FAIL + + [x/Ä (Request/Response)] + expected: FAIL + + [x/x;x="½";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ó=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ð";bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ì=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ô;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ô;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ï";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ž";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ø";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ß";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="š";bonus=x (Request/Response)] + expected: FAIL + + [À/x (Request/Response)] + expected: FAIL + + [x/ô (Request/Response)] + expected: FAIL + + [x/x;x="Î";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¸;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Í";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Î";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¦";bonus=x (Request/Response)] + expected: FAIL + + [ú/x (Request/Response)] + expected: FAIL + + [x/x;x=•;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="´";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ü";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ð;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Þ";bonus=x (Blob/File)] + expected: FAIL + + [¥/x (Request/Response)] + expected: FAIL + + [Î/x (Request/Response)] + expected: FAIL + + [x/x;x=Ü;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ù=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ê;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="æ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ì";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ä;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ƒ;bonus=x (Request/Response)] + expected: FAIL + + [á/x (Request/Response)] + expected: FAIL + + [x/x;¯=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="™";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=²;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=‚;bonus=x (Request/Response)] + expected: FAIL + + [x/í (Request/Response)] + expected: FAIL + + [x/x;Ž=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ÿ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ô=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;þ=x;bonus=x (Blob/File)] + expected: FAIL + + [¾/x (Request/Response)] + expected: FAIL + + [x/x;â=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Š=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Á=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¥;bonus=x (Request/Response)] + expected: FAIL + + [Û/x (Request/Response)] + expected: FAIL + + [x/x;‘=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=;bonus=x (Request/Response)] + expected: FAIL + + [x/§ (Request/Response)] + expected: FAIL + + [x/x;x=É;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=—;bonus=x (Request/Response)] + expected: FAIL + + [x/x;¦=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ž";bonus=x (Blob/File)] + expected: FAIL + + [¸/x (Request/Response)] + expected: FAIL + + [x/x;x="á";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=÷;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¸";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=’;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ð=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="É";bonus=x (Blob/File)] + expected: FAIL + + [x/– (Request/Response)] + expected: FAIL + + [x/x;‹=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;=x;bonus=x (Request/Response)] + expected: FAIL + + [Ò/x (Request/Response)] + expected: FAIL + + [x/x;x=õ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ÿ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;·=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=“;bonus=x (Request/Response)] + expected: FAIL + + [¨/x (Request/Response)] + expected: FAIL + + [x/x;ú=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ç=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=­;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ã;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="œ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ù";bonus=x (Request/Response)] + expected: FAIL + + [x/x;ú=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=§;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¯;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ê=x;bonus=x (Request/Response)] + expected: FAIL + + [x/Ú (Request/Response)] + expected: FAIL + + [x/ú (Request/Response)] + expected: FAIL + + [x/x;x="ÿ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ý=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;©=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ó;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¤";bonus=x (Request/Response)] + expected: FAIL + + [¤/x (Request/Response)] + expected: FAIL + + [x/x;x=ð;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="å";bonus=x (Blob/File)] + expected: FAIL + + [x/x;=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="è";bonus=x (Blob/File)] + expected: FAIL + + [Ê/x (Request/Response)] + expected: FAIL + + [x/ð (Request/Response)] + expected: FAIL + + [x/x;x="ÿ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="…";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=³;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¤;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ë;bonus=x (Blob/File)] + expected: FAIL + + [Ÿ/x (Request/Response)] + expected: FAIL + + [x/x;Ö=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ø=x;bonus=x (Request/Response)] + expected: FAIL + + [ž/x (Request/Response)] + expected: FAIL + + [x/x;x="¨";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ô=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="€";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ã;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ü=x;bonus=x (Request/Response)] + expected: FAIL + + [ˆ/x (Request/Response)] + expected: FAIL + + [˜/x (Request/Response)] + expected: FAIL + + [x/x;¾=x;bonus=x (Blob/File)] + expected: FAIL + + [ /x (Request/Response)] + expected: FAIL + + [x/š (Request/Response)] + expected: FAIL + + [x/ü (Request/Response)] + expected: FAIL + + [x/x;Å=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ð=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ù";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¼;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ú";bonus=x (Blob/File)] + expected: FAIL + + [x/x;§=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=©;bonus=x (Blob/File)] + expected: FAIL + + [x/ (Request/Response)] + expected: FAIL + + [x/x;µ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ß;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="–";bonus=x (Request/Response)] + expected: FAIL + + [½/x (Request/Response)] + expected: FAIL + + [´/x (Request/Response)] + expected: FAIL + + [x/x;x="";bonus=x (Blob/File)] + expected: FAIL + + [x/ö (Request/Response)] + expected: FAIL + + [x/x;x="å";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="à";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=©;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ã";bonus=x (Blob/File)] + expected: FAIL + + [ë/x (Request/Response)] + expected: FAIL + + [x/x;x=“;bonus=x (Blob/File)] + expected: FAIL + + [x/x;û=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;À=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;¿=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=þ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;á=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="î";bonus=x (Request/Response)] + expected: FAIL + + [x/x;=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¬;bonus=x (Request/Response)] + expected: FAIL + + [x/‘ (Request/Response)] + expected: FAIL + + [x/x;=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¹";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ó=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;‡=x;bonus=x (Blob/File)] + expected: FAIL + + [œ/x (Request/Response)] + expected: FAIL + + [x/x; =x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ú;bonus=x (Request/Response)] + expected: FAIL + + [x/x;î=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¿;bonus=x (Blob/File)] + expected: FAIL + + [x/x;¨=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ã=x;bonus=x (Request/Response)] + expected: FAIL + + [Ñ/x (Request/Response)] + expected: FAIL + + [x/x;x="¬";bonus=x (Request/Response)] + expected: FAIL + + [x/× (Request/Response)] + expected: FAIL + + [x/Ž (Request/Response)] + expected: FAIL + + [x/x;÷=x;bonus=x (Blob/File)] + expected: FAIL + + [x/þ (Request/Response)] + expected: FAIL + + [ß/x (Request/Response)] + expected: FAIL + + [¡/x (Request/Response)] + expected: FAIL + + [x/x;x="¶";bonus=x (Blob/File)] + expected: FAIL + + [¹/x (Request/Response)] + expected: FAIL + + [x/x;x=ù;bonus=x (Blob/File)] + expected: FAIL + + [x/ (Request/Response)] + expected: FAIL + + [x/¨ (Request/Response)] + expected: FAIL + + [x/x;x="³";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ý";bonus=x (Request/Response)] + expected: FAIL + + [x/x;¨=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;‰=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ÿ;bonus=x (Request/Response)] + expected: FAIL + + [x/ç (Request/Response)] + expected: FAIL + + [x/x;þ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¿";bonus=x (Request/Response)] + expected: FAIL + + [x/… (Request/Response)] + expected: FAIL + + [x/x;x=‡;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Â";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=È;bonus=x (Request/Response)] + expected: FAIL + + [x/x;æ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;¼=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="±";bonus=x (Blob/File)] + expected: FAIL + + [x/x;¥=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ü";bonus=x (Request/Response)] + expected: FAIL + + [x/Ç (Request/Response)] + expected: FAIL + + [Š/x (Request/Response)] + expected: FAIL + + [x/x;·=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Š";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="®";bonus=x (Blob/File)] + expected: FAIL + + [x/Ñ (Request/Response)] + expected: FAIL + + [x/x;x="É";bonus=x (Request/Response)] + expected: FAIL + + [x/x;¢=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¹;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ç;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Û;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ç;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="õ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ä";bonus=x (Request/Response)] + expected: FAIL + + [ù/x (Request/Response)] + expected: FAIL + + [x/x;Ë=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ì;bonus=x (Request/Response)] + expected: FAIL + + [û/x (Request/Response)] + expected: FAIL + + [x/x;x="Ê";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Û";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=»;bonus=x (Blob/File)] + expected: FAIL + + [ó/x (Request/Response)] + expected: FAIL + + [x/x;x="­";bonus=x (Blob/File)] + expected: FAIL + + [x/x;–=x;bonus=x (Blob/File)] + expected: FAIL + + [è/x (Request/Response)] + expected: FAIL + + [x/x;x="Š";bonus=x (Request/Response)] + expected: FAIL + + [å/x (Request/Response)] + expected: FAIL + + [x/x;x=‘;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ú";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="®";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Æ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/å (Request/Response)] + expected: FAIL + + [Ð/x (Request/Response)] + expected: FAIL + + [x/x;x=¢;bonus=x (Blob/File)] + expected: FAIL + + [x/x;=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¦";bonus=x (Blob/File)] + expected: FAIL + + [x/ø (Request/Response)] + expected: FAIL + + [x/x;–=x;bonus=x (Request/Response)] + expected: FAIL + + [/x (Request/Response)] + expected: FAIL + + [x/x;Î=x;bonus=x (Blob/File)] + expected: FAIL + + [x/¡ (Request/Response)] + expected: FAIL + + [x/x;x=ü;bonus=x (Request/Response)] + expected: FAIL + + [ï/x (Request/Response)] + expected: FAIL + + [x/x;à=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;µ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;—=x;bonus=x (Request/Response)] + expected: FAIL + + [¿/x (Request/Response)] + expected: FAIL + + [x/x;è=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ó=x;bonus=x (Blob/File)] + expected: FAIL + + [text/html;test=ÿ;charset=gbk (Request/Response)] + expected: FAIL + + [x/x;x=ž;bonus=x (Request/Response)] + expected: FAIL + + [x/x;â=x;bonus=x (Blob/File)] + expected: FAIL + + [§/x (Request/Response)] + expected: FAIL + + [ª/x (Request/Response)] + expected: FAIL + + [x/x;º=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ì=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ì;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ÿ=x;bonus=x (Request/Response)] + expected: FAIL + + [ô/x (Request/Response)] + expected: FAIL + + [x/x;x="Ö";bonus=x (Request/Response)] + expected: FAIL + + [x/‰ (Request/Response)] + expected: FAIL + + [x/x;ä=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;«=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;¤=x;bonus=x (Request/Response)] + expected: FAIL + + [«/x (Request/Response)] + expected: FAIL + + [x/x;x=ú;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=÷;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ç";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¡";bonus=x (Request/Response)] + expected: FAIL + + [x/x;¼=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ß;bonus=x (Request/Response)] + expected: FAIL + + [x/ì (Request/Response)] + expected: FAIL + + [x/x;x="š";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="œ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ü;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Å";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=á;bonus=x (Request/Response)] + expected: FAIL + + [x/½ (Request/Response)] + expected: FAIL + + [¬/x (Request/Response)] + expected: FAIL + + [x/x;x="ˆ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ë;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ø;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=õ;bonus=x (Blob/File)] + expected: FAIL + + [ä/x (Request/Response)] + expected: FAIL + + [x/x;x=º;bonus=x (Blob/File)] + expected: FAIL + + [x/x;—=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ƒ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ê=x;bonus=x (Blob/File)] + expected: FAIL + + [Œ/x (Request/Response)] + expected: FAIL + + [x/x;x=;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ü;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ô";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Þ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ø";bonus=x (Blob/File)] + expected: FAIL + + [x/x;‹=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="";bonus=x (Blob/File)] + expected: FAIL + + [•/x (Request/Response)] + expected: FAIL + + [Ó/x (Request/Response)] + expected: FAIL + + [x/x;x=Ï;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Þ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ö";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=" ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=«;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="€";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Œ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="˜";bonus=x (Blob/File)] + expected: FAIL + + [Ö/x (Request/Response)] + expected: FAIL + + [x/ (Request/Response)] + expected: FAIL + + [x/x;x=½;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ç";bonus=x (Request/Response)] + expected: FAIL + + [x/Ü (Request/Response)] + expected: FAIL + + [x/x;x=Ä;bonus=x (Request/Response)] + expected: FAIL + + [x/Ö (Request/Response)] + expected: FAIL + + [x/x;É=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ñ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="×";bonus=x (Request/Response)] + expected: FAIL + + [x/x;‘=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="þ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ð";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ì=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Æ";bonus=x (Request/Response)] + expected: FAIL + + [x/¥ (Request/Response)] + expected: FAIL + + [x/à (Request/Response)] + expected: FAIL + + [x/x;x=ö;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ª";bonus=x (Blob/File)] + expected: FAIL + + [µ/x (Request/Response)] + expected: FAIL + + [x/x;x="û";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ü=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=À;bonus=x (Blob/File)] + expected: FAIL + + [x/x;½=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x= ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;£=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="…";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="\t !\\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\\\\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ" (Request/Response)] + expected: FAIL + + [x/x;Þ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=µ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="µ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=˜;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="‡";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ò;bonus=x (Request/Response)] + expected: FAIL + + [x/† (Request/Response)] + expected: FAIL + + [x/x;Ò=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;š=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;®=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=˜;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=œ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="º";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Œ";bonus=x (Blob/File)] + expected: FAIL + + [£/x (Request/Response)] + expected: FAIL + + [x/x;‚=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;œ=x;bonus=x (Blob/File)] + expected: FAIL + + [€/x (Request/Response)] + expected: FAIL + + [x/x;x=·;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=û;bonus=x (Request/Response)] + expected: FAIL + + [x/£ (Request/Response)] + expected: FAIL + + [x/x;É=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;¾=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ï";bonus=x (Blob/File)] + expected: FAIL + + [x/x;=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¾;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ú=x;bonus=x (Request/Response)] + expected: FAIL + + [x/’ (Request/Response)] + expected: FAIL + + [x/x;»=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ì";bonus=x (Request/Response)] + expected: FAIL + + [x/x;‚=x;bonus=x (Request/Response)] + expected: FAIL + + [x/¸ (Request/Response)] + expected: FAIL + + [x/x;x=ó;bonus=x (Blob/File)] + expected: FAIL + + [x/x;º=x;bonus=x (Blob/File)] + expected: FAIL + + [x/­ (Request/Response)] + expected: FAIL + + [¼/x (Request/Response)] + expected: FAIL + + [x/x;x=¿;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=£;bonus=x (Request/Response)] + expected: FAIL + + [Ø/x (Request/Response)] + expected: FAIL + + [x/x;x="";bonus=x (Blob/File)] + expected: FAIL + + [x/x;À=x;bonus=x (Request/Response)] + expected: FAIL + + [x/ù (Request/Response)] + expected: FAIL + + [x/x;x="ý";bonus=x (Blob/File)] + expected: FAIL + + [x/x;§=x;bonus=x (Request/Response)] + expected: FAIL + + [x/á (Request/Response)] + expected: FAIL + + [x/ä (Request/Response)] + expected: FAIL + + [x/x;Ê=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;û=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¤";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="à";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ö;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="‘";bonus=x (Blob/File)] + expected: FAIL + + [x/x;•=x;bonus=x (Blob/File)] + expected: FAIL + + [©/x (Request/Response)] + expected: FAIL + + [x/x;´=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ù;bonus=x (Request/Response)] + expected: FAIL + + [x/• (Request/Response)] + expected: FAIL + + [x/Á (Request/Response)] + expected: FAIL + + [x/x;x=™;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ò";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="°";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Í=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ë=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="£";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ù;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="";bonus=x (Request/Response)] + expected: FAIL + + [x/x;š=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ô";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=›;bonus=x (Request/Response)] + expected: FAIL + + [ð/x (Request/Response)] + expected: FAIL + + [x/x;x="’";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ú;bonus=x (Blob/File)] + expected: FAIL + + [é/x (Request/Response)] + expected: FAIL + + [x/x;Ç=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ö;bonus=x (Blob/File)] + expected: FAIL + + [x/¦ (Request/Response)] + expected: FAIL + + [x/x;x=ò;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ç=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;£=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ò";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=â;bonus=x (Request/Response)] + expected: FAIL + + [x/x;€=x;bonus=x (Request/Response)] + expected: FAIL + + [ñ/x (Request/Response)] + expected: FAIL + + [x/x;x=ƒ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ï;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ù";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ì;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=„;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="´";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="•";bonus=x (Request/Response)] + expected: FAIL + + [x/‚ (Request/Response)] + expected: FAIL + + [x/x;x=¢;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="â";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=í;bonus=x (Request/Response)] + expected: FAIL + + [x/õ (Request/Response)] + expected: FAIL + + [Ž/x (Request/Response)] + expected: FAIL + + [x/x;Ù=x;bonus=x (Request/Response)] + expected: FAIL + + [‹/x (Request/Response)] + expected: FAIL + + [x/x;x="Ó";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="î";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=é;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ï=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="›";bonus=x (Request/Response)] + expected: FAIL + + [x/x;¸=x;bonus=x (Request/Response)] + expected: FAIL + + [Õ/x (Request/Response)] + expected: FAIL + + [x/x;x=Ì;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Å";bonus=x (Blob/File)] + expected: FAIL + + [¢/x (Request/Response)] + expected: FAIL + + [x/x;x=¤;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¯";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ª";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=î;bonus=x (Blob/File)] + expected: FAIL + + [x/ê (Request/Response)] + expected: FAIL + + [x/³ (Request/Response)] + expected: FAIL + + [x/x;x=;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ö=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ˆ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="”";bonus=x (Request/Response)] + expected: FAIL + + [x/° (Request/Response)] + expected: FAIL + + [–/x (Request/Response)] + expected: FAIL + + [x/Ì (Request/Response)] + expected: FAIL + + [x/x;Ï=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¯;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ñ";bonus=x (Blob/File)] + expected: FAIL + + [x/› (Request/Response)] + expected: FAIL + + [x/x;x="Þ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¿";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ð;bonus=x (Blob/File)] + expected: FAIL + + [x/¾ (Request/Response)] + expected: FAIL + + [x/x;x=ï;bonus=x (Blob/File)] + expected: FAIL + + [x/x;”=x;bonus=x (Request/Response)] + expected: FAIL + + [x/à (Request/Response)] + expected: FAIL + + [x/x;x="˜";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ó";bonus=x (Request/Response)] + expected: FAIL + + [Ï/x (Request/Response)] + expected: FAIL + + [x/x;ö=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="²";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=é;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ê;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=×;bonus=x (Request/Response)] + expected: FAIL + + [x/® (Request/Response)] + expected: FAIL + + [x/x; =x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ö;bonus=x (Blob/File)] + expected: FAIL + + [x/x;=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ä";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="«";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="õ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ì";bonus=x (Blob/File)] + expected: FAIL + + [›/x (Request/Response)] + expected: FAIL + + [x/x;x="Ð";bonus=x (Request/Response)] + expected: FAIL + + [x/x;è=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ï";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=º;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¶;bonus=x (Blob/File)] + expected: FAIL + + [x/Ð (Request/Response)] + expected: FAIL + + [x/x;x=×;bonus=x (Blob/File)] + expected: FAIL + + [ì/x (Request/Response)] + expected: FAIL + + [x/x;x=ÿ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="";bonus=x (Request/Response)] + expected: FAIL + + [x/x;é=x;bonus=x (Blob/File)] + expected: FAIL + + [†/x (Request/Response)] + expected: FAIL + + [x/x;x=ý;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="†";bonus=x (Request/Response)] + expected: FAIL + + [x/Õ (Request/Response)] + expected: FAIL + + [x/x;x="ë";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=â;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="„";bonus=x (Request/Response)] + expected: FAIL + + [x/x;«=x;bonus=x (Request/Response)] + expected: FAIL + + [x/¬ (Request/Response)] + expected: FAIL + + [x/x;x="¼";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ó";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Í;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=û;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ê;bonus=x (Blob/File)] + expected: FAIL + + [x/û (Request/Response)] + expected: FAIL + + [x/x;x="ñ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ð;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Û=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ÿ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Å=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;È=x;bonus=x (Request/Response)] + expected: FAIL + + [x/â (Request/Response)] + expected: FAIL + + [x/x;ò=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=§;bonus=x (Request/Response)] + expected: FAIL + + [x/Ø (Request/Response)] + expected: FAIL + + [x/ñ (Request/Response)] + expected: FAIL + + [/x (Request/Response)] + expected: FAIL + + [x/x;x=ÿ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="›";bonus=x (Blob/File)] + expected: FAIL + + [x/x;¥=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="—";bonus=x (Request/Response)] + expected: FAIL + + [x/x;’=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ê";bonus=x (Blob/File)] + expected: FAIL + + [­/x (Request/Response)] + expected: FAIL + + [x/Œ (Request/Response)] + expected: FAIL + + [Ú/x (Request/Response)] + expected: FAIL + + [x/¹ (Request/Response)] + expected: FAIL + + [x/x;x=·;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=°;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ù";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¥";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ï;bonus=x (Request/Response)] + expected: FAIL + + [x/„ (Request/Response)] + expected: FAIL + + [x/x;x=´;bonus=x (Blob/File)] + expected: FAIL + + [ÿ/ÿ (Request/Response)] + expected: FAIL + + [x/x;x=±;bonus=x (Blob/File)] + expected: FAIL + + [x/x;×=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="•";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Í;bonus=x (Blob/File)] + expected: FAIL + + [x/Š (Request/Response)] + expected: FAIL + + [x/x;x=Õ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Œ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;€=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Î;bonus=x (Blob/File)] + expected: FAIL + + [ö/x (Request/Response)] + expected: FAIL + + [x/x;x=‰;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ö";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ì=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ª;bonus=x (Blob/File)] + expected: FAIL + + [‰/x (Request/Response)] + expected: FAIL + + [x/x;x=‡;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ù=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Â";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ì";bonus=x (Request/Response)] + expected: FAIL + + [x/¤ (Request/Response)] + expected: FAIL + + [x/x;ˆ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;¯=x;bonus=x (Request/Response)] + expected: FAIL + + [x/Ó (Request/Response)] + expected: FAIL + + [x/œ (Request/Response)] + expected: FAIL + + [x/x;³=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;³=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;®=x;bonus=x (Blob/File)] + expected: FAIL + + [x/ï (Request/Response)] + expected: FAIL + + [text/html;test=ÿ;charset=gbk (Blob/File)] + expected: FAIL + + [x/x;x="\t !\\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\\\\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ" (Blob/File)] + expected: FAIL + + [x/x;°=x;bonus=x (Request/Response)] + expected: FAIL + + [Â/x (Request/Response)] + expected: FAIL + + [®/x (Request/Response)] + expected: FAIL + + [x/x;x="Æ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ö";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Û=x;bonus=x (Blob/File)] + expected: FAIL + + [x/Ô (Request/Response)] + expected: FAIL + + [x/x;x=ã;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=‹;bonus=x (Request/Response)] + expected: FAIL + + [x/x;¶=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;”=x;bonus=x (Blob/File)] + expected: FAIL + + [”/x (Request/Response)] + expected: FAIL + + [x/x;x="ž";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ñ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;á=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=´;bonus=x (Request/Response)] + expected: FAIL + + [x/² (Request/Response)] + expected: FAIL + + [x/x;x=¦;bonus=x (Blob/File)] + expected: FAIL + + [»/x (Request/Response)] + expected: FAIL + + [x/x;÷=x;bonus=x (Request/Response)] + expected: FAIL + + [Á/x (Request/Response)] + expected: FAIL + + [Ä/x (Request/Response)] + expected: FAIL + + [x/x;x=™;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=µ;bonus=x (Request/Response)] + expected: FAIL + + [x/— (Request/Response)] + expected: FAIL + + [x/x;ý=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ˆ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=†;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¬;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="é";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ƒ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=š;bonus=x (Request/Response)] + expected: FAIL + + [x/x;í=x;bonus=x (Request/Response)] + expected: FAIL + + [x/Å (Request/Response)] + expected: FAIL + + [ÿ/x (Request/Response)] + expected: FAIL + + [x/x;ã=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;¢=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Õ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;¬=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Õ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ä;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=å;bonus=x (Request/Response)] + expected: FAIL + + […/x (Request/Response)] + expected: FAIL + + [x/x;x=¶;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=®;bonus=x (Blob/File)] + expected: FAIL + + [x/  (Request/Response)] + expected: FAIL + + [x/Ý (Request/Response)] + expected: FAIL + + [²/x (Request/Response)] + expected: FAIL + + [x/x;×=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ë=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Å;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ù;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¥";bonus=x (Blob/File)] + expected: FAIL + + [x/x;È=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Õ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="æ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ë;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ò;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="í";bonus=x (Blob/File)] + expected: FAIL + + [x/x;=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ü";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ª;bonus=x (Request/Response)] + expected: FAIL + + [x/x;­=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=»;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ç=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ó;bonus=x (Request/Response)] + expected: FAIL + + [x/˜ (Request/Response)] + expected: FAIL + + [x/x;„=x;bonus=x (Request/Response)] + expected: FAIL + + [í/x (Request/Response)] + expected: FAIL + [parsing.any.html] max-asserts: 2469 @@ -21399,3 +27597,6201 @@ [í/x (Request/Response)] expected: FAIL + [¯/x (Request/Response)] + expected: FAIL + + [Ë/x (Request/Response)] + expected: FAIL + + [x/x;x=Ò;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=œ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ø;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="„";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¥;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ã";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="È";bonus=x (Blob/File)] + expected: FAIL + + [x/“ (Request/Response)] + expected: FAIL + + [x/x;x="’";bonus=x (Blob/File)] + expected: FAIL + + [x/Î (Request/Response)] + expected: FAIL + + [ã/x (Request/Response)] + expected: FAIL + + [x/x;x=Á;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Á";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ç";bonus=x (Blob/File)] + expected: FAIL + + [x/Æ (Request/Response)] + expected: FAIL + + [x/x;x=ó;bonus=x (Request/Response)] + expected: FAIL + + [x/ë (Request/Response)] + expected: FAIL + + [x/x;x="×";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Å;bonus=x (Request/Response)] + expected: FAIL + + [Ã/x (Request/Response)] + expected: FAIL + + [x/x;x=Î;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ñ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=•;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=”;bonus=x (Blob/File)] + expected: FAIL + + [x/€ (Request/Response)] + expected: FAIL + + [x/” (Request/Response)] + expected: FAIL + + [È/x (Request/Response)] + expected: FAIL + + [™/x (Request/Response)] + expected: FAIL + + [x/x;x=¨;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="À";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="í";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ë=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ý=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¢";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¡;bonus=x (Blob/File)] + expected: FAIL + + [x/ (Request/Response)] + expected: FAIL + + [x/x;x=À;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="–";bonus=x (Blob/File)] + expected: FAIL + + [“/x (Request/Response)] + expected: FAIL + + [x/‡ (Request/Response)] + expected: FAIL + + [x/x;x="¾";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="«";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ñ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;é=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=–;bonus=x (Blob/File)] + expected: FAIL + + [x/x;•=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ý;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="†";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="á";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ï=x;bonus=x (Request/Response)] + expected: FAIL + + [Ù/x (Request/Response)] + expected: FAIL + + [x/x;ä=x;bonus=x (Blob/File)] + expected: FAIL + + [x/ž (Request/Response)] + expected: FAIL + + [x/x;x="ê";bonus=x (Request/Response)] + expected: FAIL + + [x/x;å=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;²=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;à=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¸;bonus=x (Blob/File)] + expected: FAIL + + [x/x;†=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="µ";bonus=x (Blob/File)] + expected: FAIL + + [É/x (Request/Response)] + expected: FAIL + + [x/x;x=Ø;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Û";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Õ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="“";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Û;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ð";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=€;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Â=x;bonus=x (Request/Response)] + expected: FAIL + + [î/x (Request/Response)] + expected: FAIL + + [x/x;¡=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;˜=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;²=x;bonus=x (Request/Response)] + expected: FAIL + + [x/ó (Request/Response)] + expected: FAIL + + [x/x;x=Ý;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ž=x;bonus=x (Blob/File)] + expected: FAIL + + [x/ã (Request/Response)] + expected: FAIL + + [x/x;x="”";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="±";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Œ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ñ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¼";bonus=x (Request/Response)] + expected: FAIL + + [þ/x (Request/Response)] + expected: FAIL + + [x/x;½=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=½;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ë";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¦;bonus=x (Request/Response)] + expected: FAIL + + [‘/x (Request/Response)] + expected: FAIL + + [x/x;x=¾;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ë;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ƒ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ž=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;’=x;bonus=x (Request/Response)] + expected: FAIL + + [ý/x (Request/Response)] + expected: FAIL + + [/x (Request/Response)] + expected: FAIL + + [x/Í (Request/Response)] + expected: FAIL + + [x/x;x="§";bonus=x (Request/Response)] + expected: FAIL + + [¶/x (Request/Response)] + expected: FAIL + + [x/x;x=„;bonus=x (Request/Response)] + expected: FAIL + + [×/x (Request/Response)] + expected: FAIL + + [—/x (Request/Response)] + expected: FAIL + + [x/x;x=ú;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=³;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ñ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="‹";bonus=x (Blob/File)] + expected: FAIL + + [x/ˆ (Request/Response)] + expected: FAIL + + [x/x;x="â";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=" ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;…=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="²";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ˆ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;ó=x;bonus=x (Request/Response)] + expected: FAIL + + [±/x (Request/Response)] + expected: FAIL + + [x/x;x=Ý;bonus=x (Blob/File)] + expected: FAIL + + [x/Ï (Request/Response)] + expected: FAIL + + [x/µ (Request/Response)] + expected: FAIL + + [x/x;x="Ë";bonus=x (Request/Response)] + expected: FAIL + + [x/x;“=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;™=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¸";bonus=x (Blob/File)] + expected: FAIL + + [x/x;™=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ä=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="÷";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ª=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;¹=x;bonus=x (Request/Response)] + expected: FAIL + + [x/Ÿ (Request/Response)] + expected: FAIL + + [x/x;x=«;bonus=x (Request/Response)] + expected: FAIL + + [x/ƒ (Request/Response)] + expected: FAIL + + [x/x;Á=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=è;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=†;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ƒ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;¡=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;´=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ã=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=à;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=æ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=–;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Æ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="‹";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ê=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Í";bonus=x (Blob/File)] + expected: FAIL + + ["text/html" (Request/Response)] + expected: FAIL + + [x/ò (Request/Response)] + expected: FAIL + + [x/x;x=”;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="À";bonus=x (Request/Response)] + expected: FAIL + + [x/x;í=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ž;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ð=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Š;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ø";bonus=x (Request/Response)] + expected: FAIL + + [x/x;æ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/É (Request/Response)] + expected: FAIL + + [x/x;Ñ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ç;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¬";bonus=x (Blob/File)] + expected: FAIL + + [x/æ (Request/Response)] + expected: FAIL + + [x/¯ (Request/Response)] + expected: FAIL + + [Ô/x (Request/Response)] + expected: FAIL + + [x/x;ò=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ž";bonus=x (Blob/File)] + expected: FAIL + + [ø/x (Request/Response)] + expected: FAIL + + [x/x;Ú=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ž=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¹";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Œ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ç";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=í;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¡";bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ä=x;bonus=x (Blob/File)] + expected: FAIL + + [Ý/x (Request/Response)] + expected: FAIL + + [x/x;x="";bonus=x (Blob/File)] + expected: FAIL + + [x/© (Request/Response)] + expected: FAIL + + [x/x;x=›;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ä;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=è;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ž;bonus=x (Request/Response)] + expected: FAIL + + [x/x;å=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;test=�;x=x (Blob/File)] + expected: FAIL + + [x/x;ü=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Í=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ú";bonus=x (Request/Response)] + expected: FAIL + + [x/· (Request/Response)] + expected: FAIL + + [x/x;x=Â;bonus=x (Request/Response)] + expected: FAIL + + [x/x;†=x;bonus=x (Request/Response)] + expected: FAIL + + [x/è (Request/Response)] + expected: FAIL + + [x/x;¦=x;bonus=x (Request/Response)] + expected: FAIL + + [·/x (Request/Response)] + expected: FAIL + + [x/x;¸=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=…;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ý";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=®;bonus=x (Request/Response)] + expected: FAIL + + [x/î (Request/Response)] + expected: FAIL + + [x/¶ (Request/Response)] + expected: FAIL + + [x/ý (Request/Response)] + expected: FAIL + + [x/x;x="Ÿ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ú";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="þ";bonus=x (Request/Response)] + expected: FAIL + + [Ü/x (Request/Response)] + expected: FAIL + + [x/x;ß=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=‹;bonus=x (Blob/File)] + expected: FAIL + + [x/x;¬=x;bonus=x (Request/Response)] + expected: FAIL + + [x/À (Request/Response)] + expected: FAIL + + [x/È (Request/Response)] + expected: FAIL + + [x/¢ (Request/Response)] + expected: FAIL + + [x/x;x="¾";bonus=x (Request/Response)] + expected: FAIL + + [x/x;¶=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ï=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ð=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="‚";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="û";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¶";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Â;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ø=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Œ;bonus=x (Blob/File)] + expected: FAIL + + [õ/x (Request/Response)] + expected: FAIL + + [x/x;Ô=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=’;bonus=x (Blob/File)] + expected: FAIL + + [x/± (Request/Response)] + expected: FAIL + + [x/x;x=¨;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=å;bonus=x (Blob/File)] + expected: FAIL + + [x/x;“=x;bonus=x (Request/Response)] + expected: FAIL + + [x/ß (Request/Response)] + expected: FAIL + + [x/x;x="‘";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ã;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¯";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ˆ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="‚";bonus=x (Request/Response)] + expected: FAIL + + [ü/x (Request/Response)] + expected: FAIL + + [x/x;ý=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;©=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ñ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;±=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;õ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ô=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=š;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="³";bonus=x (Blob/File)] + expected: FAIL + + [x/Ù (Request/Response)] + expected: FAIL + + [à/x (Request/Response)] + expected: FAIL + + [x/x;x="Ä";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="©";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Æ;bonus=x (Blob/File)] + expected: FAIL + + [Å/x (Request/Response)] + expected: FAIL + + [x/x;x=;bonus=x (Request/Response)] + expected: FAIL + + [x/Ò (Request/Response)] + expected: FAIL + + [x/x;x=È;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="»";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="™";bonus=x (Blob/File)] + expected: FAIL + + [‚/x (Request/Response)] + expected: FAIL + + [x/x;x="·";bonus=x (Request/Response)] + expected: FAIL + + [â/x (Request/Response)] + expected: FAIL + + [x/x;x="º";bonus=x (Request/Response)] + expected: FAIL + + [x/ (Request/Response)] + expected: FAIL + + [x/ÿ (Request/Response)] + expected: FAIL + + [x/x;±=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;›=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ä";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=;bonus=x (Blob/File)] + expected: FAIL + + [x/x;=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;‰=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;˜=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="­";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ñ;bonus=x (Request/Response)] + expected: FAIL + + [x/« (Request/Response)] + expected: FAIL + + [x/x;x=¹;bonus=x (Request/Response)] + expected: FAIL + + [ò/x (Request/Response)] + expected: FAIL + + [x/x;ª=x;bonus=x (Request/Response)] + expected: FAIL + + [¦/x (Request/Response)] + expected: FAIL + + [x/x;x="»";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="È";bonus=x (Request/Response)] + expected: FAIL + + [x/x;œ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ù=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ø;bonus=x (Request/Response)] + expected: FAIL + + [x/x;¿=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=æ;bonus=x (Request/Response)] + expected: FAIL + + [š/x (Request/Response)] + expected: FAIL + + [x/x;x= ;bonus=x (Request/Response)] + expected: FAIL + + [x/´ (Request/Response)] + expected: FAIL + + [x/x;x=ž;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ç;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ñ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="©";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="è";bonus=x (Request/Response)] + expected: FAIL + + [x/ª (Request/Response)] + expected: FAIL + + [ƒ/x (Request/Response)] + expected: FAIL + + [x/x;­=x;bonus=x (Blob/File)] + expected: FAIL + + [x/é (Request/Response)] + expected: FAIL + + [x/x;›=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Æ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Â=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="§";bonus=x (Blob/File)] + expected: FAIL + + [’/x (Request/Response)] + expected: FAIL + + [x/x;x="Ó";bonus=x (Blob/File)] + expected: FAIL + + [x/x;„=x;bonus=x (Blob/File)] + expected: FAIL + + [³/x (Request/Response)] + expected: FAIL + + [x/x;x=£;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ü=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Á";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Á;bonus=x (Request/Response)] + expected: FAIL + + [x/¼ (Request/Response)] + expected: FAIL + + [x/x;õ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ô;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ë";bonus=x (Blob/File)] + expected: FAIL + + [x/Û (Request/Response)] + expected: FAIL + + [x/x;…=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;¤=x;bonus=x (Blob/File)] + expected: FAIL + + [ç/x (Request/Response)] + expected: FAIL + + [x/ (Request/Response)] + expected: FAIL + + [x/‹ (Request/Response)] + expected: FAIL + + [x/x;x=‚;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=€;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ô";bonus=x (Request/Response)] + expected: FAIL + + [/x (Request/Response)] + expected: FAIL + + [Þ/x (Request/Response)] + expected: FAIL + + [x/x;x="é";bonus=x (Request/Response)] + expected: FAIL + + [x/x;ÿ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Î=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ß=x;bonus=x (Blob/File)] + expected: FAIL + + [Ì/x (Request/Response)] + expected: FAIL + + [x/x;x="÷";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ã";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Š;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ê;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ý";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="‰";bonus=x (Request/Response)] + expected: FAIL + + [x/x;ã=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¡;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ê";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=É;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ÿ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ø=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=…;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=á;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Þ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ò=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=°;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=î;bonus=x (Request/Response)] + expected: FAIL + + [/x (Request/Response)] + expected: FAIL + + [x/x;x="ò";bonus=x (Request/Response)] + expected: FAIL + + [x/x;»=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=²;bonus=x (Blob/File)] + expected: FAIL + + [x/¿ (Request/Response)] + expected: FAIL + + [x/x;î=x;bonus=x (Blob/File)] + expected: FAIL + + [÷/x (Request/Response)] + expected: FAIL + + [x/x;x="Ã";bonus=x (Blob/File)] + expected: FAIL + + [x/x;¹=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="“";bonus=x (Blob/File)] + expected: FAIL + + [„/x (Request/Response)] + expected: FAIL + + [Í/x (Request/Response)] + expected: FAIL + + [x/x;x="Ø";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=þ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="‰";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=±;bonus=x (Request/Response)] + expected: FAIL + + [x/™ (Request/Response)] + expected: FAIL + + [x/x;x="£";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ø=x;bonus=x (Request/Response)] + expected: FAIL + + [º/x (Request/Response)] + expected: FAIL + + [x/x;°=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Š=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ï";bonus=x (Request/Response)] + expected: FAIL + + [x/Ê (Request/Response)] + expected: FAIL + + [x/x;x="¨";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="·";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ô;bonus=x (Request/Response)] + expected: FAIL + + [x/÷ (Request/Response)] + expected: FAIL + + [x/Ë (Request/Response)] + expected: FAIL + + [x/x;x="Ü";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Õ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¢";bonus=x (Request/Response)] + expected: FAIL + + [x/» (Request/Response)] + expected: FAIL + + [x/x;x="°";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ö=x;bonus=x (Request/Response)] + expected: FAIL + + [‡/x (Request/Response)] + expected: FAIL + + [x/x;‡=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="‡";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ß";bonus=x (Blob/File)] + expected: FAIL + + [x/Þ (Request/Response)] + expected: FAIL + + [x/x;x=—;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¼;bonus=x (Request/Response)] + expected: FAIL + + [Æ/x (Request/Response)] + expected: FAIL + + [Ç/x (Request/Response)] + expected: FAIL + + [x/x;x="ô";bonus=x (Request/Response)] + expected: FAIL + + [x/º (Request/Response)] + expected: FAIL + + [x/x;x=à;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="—";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ò";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=­;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="½";bonus=x (Blob/File)] + expected: FAIL + + [æ/x (Request/Response)] + expected: FAIL + + [°/x (Request/Response)] + expected: FAIL + + [ê/x (Request/Response)] + expected: FAIL + + [x/x;x=‰;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=‘;bonus=x (Blob/File)] + expected: FAIL + + [x/Ä (Request/Response)] + expected: FAIL + + [x/x;x="½";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ó=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ð";bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ì=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ô;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ô;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ï";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ž";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ø";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ß";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="š";bonus=x (Request/Response)] + expected: FAIL + + [À/x (Request/Response)] + expected: FAIL + + [x/ô (Request/Response)] + expected: FAIL + + [x/x;x="Î";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¸;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Í";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Î";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¦";bonus=x (Request/Response)] + expected: FAIL + + [ú/x (Request/Response)] + expected: FAIL + + [x/x;x=•;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="´";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ü";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ð;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Þ";bonus=x (Blob/File)] + expected: FAIL + + [¥/x (Request/Response)] + expected: FAIL + + [Î/x (Request/Response)] + expected: FAIL + + [x/x;x=Ü;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ù=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ê;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="æ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ì";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ä;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ƒ;bonus=x (Request/Response)] + expected: FAIL + + [á/x (Request/Response)] + expected: FAIL + + [x/x;¯=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="™";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=²;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=‚;bonus=x (Request/Response)] + expected: FAIL + + [x/í (Request/Response)] + expected: FAIL + + [x/x;Ž=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ÿ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ô=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;þ=x;bonus=x (Blob/File)] + expected: FAIL + + [¾/x (Request/Response)] + expected: FAIL + + [x/x;â=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Š=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Á=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¥;bonus=x (Request/Response)] + expected: FAIL + + [Û/x (Request/Response)] + expected: FAIL + + [x/x;‘=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=;bonus=x (Request/Response)] + expected: FAIL + + [x/§ (Request/Response)] + expected: FAIL + + [x/x;x=É;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=—;bonus=x (Request/Response)] + expected: FAIL + + [x/x;¦=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ž";bonus=x (Blob/File)] + expected: FAIL + + [¸/x (Request/Response)] + expected: FAIL + + [x/x;x="á";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=÷;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¸";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=’;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ð=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="É";bonus=x (Blob/File)] + expected: FAIL + + [x/– (Request/Response)] + expected: FAIL + + [x/x;‹=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;=x;bonus=x (Request/Response)] + expected: FAIL + + [Ò/x (Request/Response)] + expected: FAIL + + [x/x;x=õ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ÿ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;·=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=“;bonus=x (Request/Response)] + expected: FAIL + + [¨/x (Request/Response)] + expected: FAIL + + [x/x;ú=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ç=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=­;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ã;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="œ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ù";bonus=x (Request/Response)] + expected: FAIL + + [x/x;ú=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=§;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¯;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ê=x;bonus=x (Request/Response)] + expected: FAIL + + [x/Ú (Request/Response)] + expected: FAIL + + [x/ú (Request/Response)] + expected: FAIL + + [x/x;x="ÿ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ý=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;©=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ó;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¤";bonus=x (Request/Response)] + expected: FAIL + + [¤/x (Request/Response)] + expected: FAIL + + [x/x;x=ð;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="å";bonus=x (Blob/File)] + expected: FAIL + + [x/x;=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="è";bonus=x (Blob/File)] + expected: FAIL + + [Ê/x (Request/Response)] + expected: FAIL + + [x/ð (Request/Response)] + expected: FAIL + + [x/x;x="ÿ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="…";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=³;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¤;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ë;bonus=x (Blob/File)] + expected: FAIL + + [Ÿ/x (Request/Response)] + expected: FAIL + + [x/x;Ö=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ø=x;bonus=x (Request/Response)] + expected: FAIL + + [ž/x (Request/Response)] + expected: FAIL + + [x/x;x="¨";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ô=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="€";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ã;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ü=x;bonus=x (Request/Response)] + expected: FAIL + + [ˆ/x (Request/Response)] + expected: FAIL + + [˜/x (Request/Response)] + expected: FAIL + + [x/x;¾=x;bonus=x (Blob/File)] + expected: FAIL + + [ /x (Request/Response)] + expected: FAIL + + [x/š (Request/Response)] + expected: FAIL + + [x/ü (Request/Response)] + expected: FAIL + + [x/x;Å=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ð=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ù";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¼;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ú";bonus=x (Blob/File)] + expected: FAIL + + [x/x;§=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=©;bonus=x (Blob/File)] + expected: FAIL + + [x/ (Request/Response)] + expected: FAIL + + [x/x;µ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ß;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="–";bonus=x (Request/Response)] + expected: FAIL + + [½/x (Request/Response)] + expected: FAIL + + [´/x (Request/Response)] + expected: FAIL + + [x/x;x="";bonus=x (Blob/File)] + expected: FAIL + + [x/ö (Request/Response)] + expected: FAIL + + [x/x;x="å";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="à";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=©;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ã";bonus=x (Blob/File)] + expected: FAIL + + [ë/x (Request/Response)] + expected: FAIL + + [x/x;x=“;bonus=x (Blob/File)] + expected: FAIL + + [x/x;û=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;À=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;¿=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=þ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;á=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="î";bonus=x (Request/Response)] + expected: FAIL + + [x/x;=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¬;bonus=x (Request/Response)] + expected: FAIL + + [x/‘ (Request/Response)] + expected: FAIL + + [x/x;=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¹";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ó=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;‡=x;bonus=x (Blob/File)] + expected: FAIL + + [œ/x (Request/Response)] + expected: FAIL + + [x/x; =x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ú;bonus=x (Request/Response)] + expected: FAIL + + [x/x;î=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¿;bonus=x (Blob/File)] + expected: FAIL + + [x/x;¨=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ã=x;bonus=x (Request/Response)] + expected: FAIL + + [Ñ/x (Request/Response)] + expected: FAIL + + [x/x;x="¬";bonus=x (Request/Response)] + expected: FAIL + + [x/× (Request/Response)] + expected: FAIL + + ["text/html" (Blob/File)] + expected: FAIL + + [x/Ž (Request/Response)] + expected: FAIL + + [x/x;÷=x;bonus=x (Blob/File)] + expected: FAIL + + [x/þ (Request/Response)] + expected: FAIL + + [ß/x (Request/Response)] + expected: FAIL + + [¡/x (Request/Response)] + expected: FAIL + + [x/x;x="¶";bonus=x (Blob/File)] + expected: FAIL + + [¹/x (Request/Response)] + expected: FAIL + + [x/x;x=ù;bonus=x (Blob/File)] + expected: FAIL + + [x/ (Request/Response)] + expected: FAIL + + [x/¨ (Request/Response)] + expected: FAIL + + [x/x;x="³";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ý";bonus=x (Request/Response)] + expected: FAIL + + [x/x;¨=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;‰=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ÿ;bonus=x (Request/Response)] + expected: FAIL + + [x/ç (Request/Response)] + expected: FAIL + + [x/x;þ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¿";bonus=x (Request/Response)] + expected: FAIL + + [x/… (Request/Response)] + expected: FAIL + + [x/x;x=‡;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Â";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=È;bonus=x (Request/Response)] + expected: FAIL + + [x/x;æ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;¼=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="±";bonus=x (Blob/File)] + expected: FAIL + + [x/x;¥=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ü";bonus=x (Request/Response)] + expected: FAIL + + [x/Ç (Request/Response)] + expected: FAIL + + [Š/x (Request/Response)] + expected: FAIL + + [x/x;·=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Š";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="®";bonus=x (Blob/File)] + expected: FAIL + + [x/Ñ (Request/Response)] + expected: FAIL + + [x/x;x="É";bonus=x (Request/Response)] + expected: FAIL + + [x/x;¢=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¹;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ç;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Û;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ç;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="õ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ä";bonus=x (Request/Response)] + expected: FAIL + + [ù/x (Request/Response)] + expected: FAIL + + [x/x;Ë=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ì;bonus=x (Request/Response)] + expected: FAIL + + [û/x (Request/Response)] + expected: FAIL + + [x/x;x="Ê";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Û";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=»;bonus=x (Blob/File)] + expected: FAIL + + [ó/x (Request/Response)] + expected: FAIL + + [x/x;x="­";bonus=x (Blob/File)] + expected: FAIL + + [x/x;–=x;bonus=x (Blob/File)] + expected: FAIL + + [è/x (Request/Response)] + expected: FAIL + + [x/x;x="Š";bonus=x (Request/Response)] + expected: FAIL + + [å/x (Request/Response)] + expected: FAIL + + [x/x;x=‘;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ú";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="®";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Æ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/å (Request/Response)] + expected: FAIL + + [Ð/x (Request/Response)] + expected: FAIL + + [x/x;x=¢;bonus=x (Blob/File)] + expected: FAIL + + [x/x;=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¦";bonus=x (Blob/File)] + expected: FAIL + + [x/ø (Request/Response)] + expected: FAIL + + [x/x;–=x;bonus=x (Request/Response)] + expected: FAIL + + [/x (Request/Response)] + expected: FAIL + + [x/x;Î=x;bonus=x (Blob/File)] + expected: FAIL + + [x/¡ (Request/Response)] + expected: FAIL + + [x/x;x=ü;bonus=x (Request/Response)] + expected: FAIL + + [ï/x (Request/Response)] + expected: FAIL + + [x/x;à=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;µ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;—=x;bonus=x (Request/Response)] + expected: FAIL + + [¿/x (Request/Response)] + expected: FAIL + + [x/x;è=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ó=x;bonus=x (Blob/File)] + expected: FAIL + + [text/html;test=ÿ;charset=gbk (Request/Response)] + expected: FAIL + + [x/x;x=ž;bonus=x (Request/Response)] + expected: FAIL + + [x/x;â=x;bonus=x (Blob/File)] + expected: FAIL + + [§/x (Request/Response)] + expected: FAIL + + [ª/x (Request/Response)] + expected: FAIL + + [x/x;º=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ì=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ì;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ÿ=x;bonus=x (Request/Response)] + expected: FAIL + + [ô/x (Request/Response)] + expected: FAIL + + [x/x;x="Ö";bonus=x (Request/Response)] + expected: FAIL + + [x/‰ (Request/Response)] + expected: FAIL + + [x/x;ä=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;«=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;¤=x;bonus=x (Request/Response)] + expected: FAIL + + [«/x (Request/Response)] + expected: FAIL + + [x/x;x=ú;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=÷;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ç";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¡";bonus=x (Request/Response)] + expected: FAIL + + [x/x;¼=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ß;bonus=x (Request/Response)] + expected: FAIL + + [x/ì (Request/Response)] + expected: FAIL + + [x/x;x="š";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="œ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ü;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Å";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=á;bonus=x (Request/Response)] + expected: FAIL + + [x/½ (Request/Response)] + expected: FAIL + + [¬/x (Request/Response)] + expected: FAIL + + [x/x;x="ˆ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ë;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ø;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=õ;bonus=x (Blob/File)] + expected: FAIL + + [ä/x (Request/Response)] + expected: FAIL + + [x/x;x=º;bonus=x (Blob/File)] + expected: FAIL + + [x/x;—=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ƒ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ê=x;bonus=x (Blob/File)] + expected: FAIL + + [Œ/x (Request/Response)] + expected: FAIL + + [x/x;x=;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ü;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ô";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Þ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ø";bonus=x (Blob/File)] + expected: FAIL + + [x/x;‹=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="";bonus=x (Blob/File)] + expected: FAIL + + [•/x (Request/Response)] + expected: FAIL + + [Ó/x (Request/Response)] + expected: FAIL + + [x/x;x=Ï;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Þ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ö";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=" ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=«;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="€";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Œ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="˜";bonus=x (Blob/File)] + expected: FAIL + + [Ö/x (Request/Response)] + expected: FAIL + + [x/ (Request/Response)] + expected: FAIL + + [x/x;x=½;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ç";bonus=x (Request/Response)] + expected: FAIL + + [x/Ü (Request/Response)] + expected: FAIL + + [x/x;x=Ä;bonus=x (Request/Response)] + expected: FAIL + + [x/Ö (Request/Response)] + expected: FAIL + + [x/x;É=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ñ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="×";bonus=x (Request/Response)] + expected: FAIL + + [x/x;‘=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="þ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ð";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ì=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Æ";bonus=x (Request/Response)] + expected: FAIL + + [x/¥ (Request/Response)] + expected: FAIL + + [x/à (Request/Response)] + expected: FAIL + + [x/x;x=ö;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ª";bonus=x (Blob/File)] + expected: FAIL + + [µ/x (Request/Response)] + expected: FAIL + + [x/x;x="û";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ü=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=À;bonus=x (Blob/File)] + expected: FAIL + + [x/x;½=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x= ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;£=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="…";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="\t !\\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\\\\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ" (Request/Response)] + expected: FAIL + + [x/x;Þ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=µ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="µ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=˜;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="‡";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ò;bonus=x (Request/Response)] + expected: FAIL + + [x/† (Request/Response)] + expected: FAIL + + [x/x;Ò=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;š=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;®=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=˜;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=œ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="º";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Œ";bonus=x (Blob/File)] + expected: FAIL + + [£/x (Request/Response)] + expected: FAIL + + [x/x;‚=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;œ=x;bonus=x (Blob/File)] + expected: FAIL + + [text /html (Request/Response)] + expected: FAIL + + [€/x (Request/Response)] + expected: FAIL + + [x/x;x=·;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=û;bonus=x (Request/Response)] + expected: FAIL + + [x/£ (Request/Response)] + expected: FAIL + + [x/x;É=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;¾=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ï";bonus=x (Blob/File)] + expected: FAIL + + [x/x;=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¾;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ú=x;bonus=x (Request/Response)] + expected: FAIL + + [x/’ (Request/Response)] + expected: FAIL + + [x/x;»=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ì";bonus=x (Request/Response)] + expected: FAIL + + [x/x;‚=x;bonus=x (Request/Response)] + expected: FAIL + + [x/¸ (Request/Response)] + expected: FAIL + + [x/x;x=ó;bonus=x (Blob/File)] + expected: FAIL + + [x/x;º=x;bonus=x (Blob/File)] + expected: FAIL + + [x/­ (Request/Response)] + expected: FAIL + + [¼/x (Request/Response)] + expected: FAIL + + [x/x;x=¿;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=£;bonus=x (Request/Response)] + expected: FAIL + + [Ø/x (Request/Response)] + expected: FAIL + + [x/x;x="";bonus=x (Blob/File)] + expected: FAIL + + [x/x;À=x;bonus=x (Request/Response)] + expected: FAIL + + [x/ù (Request/Response)] + expected: FAIL + + [x/x;x="ý";bonus=x (Blob/File)] + expected: FAIL + + [x/x;§=x;bonus=x (Request/Response)] + expected: FAIL + + [x/á (Request/Response)] + expected: FAIL + + [x/ä (Request/Response)] + expected: FAIL + + [x/x;Ê=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;û=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¤";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="à";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ö;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="‘";bonus=x (Blob/File)] + expected: FAIL + + [x/x;•=x;bonus=x (Blob/File)] + expected: FAIL + + [©/x (Request/Response)] + expected: FAIL + + [x/x;´=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ù;bonus=x (Request/Response)] + expected: FAIL + + [x/• (Request/Response)] + expected: FAIL + + [x/Á (Request/Response)] + expected: FAIL + + [x/x;x=™;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ò";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="°";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Í=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ë=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="£";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ù;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="";bonus=x (Request/Response)] + expected: FAIL + + [x/x;š=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ô";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=›;bonus=x (Request/Response)] + expected: FAIL + + [ð/x (Request/Response)] + expected: FAIL + + [x/x;x="’";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ú;bonus=x (Blob/File)] + expected: FAIL + + [é/x (Request/Response)] + expected: FAIL + + [x/x;Ç=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ö;bonus=x (Blob/File)] + expected: FAIL + + [x/¦ (Request/Response)] + expected: FAIL + + [x/x;x=ò;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ç=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;£=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ò";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=â;bonus=x (Request/Response)] + expected: FAIL + + [x/x;€=x;bonus=x (Request/Response)] + expected: FAIL + + [ñ/x (Request/Response)] + expected: FAIL + + [text/ html (Blob/File)] + expected: FAIL + + [x/x;x=ƒ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ï;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ù";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ì;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=„;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="´";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="•";bonus=x (Request/Response)] + expected: FAIL + + [x/‚ (Request/Response)] + expected: FAIL + + [x/x;x=¢;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="â";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=í;bonus=x (Request/Response)] + expected: FAIL + + [x/õ (Request/Response)] + expected: FAIL + + [Ž/x (Request/Response)] + expected: FAIL + + [x/x;Ù=x;bonus=x (Request/Response)] + expected: FAIL + + [‹/x (Request/Response)] + expected: FAIL + + [x/x;x="Ó";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="î";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=é;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ï=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="›";bonus=x (Request/Response)] + expected: FAIL + + [x/x;¸=x;bonus=x (Request/Response)] + expected: FAIL + + [Õ/x (Request/Response)] + expected: FAIL + + [x/x;x=Ì;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Å";bonus=x (Blob/File)] + expected: FAIL + + [¢/x (Request/Response)] + expected: FAIL + + [x/x;x=¤;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¯";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ª";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=î;bonus=x (Blob/File)] + expected: FAIL + + [x/ê (Request/Response)] + expected: FAIL + + [x/³ (Request/Response)] + expected: FAIL + + [x/x;x=;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ö=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ˆ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="”";bonus=x (Request/Response)] + expected: FAIL + + [x/° (Request/Response)] + expected: FAIL + + [–/x (Request/Response)] + expected: FAIL + + [x/Ì (Request/Response)] + expected: FAIL + + [x/x;Ï=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¯;bonus=x (Request/Response)] + expected: FAIL + + [text /html (Blob/File)] + expected: FAIL + + [x/x;x="ñ";bonus=x (Blob/File)] + expected: FAIL + + [x/› (Request/Response)] + expected: FAIL + + [x/x;x="Þ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¿";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ð;bonus=x (Blob/File)] + expected: FAIL + + [x/¾ (Request/Response)] + expected: FAIL + + [x/x;x=ï;bonus=x (Blob/File)] + expected: FAIL + + [x/x;”=x;bonus=x (Request/Response)] + expected: FAIL + + [x/à (Request/Response)] + expected: FAIL + + [x/x;x="˜";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ó";bonus=x (Request/Response)] + expected: FAIL + + [Ï/x (Request/Response)] + expected: FAIL + + [x/x;ö=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="²";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=é;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ê;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=×;bonus=x (Request/Response)] + expected: FAIL + + [x/® (Request/Response)] + expected: FAIL + + [x/x; =x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ö;bonus=x (Blob/File)] + expected: FAIL + + [x/x;=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ä";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="«";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="õ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ì";bonus=x (Blob/File)] + expected: FAIL + + [›/x (Request/Response)] + expected: FAIL + + [x/x;x="Ð";bonus=x (Request/Response)] + expected: FAIL + + [x/x;è=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ï";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=º;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¶;bonus=x (Blob/File)] + expected: FAIL + + [x/Ð (Request/Response)] + expected: FAIL + + [x/x;x=×;bonus=x (Blob/File)] + expected: FAIL + + [ì/x (Request/Response)] + expected: FAIL + + [x/x;x=ÿ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="";bonus=x (Request/Response)] + expected: FAIL + + [x/x;é=x;bonus=x (Blob/File)] + expected: FAIL + + [†/x (Request/Response)] + expected: FAIL + + [x/x;x=ý;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="†";bonus=x (Request/Response)] + expected: FAIL + + [x/Õ (Request/Response)] + expected: FAIL + + [x/x;x="ë";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=â;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="„";bonus=x (Request/Response)] + expected: FAIL + + [x/x;«=x;bonus=x (Request/Response)] + expected: FAIL + + [x/¬ (Request/Response)] + expected: FAIL + + [x/x;x="¼";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ó";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Í;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=û;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ê;bonus=x (Blob/File)] + expected: FAIL + + [x/û (Request/Response)] + expected: FAIL + + [x/x;x="ñ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ð;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Û=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ÿ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Å=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;È=x;bonus=x (Request/Response)] + expected: FAIL + + [x/â (Request/Response)] + expected: FAIL + + [x/x;ò=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=§;bonus=x (Request/Response)] + expected: FAIL + + [x/Ø (Request/Response)] + expected: FAIL + + [x/ñ (Request/Response)] + expected: FAIL + + [/x (Request/Response)] + expected: FAIL + + [x/x;x=ÿ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="›";bonus=x (Blob/File)] + expected: FAIL + + [x/x;¥=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="—";bonus=x (Request/Response)] + expected: FAIL + + [x/x;’=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ê";bonus=x (Blob/File)] + expected: FAIL + + [­/x (Request/Response)] + expected: FAIL + + [x/Œ (Request/Response)] + expected: FAIL + + [Ú/x (Request/Response)] + expected: FAIL + + [x/¹ (Request/Response)] + expected: FAIL + + [x/x;x=·;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=°;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ù";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¥";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ï;bonus=x (Request/Response)] + expected: FAIL + + [x/„ (Request/Response)] + expected: FAIL + + [x/x;x=´;bonus=x (Blob/File)] + expected: FAIL + + [ÿ/ÿ (Request/Response)] + expected: FAIL + + [x/x;x=±;bonus=x (Blob/File)] + expected: FAIL + + [x/x;×=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="•";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Í;bonus=x (Blob/File)] + expected: FAIL + + [x/Š (Request/Response)] + expected: FAIL + + [x/x;x=Õ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Œ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;€=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Î;bonus=x (Blob/File)] + expected: FAIL + + [ö/x (Request/Response)] + expected: FAIL + + [x/x;x=‰;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ö";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ì=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ª;bonus=x (Blob/File)] + expected: FAIL + + [‰/x (Request/Response)] + expected: FAIL + + [x/x;x=‡;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ù=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Â";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ì";bonus=x (Request/Response)] + expected: FAIL + + [x/¤ (Request/Response)] + expected: FAIL + + [x/x;ˆ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;¯=x;bonus=x (Request/Response)] + expected: FAIL + + [x/Ó (Request/Response)] + expected: FAIL + + [x/œ (Request/Response)] + expected: FAIL + + [x/x;³=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;³=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;®=x;bonus=x (Blob/File)] + expected: FAIL + + [x/ï (Request/Response)] + expected: FAIL + + [text/html;test=ÿ;charset=gbk (Blob/File)] + expected: FAIL + + [x/x;x="\t !\\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\\\\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ" (Blob/File)] + expected: FAIL + + [x/x;°=x;bonus=x (Request/Response)] + expected: FAIL + + [text/ html (Request/Response)] + expected: FAIL + + [Â/x (Request/Response)] + expected: FAIL + + [®/x (Request/Response)] + expected: FAIL + + [x/x;x="Æ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ö";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Û=x;bonus=x (Blob/File)] + expected: FAIL + + [x/Ô (Request/Response)] + expected: FAIL + + [x/x;x=ã;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=‹;bonus=x (Request/Response)] + expected: FAIL + + [x/x;¶=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;”=x;bonus=x (Blob/File)] + expected: FAIL + + [”/x (Request/Response)] + expected: FAIL + + [x/x;x="ž";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ñ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;á=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=´;bonus=x (Request/Response)] + expected: FAIL + + [x/² (Request/Response)] + expected: FAIL + + [x/x;x=¦;bonus=x (Blob/File)] + expected: FAIL + + [»/x (Request/Response)] + expected: FAIL + + [x/x;÷=x;bonus=x (Request/Response)] + expected: FAIL + + [Á/x (Request/Response)] + expected: FAIL + + [Ä/x (Request/Response)] + expected: FAIL + + [x/x;x=™;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=µ;bonus=x (Request/Response)] + expected: FAIL + + [x/— (Request/Response)] + expected: FAIL + + [x/x;ý=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ˆ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=†;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¬;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="é";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ƒ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=š;bonus=x (Request/Response)] + expected: FAIL + + [x/x;í=x;bonus=x (Request/Response)] + expected: FAIL + + [x/Å (Request/Response)] + expected: FAIL + + [ÿ/x (Request/Response)] + expected: FAIL + + [x/x;ã=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;¢=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Õ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;¬=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Õ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ä;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=å;bonus=x (Request/Response)] + expected: FAIL + + […/x (Request/Response)] + expected: FAIL + + [x/x;x=¶;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=®;bonus=x (Blob/File)] + expected: FAIL + + [x/  (Request/Response)] + expected: FAIL + + [x/Ý (Request/Response)] + expected: FAIL + + [²/x (Request/Response)] + expected: FAIL + + [x/x;×=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ë=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Å;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ù;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¥";bonus=x (Blob/File)] + expected: FAIL + + [x/x;È=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Õ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="æ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ë;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ò;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="í";bonus=x (Blob/File)] + expected: FAIL + + [x/x;=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ü";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ª;bonus=x (Request/Response)] + expected: FAIL + + [x/x;­=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=»;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ç=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ó;bonus=x (Request/Response)] + expected: FAIL + + [x/˜ (Request/Response)] + expected: FAIL + + [x/x;„=x;bonus=x (Request/Response)] + expected: FAIL + + [í/x (Request/Response)] + expected: FAIL + + [¯/x (Request/Response)] + expected: FAIL + + [Ë/x (Request/Response)] + expected: FAIL + + [x/x;x=Ò;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=œ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ø;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="„";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¥;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ã";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="È";bonus=x (Blob/File)] + expected: FAIL + + [x/“ (Request/Response)] + expected: FAIL + + [x/x;x="’";bonus=x (Blob/File)] + expected: FAIL + + [x/Î (Request/Response)] + expected: FAIL + + [ã/x (Request/Response)] + expected: FAIL + + [x/x;x=Á;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Á";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ç";bonus=x (Blob/File)] + expected: FAIL + + [x/Æ (Request/Response)] + expected: FAIL + + [x/x;x=ó;bonus=x (Request/Response)] + expected: FAIL + + [x/ë (Request/Response)] + expected: FAIL + + [x/x;x="×";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Å;bonus=x (Request/Response)] + expected: FAIL + + [Ã/x (Request/Response)] + expected: FAIL + + [x/x;x=Î;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ñ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=•;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=”;bonus=x (Blob/File)] + expected: FAIL + + [x/€ (Request/Response)] + expected: FAIL + + [x/” (Request/Response)] + expected: FAIL + + [È/x (Request/Response)] + expected: FAIL + + [™/x (Request/Response)] + expected: FAIL + + [x/x;x=¨;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="À";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="í";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ë=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ý=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¢";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¡;bonus=x (Blob/File)] + expected: FAIL + + [x/ (Request/Response)] + expected: FAIL + + [x/x;x=À;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="–";bonus=x (Blob/File)] + expected: FAIL + + [“/x (Request/Response)] + expected: FAIL + + [x/‡ (Request/Response)] + expected: FAIL + + [x/x;x="¾";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="«";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ñ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;é=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=–;bonus=x (Blob/File)] + expected: FAIL + + [x/x;•=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ý;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="†";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="á";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ï=x;bonus=x (Request/Response)] + expected: FAIL + + [Ù/x (Request/Response)] + expected: FAIL + + [x/x;ä=x;bonus=x (Blob/File)] + expected: FAIL + + [x/ž (Request/Response)] + expected: FAIL + + [x/x;x="ê";bonus=x (Request/Response)] + expected: FAIL + + [x/x;å=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;²=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;à=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¸;bonus=x (Blob/File)] + expected: FAIL + + [x/x;†=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="µ";bonus=x (Blob/File)] + expected: FAIL + + [É/x (Request/Response)] + expected: FAIL + + [x/x;x=Ø;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Û";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Õ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="“";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Û;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ð";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=€;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Â=x;bonus=x (Request/Response)] + expected: FAIL + + [î/x (Request/Response)] + expected: FAIL + + [x/x;¡=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;˜=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;²=x;bonus=x (Request/Response)] + expected: FAIL + + [x/ó (Request/Response)] + expected: FAIL + + [x/x;x=Ý;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ž=x;bonus=x (Blob/File)] + expected: FAIL + + [x/ã (Request/Response)] + expected: FAIL + + [x/x;x="”";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="±";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Œ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ñ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¼";bonus=x (Request/Response)] + expected: FAIL + + [þ/x (Request/Response)] + expected: FAIL + + [x/x;½=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=½;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ë";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¦;bonus=x (Request/Response)] + expected: FAIL + + [‘/x (Request/Response)] + expected: FAIL + + [x/x;x=¾;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ë;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ƒ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ž=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;’=x;bonus=x (Request/Response)] + expected: FAIL + + [ý/x (Request/Response)] + expected: FAIL + + [/x (Request/Response)] + expected: FAIL + + [x/Í (Request/Response)] + expected: FAIL + + [x/x;x="§";bonus=x (Request/Response)] + expected: FAIL + + [¶/x (Request/Response)] + expected: FAIL + + [x/x;x=„;bonus=x (Request/Response)] + expected: FAIL + + [×/x (Request/Response)] + expected: FAIL + + [—/x (Request/Response)] + expected: FAIL + + [x/x;x=ú;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=³;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ñ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="‹";bonus=x (Blob/File)] + expected: FAIL + + [x/ˆ (Request/Response)] + expected: FAIL + + [x/x;x="â";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=" ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;…=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="²";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ˆ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;ó=x;bonus=x (Request/Response)] + expected: FAIL + + [±/x (Request/Response)] + expected: FAIL + + [x/x;x=Ý;bonus=x (Blob/File)] + expected: FAIL + + [x/Ï (Request/Response)] + expected: FAIL + + [x/µ (Request/Response)] + expected: FAIL + + [x/x;x="Ë";bonus=x (Request/Response)] + expected: FAIL + + [x/x;“=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;™=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¸";bonus=x (Blob/File)] + expected: FAIL + + [x/x;™=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ä=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="÷";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ª=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;¹=x;bonus=x (Request/Response)] + expected: FAIL + + [x/Ÿ (Request/Response)] + expected: FAIL + + [x/x;x=«;bonus=x (Request/Response)] + expected: FAIL + + [x/ƒ (Request/Response)] + expected: FAIL + + [x/x;Á=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=è;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=†;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ƒ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;¡=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;´=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ã=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=à;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=æ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=–;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Æ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="‹";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ê=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Í";bonus=x (Blob/File)] + expected: FAIL + + [x/ò (Request/Response)] + expected: FAIL + + [x/x;x=”;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="À";bonus=x (Request/Response)] + expected: FAIL + + [x/x;í=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ž;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ð=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Š;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ø";bonus=x (Request/Response)] + expected: FAIL + + [x/x;æ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/É (Request/Response)] + expected: FAIL + + [x/x;Ñ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ç;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¬";bonus=x (Blob/File)] + expected: FAIL + + [x/æ (Request/Response)] + expected: FAIL + + [x/¯ (Request/Response)] + expected: FAIL + + [Ô/x (Request/Response)] + expected: FAIL + + [x/x;ò=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ž";bonus=x (Blob/File)] + expected: FAIL + + [ø/x (Request/Response)] + expected: FAIL + + [x/x;Ú=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ž=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¹";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Œ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ç";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=í;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¡";bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ä=x;bonus=x (Blob/File)] + expected: FAIL + + [Ý/x (Request/Response)] + expected: FAIL + + [x/x;x="";bonus=x (Blob/File)] + expected: FAIL + + [x/© (Request/Response)] + expected: FAIL + + [x/x;x=›;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ä;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=è;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ž;bonus=x (Request/Response)] + expected: FAIL + + [x/x;å=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;test=�;x=x (Blob/File)] + expected: FAIL + + [x/x;ü=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Í=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ú";bonus=x (Request/Response)] + expected: FAIL + + [x/· (Request/Response)] + expected: FAIL + + [x/x;x=Â;bonus=x (Request/Response)] + expected: FAIL + + [x/x;†=x;bonus=x (Request/Response)] + expected: FAIL + + [x/è (Request/Response)] + expected: FAIL + + [x/x;¦=x;bonus=x (Request/Response)] + expected: FAIL + + [·/x (Request/Response)] + expected: FAIL + + [x/x;¸=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=…;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ý";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=®;bonus=x (Request/Response)] + expected: FAIL + + [x/î (Request/Response)] + expected: FAIL + + [x/¶ (Request/Response)] + expected: FAIL + + [x/ý (Request/Response)] + expected: FAIL + + [x/x;x="Ÿ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ú";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="þ";bonus=x (Request/Response)] + expected: FAIL + + [Ü/x (Request/Response)] + expected: FAIL + + [x/x;ß=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=‹;bonus=x (Blob/File)] + expected: FAIL + + [x/x;¬=x;bonus=x (Request/Response)] + expected: FAIL + + [x/À (Request/Response)] + expected: FAIL + + [x/È (Request/Response)] + expected: FAIL + + [x/¢ (Request/Response)] + expected: FAIL + + [x/x;x="¾";bonus=x (Request/Response)] + expected: FAIL + + [x/x;¶=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ï=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ð=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="‚";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="û";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¶";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Â;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ø=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Œ;bonus=x (Blob/File)] + expected: FAIL + + [õ/x (Request/Response)] + expected: FAIL + + [x/x;Ô=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=’;bonus=x (Blob/File)] + expected: FAIL + + [x/± (Request/Response)] + expected: FAIL + + [x/x;x=¨;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=å;bonus=x (Blob/File)] + expected: FAIL + + [x/x;“=x;bonus=x (Request/Response)] + expected: FAIL + + [x/ß (Request/Response)] + expected: FAIL + + [x/x;x="‘";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ã;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¯";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ˆ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="‚";bonus=x (Request/Response)] + expected: FAIL + + [ü/x (Request/Response)] + expected: FAIL + + [x/x;ý=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;©=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ñ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;±=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;õ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ô=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=š;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="³";bonus=x (Blob/File)] + expected: FAIL + + [x/Ù (Request/Response)] + expected: FAIL + + [à/x (Request/Response)] + expected: FAIL + + [x/x;x="Ä";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="©";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Æ;bonus=x (Blob/File)] + expected: FAIL + + [Å/x (Request/Response)] + expected: FAIL + + [x/x;x=;bonus=x (Request/Response)] + expected: FAIL + + [x/Ò (Request/Response)] + expected: FAIL + + [x/x;x=È;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="»";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="™";bonus=x (Blob/File)] + expected: FAIL + + [‚/x (Request/Response)] + expected: FAIL + + [x/x;x="·";bonus=x (Request/Response)] + expected: FAIL + + [â/x (Request/Response)] + expected: FAIL + + [x/x;x="º";bonus=x (Request/Response)] + expected: FAIL + + [x/ (Request/Response)] + expected: FAIL + + [x/ÿ (Request/Response)] + expected: FAIL + + [x/x;±=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;›=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ä";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=;bonus=x (Blob/File)] + expected: FAIL + + [x/x;=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;‰=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;˜=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="­";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ñ;bonus=x (Request/Response)] + expected: FAIL + + [x/« (Request/Response)] + expected: FAIL + + [x/x;x=¹;bonus=x (Request/Response)] + expected: FAIL + + [ò/x (Request/Response)] + expected: FAIL + + [x/x;ª=x;bonus=x (Request/Response)] + expected: FAIL + + [¦/x (Request/Response)] + expected: FAIL + + [x/x;x="»";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="È";bonus=x (Request/Response)] + expected: FAIL + + [x/x;œ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ù=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ø;bonus=x (Request/Response)] + expected: FAIL + + [x/x;¿=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=æ;bonus=x (Request/Response)] + expected: FAIL + + [š/x (Request/Response)] + expected: FAIL + + [x/x;x= ;bonus=x (Request/Response)] + expected: FAIL + + [x/´ (Request/Response)] + expected: FAIL + + [x/x;x=ž;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ç;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ñ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="©";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="è";bonus=x (Request/Response)] + expected: FAIL + + [x/ª (Request/Response)] + expected: FAIL + + [ƒ/x (Request/Response)] + expected: FAIL + + [x/x;­=x;bonus=x (Blob/File)] + expected: FAIL + + [x/é (Request/Response)] + expected: FAIL + + [x/x;›=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Æ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Â=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="§";bonus=x (Blob/File)] + expected: FAIL + + [’/x (Request/Response)] + expected: FAIL + + [x/x;x="Ó";bonus=x (Blob/File)] + expected: FAIL + + [x/x;„=x;bonus=x (Blob/File)] + expected: FAIL + + [³/x (Request/Response)] + expected: FAIL + + [x/x;x=£;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ü=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Á";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Á;bonus=x (Request/Response)] + expected: FAIL + + [x/¼ (Request/Response)] + expected: FAIL + + [x/x;õ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ô;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ë";bonus=x (Blob/File)] + expected: FAIL + + [x/Û (Request/Response)] + expected: FAIL + + [x/x;…=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;¤=x;bonus=x (Blob/File)] + expected: FAIL + + [ç/x (Request/Response)] + expected: FAIL + + [x/ (Request/Response)] + expected: FAIL + + [x/‹ (Request/Response)] + expected: FAIL + + [x/x;x=‚;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=€;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ô";bonus=x (Request/Response)] + expected: FAIL + + [/x (Request/Response)] + expected: FAIL + + [Þ/x (Request/Response)] + expected: FAIL + + [x/x;x="é";bonus=x (Request/Response)] + expected: FAIL + + [x/x;ÿ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Î=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ß=x;bonus=x (Blob/File)] + expected: FAIL + + [Ì/x (Request/Response)] + expected: FAIL + + [x/x;x="÷";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ã";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Š;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ê;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ý";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="‰";bonus=x (Request/Response)] + expected: FAIL + + [x/x;ã=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¡;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ê";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=É;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ÿ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ø=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=…;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=á;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Þ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ò=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=°;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=î;bonus=x (Request/Response)] + expected: FAIL + + [/x (Request/Response)] + expected: FAIL + + [x/x;x="ò";bonus=x (Request/Response)] + expected: FAIL + + [x/x;»=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=²;bonus=x (Blob/File)] + expected: FAIL + + [x/¿ (Request/Response)] + expected: FAIL + + [x/x;î=x;bonus=x (Blob/File)] + expected: FAIL + + [÷/x (Request/Response)] + expected: FAIL + + [x/x;x="Ã";bonus=x (Blob/File)] + expected: FAIL + + [x/x;¹=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="“";bonus=x (Blob/File)] + expected: FAIL + + [„/x (Request/Response)] + expected: FAIL + + [Í/x (Request/Response)] + expected: FAIL + + [x/x;x="Ø";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=þ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="‰";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=±;bonus=x (Request/Response)] + expected: FAIL + + [x/™ (Request/Response)] + expected: FAIL + + [x/x;x="£";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ø=x;bonus=x (Request/Response)] + expected: FAIL + + [º/x (Request/Response)] + expected: FAIL + + [x/x;°=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Š=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ï";bonus=x (Request/Response)] + expected: FAIL + + [x/Ê (Request/Response)] + expected: FAIL + + [x/x;x="¨";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="·";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ô;bonus=x (Request/Response)] + expected: FAIL + + [x/÷ (Request/Response)] + expected: FAIL + + [x/Ë (Request/Response)] + expected: FAIL + + [x/x;x="Ü";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Õ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¢";bonus=x (Request/Response)] + expected: FAIL + + [x/» (Request/Response)] + expected: FAIL + + [x/x;x="°";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ö=x;bonus=x (Request/Response)] + expected: FAIL + + [‡/x (Request/Response)] + expected: FAIL + + [x/x;‡=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="‡";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ß";bonus=x (Blob/File)] + expected: FAIL + + [x/Þ (Request/Response)] + expected: FAIL + + [x/x;x=—;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¼;bonus=x (Request/Response)] + expected: FAIL + + [Æ/x (Request/Response)] + expected: FAIL + + [Ç/x (Request/Response)] + expected: FAIL + + [x/x;x="ô";bonus=x (Request/Response)] + expected: FAIL + + [x/º (Request/Response)] + expected: FAIL + + [x/x;x=à;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="—";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ò";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=­;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="½";bonus=x (Blob/File)] + expected: FAIL + + [æ/x (Request/Response)] + expected: FAIL + + [°/x (Request/Response)] + expected: FAIL + + [ê/x (Request/Response)] + expected: FAIL + + [x/x;x=‰;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=‘;bonus=x (Blob/File)] + expected: FAIL + + [x/Ä (Request/Response)] + expected: FAIL + + [x/x;x="½";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ó=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ð";bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ì=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ô;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ô;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ï";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ž";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ø";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ß";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="š";bonus=x (Request/Response)] + expected: FAIL + + [À/x (Request/Response)] + expected: FAIL + + [x/ô (Request/Response)] + expected: FAIL + + [x/x;x="Î";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¸;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Í";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Î";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¦";bonus=x (Request/Response)] + expected: FAIL + + [ú/x (Request/Response)] + expected: FAIL + + [x/x;x=•;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="´";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ü";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ð;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Þ";bonus=x (Blob/File)] + expected: FAIL + + [¥/x (Request/Response)] + expected: FAIL + + [Î/x (Request/Response)] + expected: FAIL + + [x/x;x=Ü;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ù=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ê;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="æ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ì";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ä;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ƒ;bonus=x (Request/Response)] + expected: FAIL + + [á/x (Request/Response)] + expected: FAIL + + [x/x;¯=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="™";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=²;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=‚;bonus=x (Request/Response)] + expected: FAIL + + [x/í (Request/Response)] + expected: FAIL + + [x/x;Ž=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ÿ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ô=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;þ=x;bonus=x (Blob/File)] + expected: FAIL + + [¾/x (Request/Response)] + expected: FAIL + + [x/x;â=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Š=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Á=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¥;bonus=x (Request/Response)] + expected: FAIL + + [Û/x (Request/Response)] + expected: FAIL + + [x/x;‘=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=;bonus=x (Request/Response)] + expected: FAIL + + [x/§ (Request/Response)] + expected: FAIL + + [x/x;x=É;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=—;bonus=x (Request/Response)] + expected: FAIL + + [x/x;¦=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ž";bonus=x (Blob/File)] + expected: FAIL + + [¸/x (Request/Response)] + expected: FAIL + + [x/x;x="á";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=÷;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¸";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=’;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ð=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="É";bonus=x (Blob/File)] + expected: FAIL + + [x/– (Request/Response)] + expected: FAIL + + [x/x;‹=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;=x;bonus=x (Request/Response)] + expected: FAIL + + [Ò/x (Request/Response)] + expected: FAIL + + [x/x;x=õ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ÿ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;·=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=“;bonus=x (Request/Response)] + expected: FAIL + + [¨/x (Request/Response)] + expected: FAIL + + [x/x;ú=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ç=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=­;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ã;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="œ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ù";bonus=x (Request/Response)] + expected: FAIL + + [x/x;ú=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=§;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¯;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ê=x;bonus=x (Request/Response)] + expected: FAIL + + [x/Ú (Request/Response)] + expected: FAIL + + [x/ú (Request/Response)] + expected: FAIL + + [x/x;x="ÿ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ý=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;©=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ó;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¤";bonus=x (Request/Response)] + expected: FAIL + + [¤/x (Request/Response)] + expected: FAIL + + [x/x;x=ð;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="å";bonus=x (Blob/File)] + expected: FAIL + + [x/x;=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="è";bonus=x (Blob/File)] + expected: FAIL + + [Ê/x (Request/Response)] + expected: FAIL + + [x/ð (Request/Response)] + expected: FAIL + + [x/x;x="ÿ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="…";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=³;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¤;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ë;bonus=x (Blob/File)] + expected: FAIL + + [Ÿ/x (Request/Response)] + expected: FAIL + + [x/x;Ö=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ø=x;bonus=x (Request/Response)] + expected: FAIL + + [ž/x (Request/Response)] + expected: FAIL + + [x/x;x="¨";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ô=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="€";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ã;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ü=x;bonus=x (Request/Response)] + expected: FAIL + + [ˆ/x (Request/Response)] + expected: FAIL + + [˜/x (Request/Response)] + expected: FAIL + + [x/x;¾=x;bonus=x (Blob/File)] + expected: FAIL + + [ /x (Request/Response)] + expected: FAIL + + [x/š (Request/Response)] + expected: FAIL + + [x/ü (Request/Response)] + expected: FAIL + + [x/x;Å=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ð=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ù";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¼;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ú";bonus=x (Blob/File)] + expected: FAIL + + [x/x;§=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=©;bonus=x (Blob/File)] + expected: FAIL + + [x/ (Request/Response)] + expected: FAIL + + [x/x;µ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ß;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="–";bonus=x (Request/Response)] + expected: FAIL + + [½/x (Request/Response)] + expected: FAIL + + [´/x (Request/Response)] + expected: FAIL + + [x/x;x="";bonus=x (Blob/File)] + expected: FAIL + + [x/ö (Request/Response)] + expected: FAIL + + [x/x;x="å";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="à";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=©;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ã";bonus=x (Blob/File)] + expected: FAIL + + [ë/x (Request/Response)] + expected: FAIL + + [x/x;x=“;bonus=x (Blob/File)] + expected: FAIL + + [x/x;û=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;À=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;¿=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=þ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;á=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="î";bonus=x (Request/Response)] + expected: FAIL + + [x/x;=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¬;bonus=x (Request/Response)] + expected: FAIL + + [x/‘ (Request/Response)] + expected: FAIL + + [x/x;=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¹";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ó=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;‡=x;bonus=x (Blob/File)] + expected: FAIL + + [œ/x (Request/Response)] + expected: FAIL + + [x/x; =x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ú;bonus=x (Request/Response)] + expected: FAIL + + [x/x;î=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¿;bonus=x (Blob/File)] + expected: FAIL + + [x/x;¨=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ã=x;bonus=x (Request/Response)] + expected: FAIL + + [Ñ/x (Request/Response)] + expected: FAIL + + [x/x;x="¬";bonus=x (Request/Response)] + expected: FAIL + + [x/× (Request/Response)] + expected: FAIL + + [x/Ž (Request/Response)] + expected: FAIL + + [x/x;÷=x;bonus=x (Blob/File)] + expected: FAIL + + [x/þ (Request/Response)] + expected: FAIL + + [ß/x (Request/Response)] + expected: FAIL + + [¡/x (Request/Response)] + expected: FAIL + + [x/x;x="¶";bonus=x (Blob/File)] + expected: FAIL + + [¹/x (Request/Response)] + expected: FAIL + + [x/x;x=ù;bonus=x (Blob/File)] + expected: FAIL + + [x/ (Request/Response)] + expected: FAIL + + [x/¨ (Request/Response)] + expected: FAIL + + [x/x;x="³";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ý";bonus=x (Request/Response)] + expected: FAIL + + [x/x;¨=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;‰=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ÿ;bonus=x (Request/Response)] + expected: FAIL + + [x/ç (Request/Response)] + expected: FAIL + + [x/x;þ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¿";bonus=x (Request/Response)] + expected: FAIL + + [x/… (Request/Response)] + expected: FAIL + + [x/x;x=‡;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Â";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=È;bonus=x (Request/Response)] + expected: FAIL + + [x/x;æ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;¼=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="±";bonus=x (Blob/File)] + expected: FAIL + + [x/x;¥=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ü";bonus=x (Request/Response)] + expected: FAIL + + [x/Ç (Request/Response)] + expected: FAIL + + [Š/x (Request/Response)] + expected: FAIL + + [x/x;·=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Š";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="®";bonus=x (Blob/File)] + expected: FAIL + + [x/Ñ (Request/Response)] + expected: FAIL + + [x/x;x="É";bonus=x (Request/Response)] + expected: FAIL + + [x/x;¢=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¹;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ç;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Û;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ç;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="õ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ä";bonus=x (Request/Response)] + expected: FAIL + + [ù/x (Request/Response)] + expected: FAIL + + [x/x;Ë=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ì;bonus=x (Request/Response)] + expected: FAIL + + [û/x (Request/Response)] + expected: FAIL + + [x/x;x="Ê";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Û";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=»;bonus=x (Blob/File)] + expected: FAIL + + [ó/x (Request/Response)] + expected: FAIL + + [x/x;x="­";bonus=x (Blob/File)] + expected: FAIL + + [x/x;–=x;bonus=x (Blob/File)] + expected: FAIL + + [è/x (Request/Response)] + expected: FAIL + + [x/x;x="Š";bonus=x (Request/Response)] + expected: FAIL + + [å/x (Request/Response)] + expected: FAIL + + [x/x;x=‘;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ú";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="®";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Æ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/å (Request/Response)] + expected: FAIL + + [Ð/x (Request/Response)] + expected: FAIL + + [x/x;x=¢;bonus=x (Blob/File)] + expected: FAIL + + [x/x;=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¦";bonus=x (Blob/File)] + expected: FAIL + + [x/ø (Request/Response)] + expected: FAIL + + [x/x;–=x;bonus=x (Request/Response)] + expected: FAIL + + [/x (Request/Response)] + expected: FAIL + + [x/x;Î=x;bonus=x (Blob/File)] + expected: FAIL + + [x/¡ (Request/Response)] + expected: FAIL + + [x/x;x=ü;bonus=x (Request/Response)] + expected: FAIL + + [ï/x (Request/Response)] + expected: FAIL + + [x/x;à=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;µ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;—=x;bonus=x (Request/Response)] + expected: FAIL + + [¿/x (Request/Response)] + expected: FAIL + + [x/x;è=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Ó=x;bonus=x (Blob/File)] + expected: FAIL + + [text/html;test=ÿ;charset=gbk (Request/Response)] + expected: FAIL + + [x/x;x=ž;bonus=x (Request/Response)] + expected: FAIL + + [x/x;â=x;bonus=x (Blob/File)] + expected: FAIL + + [§/x (Request/Response)] + expected: FAIL + + [ª/x (Request/Response)] + expected: FAIL + + [x/x;º=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ì=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ì;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ÿ=x;bonus=x (Request/Response)] + expected: FAIL + + [ô/x (Request/Response)] + expected: FAIL + + [x/x;x="Ö";bonus=x (Request/Response)] + expected: FAIL + + [x/‰ (Request/Response)] + expected: FAIL + + [x/x;ä=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;«=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;¤=x;bonus=x (Request/Response)] + expected: FAIL + + [«/x (Request/Response)] + expected: FAIL + + [x/x;x=ú;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=÷;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ç";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¡";bonus=x (Request/Response)] + expected: FAIL + + [x/x;¼=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ß;bonus=x (Request/Response)] + expected: FAIL + + [x/ì (Request/Response)] + expected: FAIL + + [x/x;x="š";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="œ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ü;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Å";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=á;bonus=x (Request/Response)] + expected: FAIL + + [x/½ (Request/Response)] + expected: FAIL + + [¬/x (Request/Response)] + expected: FAIL + + [x/x;x="ˆ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ë;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ø;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=õ;bonus=x (Blob/File)] + expected: FAIL + + [ä/x (Request/Response)] + expected: FAIL + + [x/x;x=º;bonus=x (Blob/File)] + expected: FAIL + + [x/x;—=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ƒ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ê=x;bonus=x (Blob/File)] + expected: FAIL + + [Œ/x (Request/Response)] + expected: FAIL + + [x/x;x=;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ü;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ô";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Þ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ø";bonus=x (Blob/File)] + expected: FAIL + + [x/x;‹=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="";bonus=x (Blob/File)] + expected: FAIL + + [•/x (Request/Response)] + expected: FAIL + + [Ó/x (Request/Response)] + expected: FAIL + + [x/x;x=Ï;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Þ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ö";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=" ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=«;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="€";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Œ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="˜";bonus=x (Blob/File)] + expected: FAIL + + [Ö/x (Request/Response)] + expected: FAIL + + [x/ (Request/Response)] + expected: FAIL + + [x/x;x=½;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ç";bonus=x (Request/Response)] + expected: FAIL + + [x/Ü (Request/Response)] + expected: FAIL + + [x/x;x=Ä;bonus=x (Request/Response)] + expected: FAIL + + [x/Ö (Request/Response)] + expected: FAIL + + [x/x;É=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ñ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="×";bonus=x (Request/Response)] + expected: FAIL + + [x/x;‘=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="þ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ð";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ì=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Æ";bonus=x (Request/Response)] + expected: FAIL + + [x/¥ (Request/Response)] + expected: FAIL + + [x/à (Request/Response)] + expected: FAIL + + [x/x;x=ö;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ª";bonus=x (Blob/File)] + expected: FAIL + + [µ/x (Request/Response)] + expected: FAIL + + [x/x;x="û";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ü=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=À;bonus=x (Blob/File)] + expected: FAIL + + [x/x;½=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x= ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;£=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="…";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="\t !\\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\\\\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ" (Request/Response)] + expected: FAIL + + [x/x;Þ=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=µ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="µ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=˜;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="‡";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ò;bonus=x (Request/Response)] + expected: FAIL + + [x/† (Request/Response)] + expected: FAIL + + [x/x;Ò=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;š=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;®=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=˜;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=œ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="º";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Œ";bonus=x (Blob/File)] + expected: FAIL + + [£/x (Request/Response)] + expected: FAIL + + [x/x;‚=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;œ=x;bonus=x (Blob/File)] + expected: FAIL + + [€/x (Request/Response)] + expected: FAIL + + [x/x;x=·;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=û;bonus=x (Request/Response)] + expected: FAIL + + [x/£ (Request/Response)] + expected: FAIL + + [x/x;É=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;¾=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ï";bonus=x (Blob/File)] + expected: FAIL + + [x/x;=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¾;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ú=x;bonus=x (Request/Response)] + expected: FAIL + + [x/’ (Request/Response)] + expected: FAIL + + [x/x;»=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ì";bonus=x (Request/Response)] + expected: FAIL + + [x/x;‚=x;bonus=x (Request/Response)] + expected: FAIL + + [x/¸ (Request/Response)] + expected: FAIL + + [x/x;x=ó;bonus=x (Blob/File)] + expected: FAIL + + [x/x;º=x;bonus=x (Blob/File)] + expected: FAIL + + [x/­ (Request/Response)] + expected: FAIL + + [¼/x (Request/Response)] + expected: FAIL + + [x/x;x=¿;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=£;bonus=x (Request/Response)] + expected: FAIL + + [Ø/x (Request/Response)] + expected: FAIL + + [x/x;x="";bonus=x (Blob/File)] + expected: FAIL + + [x/x;À=x;bonus=x (Request/Response)] + expected: FAIL + + [x/ù (Request/Response)] + expected: FAIL + + [x/x;x="ý";bonus=x (Blob/File)] + expected: FAIL + + [x/x;§=x;bonus=x (Request/Response)] + expected: FAIL + + [x/á (Request/Response)] + expected: FAIL + + [x/ä (Request/Response)] + expected: FAIL + + [x/x;Ê=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;û=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¤";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="à";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ö;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="‘";bonus=x (Blob/File)] + expected: FAIL + + [x/x;•=x;bonus=x (Blob/File)] + expected: FAIL + + [©/x (Request/Response)] + expected: FAIL + + [x/x;´=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ù;bonus=x (Request/Response)] + expected: FAIL + + [x/• (Request/Response)] + expected: FAIL + + [x/Á (Request/Response)] + expected: FAIL + + [x/x;x=™;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ò";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="°";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Í=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ë=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="£";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ù;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="";bonus=x (Request/Response)] + expected: FAIL + + [x/x;š=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ô";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=›;bonus=x (Request/Response)] + expected: FAIL + + [ð/x (Request/Response)] + expected: FAIL + + [x/x;x="’";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ú;bonus=x (Blob/File)] + expected: FAIL + + [é/x (Request/Response)] + expected: FAIL + + [x/x;Ç=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ö;bonus=x (Blob/File)] + expected: FAIL + + [x/¦ (Request/Response)] + expected: FAIL + + [x/x;x=ò;bonus=x (Blob/File)] + expected: FAIL + + [x/x;ç=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;£=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ò";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=â;bonus=x (Request/Response)] + expected: FAIL + + [x/x;€=x;bonus=x (Request/Response)] + expected: FAIL + + [ñ/x (Request/Response)] + expected: FAIL + + [x/x;x=ƒ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ï;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ù";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ì;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=„;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="´";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="•";bonus=x (Request/Response)] + expected: FAIL + + [x/‚ (Request/Response)] + expected: FAIL + + [x/x;x=¢;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="â";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=í;bonus=x (Request/Response)] + expected: FAIL + + [x/õ (Request/Response)] + expected: FAIL + + [Ž/x (Request/Response)] + expected: FAIL + + [x/x;Ù=x;bonus=x (Request/Response)] + expected: FAIL + + [‹/x (Request/Response)] + expected: FAIL + + [x/x;x="Ó";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="î";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=é;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ï=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="›";bonus=x (Request/Response)] + expected: FAIL + + [x/x;¸=x;bonus=x (Request/Response)] + expected: FAIL + + [Õ/x (Request/Response)] + expected: FAIL + + [x/x;x=Ì;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Å";bonus=x (Blob/File)] + expected: FAIL + + [¢/x (Request/Response)] + expected: FAIL + + [x/x;x=¤;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¯";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ª";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=î;bonus=x (Blob/File)] + expected: FAIL + + [x/ê (Request/Response)] + expected: FAIL + + [x/³ (Request/Response)] + expected: FAIL + + [x/x;x=;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ö=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ˆ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="”";bonus=x (Request/Response)] + expected: FAIL + + [x/° (Request/Response)] + expected: FAIL + + [–/x (Request/Response)] + expected: FAIL + + [x/Ì (Request/Response)] + expected: FAIL + + [x/x;Ï=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¯;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ñ";bonus=x (Blob/File)] + expected: FAIL + + [x/› (Request/Response)] + expected: FAIL + + [x/x;x="Þ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="¿";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ð;bonus=x (Blob/File)] + expected: FAIL + + [x/¾ (Request/Response)] + expected: FAIL + + [x/x;x=ï;bonus=x (Blob/File)] + expected: FAIL + + [x/x;”=x;bonus=x (Request/Response)] + expected: FAIL + + [x/à (Request/Response)] + expected: FAIL + + [x/x;x="˜";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ó";bonus=x (Request/Response)] + expected: FAIL + + [Ï/x (Request/Response)] + expected: FAIL + + [x/x;ö=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="²";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=é;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ê;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=×;bonus=x (Request/Response)] + expected: FAIL + + [x/® (Request/Response)] + expected: FAIL + + [x/x; =x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ö;bonus=x (Blob/File)] + expected: FAIL + + [x/x;=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ä";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="«";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="õ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ì";bonus=x (Blob/File)] + expected: FAIL + + [›/x (Request/Response)] + expected: FAIL + + [x/x;x="Ð";bonus=x (Request/Response)] + expected: FAIL + + [x/x;è=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ï";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=º;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=¶;bonus=x (Blob/File)] + expected: FAIL + + [x/Ð (Request/Response)] + expected: FAIL + + [x/x;x=×;bonus=x (Blob/File)] + expected: FAIL + + [ì/x (Request/Response)] + expected: FAIL + + [x/x;x=ÿ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="";bonus=x (Request/Response)] + expected: FAIL + + [x/x;é=x;bonus=x (Blob/File)] + expected: FAIL + + [†/x (Request/Response)] + expected: FAIL + + [x/x;x=ý;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="†";bonus=x (Request/Response)] + expected: FAIL + + [x/Õ (Request/Response)] + expected: FAIL + + [x/x;x="ë";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=â;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="„";bonus=x (Request/Response)] + expected: FAIL + + [x/x;«=x;bonus=x (Request/Response)] + expected: FAIL + + [x/¬ (Request/Response)] + expected: FAIL + + [x/x;x="¼";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ó";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Í;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=û;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ê;bonus=x (Blob/File)] + expected: FAIL + + [x/û (Request/Response)] + expected: FAIL + + [x/x;x="ñ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ð;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Û=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ÿ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Å=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;È=x;bonus=x (Request/Response)] + expected: FAIL + + [x/â (Request/Response)] + expected: FAIL + + [x/x;ò=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=§;bonus=x (Request/Response)] + expected: FAIL + + [x/Ø (Request/Response)] + expected: FAIL + + [x/ñ (Request/Response)] + expected: FAIL + + [/x (Request/Response)] + expected: FAIL + + [x/x;x=ÿ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="›";bonus=x (Blob/File)] + expected: FAIL + + [x/x;¥=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="—";bonus=x (Request/Response)] + expected: FAIL + + [x/x;’=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ê";bonus=x (Blob/File)] + expected: FAIL + + [­/x (Request/Response)] + expected: FAIL + + [x/Œ (Request/Response)] + expected: FAIL + + [Ú/x (Request/Response)] + expected: FAIL + + [x/¹ (Request/Response)] + expected: FAIL + + [x/x;x=·;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=°;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Ù";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¥";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ï;bonus=x (Request/Response)] + expected: FAIL + + [x/„ (Request/Response)] + expected: FAIL + + [x/x;x=´;bonus=x (Blob/File)] + expected: FAIL + + [ÿ/ÿ (Request/Response)] + expected: FAIL + + [x/x;x=±;bonus=x (Blob/File)] + expected: FAIL + + [x/x;×=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="•";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Í;bonus=x (Blob/File)] + expected: FAIL + + [x/Š (Request/Response)] + expected: FAIL + + [x/x;x=Õ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=;bonus=x (Blob/File)] + expected: FAIL + + [x/x;Œ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;€=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Î;bonus=x (Blob/File)] + expected: FAIL + + [ö/x (Request/Response)] + expected: FAIL + + [x/x;x=‰;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ö";bonus=x (Blob/File)] + expected: FAIL + + [x/x;ì=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ª;bonus=x (Blob/File)] + expected: FAIL + + [‰/x (Request/Response)] + expected: FAIL + + [x/x;x=‡;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ù=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Â";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Ì";bonus=x (Request/Response)] + expected: FAIL + + [x/¤ (Request/Response)] + expected: FAIL + + [x/x;ˆ=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;¯=x;bonus=x (Request/Response)] + expected: FAIL + + [x/Ó (Request/Response)] + expected: FAIL + + [x/œ (Request/Response)] + expected: FAIL + + [x/x;³=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;³=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;®=x;bonus=x (Blob/File)] + expected: FAIL + + [x/ï (Request/Response)] + expected: FAIL + + [text/html;test=ÿ;charset=gbk (Blob/File)] + expected: FAIL + + [x/x;x="\t !\\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\\\\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ" (Blob/File)] + expected: FAIL + + [x/x;°=x;bonus=x (Request/Response)] + expected: FAIL + + [Â/x (Request/Response)] + expected: FAIL + + [®/x (Request/Response)] + expected: FAIL + + [x/x;x="Æ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ö";bonus=x (Request/Response)] + expected: FAIL + + [x/x;Û=x;bonus=x (Blob/File)] + expected: FAIL + + [x/Ô (Request/Response)] + expected: FAIL + + [x/x;x=ã;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=‹;bonus=x (Request/Response)] + expected: FAIL + + [x/x;¶=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;”=x;bonus=x (Blob/File)] + expected: FAIL + + [”/x (Request/Response)] + expected: FAIL + + [x/x;x="ž";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=ñ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;á=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=´;bonus=x (Request/Response)] + expected: FAIL + + [x/² (Request/Response)] + expected: FAIL + + [x/x;x=¦;bonus=x (Blob/File)] + expected: FAIL + + [»/x (Request/Response)] + expected: FAIL + + [x/x;÷=x;bonus=x (Request/Response)] + expected: FAIL + + [Á/x (Request/Response)] + expected: FAIL + + [Ä/x (Request/Response)] + expected: FAIL + + [x/x;x=™;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=µ;bonus=x (Request/Response)] + expected: FAIL + + [x/— (Request/Response)] + expected: FAIL + + [x/x;ý=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ˆ;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=†;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=¬;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="é";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="ƒ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=š;bonus=x (Request/Response)] + expected: FAIL + + [x/x;í=x;bonus=x (Request/Response)] + expected: FAIL + + [x/Å (Request/Response)] + expected: FAIL + + [ÿ/x (Request/Response)] + expected: FAIL + + [x/x;ã=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;¢=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="Õ";bonus=x (Request/Response)] + expected: FAIL + + [x/x;¬=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="Õ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ä;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=å;bonus=x (Request/Response)] + expected: FAIL + + […/x (Request/Response)] + expected: FAIL + + [x/x;x=¶;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=®;bonus=x (Blob/File)] + expected: FAIL + + [x/  (Request/Response)] + expected: FAIL + + [x/Ý (Request/Response)] + expected: FAIL + + [²/x (Request/Response)] + expected: FAIL + + [x/x;×=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;ë=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Å;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ù;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x="¥";bonus=x (Blob/File)] + expected: FAIL + + [x/x;È=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Õ;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="æ";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ë;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=Ò;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="í";bonus=x (Blob/File)] + expected: FAIL + + [x/x;=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x="ü";bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=ª;bonus=x (Request/Response)] + expected: FAIL + + [x/x;­=x;bonus=x (Request/Response)] + expected: FAIL + + [x/x;x=»;bonus=x (Request/Response)] + expected: FAIL + + [x/x;Ç=x;bonus=x (Blob/File)] + expected: FAIL + + [x/x;x=Ó;bonus=x (Request/Response)] + expected: FAIL + + [x/˜ (Request/Response)] + expected: FAIL + + [x/x;„=x;bonus=x (Request/Response)] + expected: FAIL + + [í/x (Request/Response)] + expected: FAIL + diff --git a/testing/web-platform/meta/mozilla-sync b/testing/web-platform/meta/mozilla-sync index 3e266a3d93de..92c95f542001 100644 --- a/testing/web-platform/meta/mozilla-sync +++ b/testing/web-platform/meta/mozilla-sync @@ -1,2 +1,2 @@ -local: 701ab2cfa61e2dc4fd222206f74f06be7bfdfd67 -upstream: fe0e2ce1f30ee67ed4c3be7ae420d49b48bc5749 +local: a6a52f144b7e00102574a5fe2b53feaa0d653264 +upstream: 7268cc55c89de22afe2823f20aa05b8cab6a66bd diff --git a/testing/web-platform/meta/netinfo/idlharness.any.js.ini b/testing/web-platform/meta/netinfo/idlharness.any.js.ini index 5989b0b95abb..baf17d2ac099 100644 --- a/testing/web-platform/meta/netinfo/idlharness.any.js.ini +++ b/testing/web-platform/meta/netinfo/idlharness.any.js.ini @@ -106,7 +106,6 @@ [Navigator interface: navigator must not have property "connection"] expected: if os == "android": FAIL - PASS [NetworkInformation interface: existence and properties of interface object] expected: diff --git a/testing/web-platform/meta/payment-request/constructor_convert_method_data.https.html.ini b/testing/web-platform/meta/payment-request/constructor_convert_method_data.https.html.ini index 8c6a0da2ab24..8fb0fe3e29ca 100644 --- a/testing/web-platform/meta/payment-request/constructor_convert_method_data.https.html.ini +++ b/testing/web-platform/meta/payment-request/constructor_convert_method_data.https.html.ini @@ -2,12 +2,15 @@ [Smoke test.] expected: if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [Converts PaymentMethodData's data to mandated IDL type during PaymentRequest construction.] expected: if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL [Tries to convert data member during Payment Request construction, irrespective of PMI.] expected: if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL diff --git a/testing/web-platform/meta/pointerevents/pointerevent_capture_mouse.html.ini b/testing/web-platform/meta/pointerevents/pointerevent_capture_mouse.html.ini new file mode 100644 index 000000000000..48e28f023b0a --- /dev/null +++ b/testing/web-platform/meta/pointerevents/pointerevent_capture_mouse.html.ini @@ -0,0 +1,3 @@ +[pointerevent_capture_mouse.html] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): ERROR diff --git a/testing/web-platform/meta/pointerevents/pointerevent_pointermove.html.ini b/testing/web-platform/meta/pointerevents/pointerevent_pointermove.html.ini new file mode 100644 index 000000000000..e363e4dc68d9 --- /dev/null +++ b/testing/web-platform/meta/pointerevents/pointerevent_pointermove.html.ini @@ -0,0 +1,7 @@ +[pointerevent_pointermove.html] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): TIMEOUT + [pointermove event received] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): NOTRUN + diff --git a/testing/web-platform/meta/pointerevents/pointerevent_pointermove_isprimary_same_as_pointerdown.html.ini b/testing/web-platform/meta/pointerevents/pointerevent_pointermove_isprimary_same_as_pointerdown.html.ini new file mode 100644 index 000000000000..51aa9b6f34de --- /dev/null +++ b/testing/web-platform/meta/pointerevents/pointerevent_pointermove_isprimary_same_as_pointerdown.html.ini @@ -0,0 +1,7 @@ +[pointerevent_pointermove_isprimary_same_as_pointerdown.html] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): TIMEOUT + [pointermove has same isPrimary as last pointerdown] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): NOTRUN + diff --git a/testing/web-platform/meta/pointerevents/pointerevent_pointermove_on_chorded_mouse_button.html.ini b/testing/web-platform/meta/pointerevents/pointerevent_pointermove_on_chorded_mouse_button.html.ini new file mode 100644 index 000000000000..a05559da99d6 --- /dev/null +++ b/testing/web-platform/meta/pointerevents/pointerevent_pointermove_on_chorded_mouse_button.html.ini @@ -0,0 +1,7 @@ +[pointerevent_pointermove_on_chorded_mouse_button.html] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): TIMEOUT + [pointermove events received for button state changes] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): NOTRUN + diff --git a/testing/web-platform/meta/referrer-policy/origin/http-rp/same-origin/http-http/shared-worker/keep-origin-redirect/generic.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/http-rp/same-origin/http-http/shared-worker/keep-origin-redirect/generic.http.html.ini new file mode 100644 index 000000000000..3da336cd9145 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/http-rp/same-origin/http-http/shared-worker/keep-origin-redirect/generic.http.html.ini @@ -0,0 +1,4 @@ +[generic.http.html] + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via shared-worker using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: FAIL + diff --git a/testing/web-platform/meta/referrer-policy/origin/http-rp/same-origin/http-http/shared-worker/no-redirect/generic.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/http-rp/same-origin/http-http/shared-worker/no-redirect/generic.http.html.ini new file mode 100644 index 000000000000..63c0b68975b7 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/http-rp/same-origin/http-http/shared-worker/no-redirect/generic.http.html.ini @@ -0,0 +1,4 @@ +[generic.http.html] + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via shared-worker using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: FAIL + diff --git a/testing/web-platform/meta/referrer-policy/origin/meta-referrer/same-origin/http-http/shared-worker/keep-origin-redirect/generic.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/meta-referrer/same-origin/http-http/shared-worker/keep-origin-redirect/generic.http.html.ini new file mode 100644 index 000000000000..966eab553cef --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/meta-referrer/same-origin/http-http/shared-worker/keep-origin-redirect/generic.http.html.ini @@ -0,0 +1,4 @@ +[generic.http.html] + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via shared-worker using the meta-referrer\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: FAIL + diff --git a/testing/web-platform/meta/referrer-policy/origin/meta-referrer/same-origin/http-http/shared-worker/no-redirect/generic.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/meta-referrer/same-origin/http-http/shared-worker/no-redirect/generic.http.html.ini new file mode 100644 index 000000000000..c2aaa03946b3 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/meta-referrer/same-origin/http-http/shared-worker/no-redirect/generic.http.html.ini @@ -0,0 +1,4 @@ +[generic.http.html] + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via shared-worker using the meta-referrer\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: FAIL + diff --git a/testing/web-platform/meta/referrer-policy/strict-origin/http-rp/same-origin/http-http/shared-worker/keep-origin-redirect/insecure-protocol.http.html.ini b/testing/web-platform/meta/referrer-policy/strict-origin/http-rp/same-origin/http-http/shared-worker/keep-origin-redirect/insecure-protocol.http.html.ini new file mode 100644 index 000000000000..f2274160336c --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/strict-origin/http-rp/same-origin/http-http/shared-worker/keep-origin-redirect/insecure-protocol.http.html.ini @@ -0,0 +1,4 @@ +[insecure-protocol.http.html] + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via shared-worker using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: FAIL + diff --git a/testing/web-platform/meta/referrer-policy/strict-origin/http-rp/same-origin/http-http/shared-worker/no-redirect/insecure-protocol.http.html.ini b/testing/web-platform/meta/referrer-policy/strict-origin/http-rp/same-origin/http-http/shared-worker/no-redirect/insecure-protocol.http.html.ini new file mode 100644 index 000000000000..cb62eae0cbad --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/strict-origin/http-rp/same-origin/http-http/shared-worker/no-redirect/insecure-protocol.http.html.ini @@ -0,0 +1,4 @@ +[insecure-protocol.http.html] + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via shared-worker using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: FAIL + diff --git a/testing/web-platform/meta/referrer-policy/strict-origin/meta-referrer/same-origin/http-http/shared-worker/keep-origin-redirect/insecure-protocol.http.html.ini b/testing/web-platform/meta/referrer-policy/strict-origin/meta-referrer/same-origin/http-http/shared-worker/keep-origin-redirect/insecure-protocol.http.html.ini new file mode 100644 index 000000000000..991dca9d7c0b --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/strict-origin/meta-referrer/same-origin/http-http/shared-worker/keep-origin-redirect/insecure-protocol.http.html.ini @@ -0,0 +1,4 @@ +[insecure-protocol.http.html] + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via shared-worker using the meta-referrer\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: FAIL + diff --git a/testing/web-platform/meta/referrer-policy/strict-origin/meta-referrer/same-origin/http-http/shared-worker/no-redirect/insecure-protocol.http.html.ini b/testing/web-platform/meta/referrer-policy/strict-origin/meta-referrer/same-origin/http-http/shared-worker/no-redirect/insecure-protocol.http.html.ini new file mode 100644 index 000000000000..8a1fc2eb2ac3 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/strict-origin/meta-referrer/same-origin/http-http/shared-worker/no-redirect/insecure-protocol.http.html.ini @@ -0,0 +1,4 @@ +[insecure-protocol.http.html] + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via shared-worker using the meta-referrer\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: FAIL + diff --git a/testing/web-platform/meta/resource-timing/buffer-full-add-after-full-event.html.ini b/testing/web-platform/meta/resource-timing/buffer-full-add-after-full-event.html.ini deleted file mode 100644 index 902fa054368f..000000000000 --- a/testing/web-platform/meta/resource-timing/buffer-full-add-after-full-event.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[buffer-full-add-after-full-event.html] - expected: TIMEOUT - [Test that entry was added to the buffer after a buffer full event] - expected: TIMEOUT - diff --git a/testing/web-platform/meta/resource-timing/buffer-full-add-entries-during-callback-that-drop.html.ini b/testing/web-platform/meta/resource-timing/buffer-full-add-entries-during-callback-that-drop.html.ini deleted file mode 100644 index 7a15de3447e8..000000000000 --- a/testing/web-platform/meta/resource-timing/buffer-full-add-entries-during-callback-that-drop.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[buffer-full-add-entries-during-callback-that-drop.html] - expected: TIMEOUT - [Test that entries synchronously added to the buffer during the callback are dropped] - expected: TIMEOUT - diff --git a/testing/web-platform/meta/resource-timing/buffer-full-add-entries-during-callback.html.ini b/testing/web-platform/meta/resource-timing/buffer-full-add-entries-during-callback.html.ini deleted file mode 100644 index 86ad7c8c77a9..000000000000 --- a/testing/web-platform/meta/resource-timing/buffer-full-add-entries-during-callback.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[buffer-full-add-entries-during-callback.html] - expected: TIMEOUT - [Test that entries synchronously added to the buffer during the callback don't get dropped if the buffer is increased] - expected: TIMEOUT - diff --git a/testing/web-platform/meta/resource-timing/buffer-full-add-then-clear.html.ini b/testing/web-platform/meta/resource-timing/buffer-full-add-then-clear.html.ini deleted file mode 100644 index 481f7a6c6a8a..000000000000 --- a/testing/web-platform/meta/resource-timing/buffer-full-add-then-clear.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[buffer-full-add-then-clear.html] - [Verify that adding entries and then clearing the resource timing buffer results in entries added in the right order] - expected: FAIL - diff --git a/testing/web-platform/meta/resource-timing/buffer-full-inspect-buffer-during-callback.html.ini b/testing/web-platform/meta/resource-timing/buffer-full-inspect-buffer-during-callback.html.ini deleted file mode 100644 index f00251cbb8e8..000000000000 --- a/testing/web-platform/meta/resource-timing/buffer-full-inspect-buffer-during-callback.html.ini +++ /dev/null @@ -1,8 +0,0 @@ -[buffer-full-inspect-buffer-during-callback.html] - expected: - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): ERROR - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): TIMEOUT - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): TIMEOUT - [Verify that inspecting the resource timing buffer during resourcetimingbufferfull call doesn't exceed the limit.] - expected: FAIL - diff --git a/testing/web-platform/meta/resource-timing/buffer-full-set-to-current-buffer.html.ini b/testing/web-platform/meta/resource-timing/buffer-full-set-to-current-buffer.html.ini deleted file mode 100644 index 607d5f6b88e2..000000000000 --- a/testing/web-platform/meta/resource-timing/buffer-full-set-to-current-buffer.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[buffer-full-set-to-current-buffer.html] - [Check result] - expected: FAIL - diff --git a/testing/web-platform/meta/resource-timing/buffer-full-store-and-clear-during-callback.html.ini b/testing/web-platform/meta/resource-timing/buffer-full-store-and-clear-during-callback.html.ini deleted file mode 100644 index b0e40a1eed68..000000000000 --- a/testing/web-platform/meta/resource-timing/buffer-full-store-and-clear-during-callback.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[buffer-full-store-and-clear-during-callback.html] - [Verify that clearing the resource timing buffer and storing the entries during resourcetimingbufferfull call works] - expected: FAIL - diff --git a/testing/web-platform/meta/resource-timing/buffer-full-then-increased.html.ini b/testing/web-platform/meta/resource-timing/buffer-full-then-increased.html.ini deleted file mode 100644 index 4c9df6756970..000000000000 --- a/testing/web-platform/meta/resource-timing/buffer-full-then-increased.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[buffer-full-then-increased.html] - [Verify that adding entries and then increasing the size of the resource timing buffer results in entries added in the right order] - expected: FAIL - diff --git a/testing/web-platform/meta/resource-timing/buffer-full-when-populate-entries.html.ini b/testing/web-platform/meta/resource-timing/buffer-full-when-populate-entries.html.ini deleted file mode 100644 index 855b6f9c6a8f..000000000000 --- a/testing/web-platform/meta/resource-timing/buffer-full-when-populate-entries.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[buffer-full-when-populate-entries.html] - [Verify that resourcetimingbufferfull is properly invoked] - expected: FAIL - diff --git a/testing/web-platform/meta/resource-timing/resource_timing_store_and_clear_during_callback.html.ini b/testing/web-platform/meta/resource-timing/resource_timing_store_and_clear_during_callback.html.ini new file mode 100644 index 000000000000..6cb53d68db46 --- /dev/null +++ b/testing/web-platform/meta/resource-timing/resource_timing_store_and_clear_during_callback.html.ini @@ -0,0 +1,25 @@ +[resource_timing_store_and_clear_during_callback.html] + [http://web-platform.test:8000/resources/testharnessreport.js is expected to be in the Resource Timing buffer] + expected: FAIL + + [http://web-platform.test:8000/resource-timing/resources/empty_script.js is expected to be in the Resource Timing buffer] + expected: FAIL + + [6 resource timing entries should be moved to global buffer.] + expected: FAIL + + [No entry should be stored in resource timing buffer since its cleared once an item arrived.] + expected: FAIL + + [http://web-platform.test:8000/resource-timing/resources/webperftestharness.js is expected to be in the Resource Timing buffer] + expected: FAIL + + [http://web-platform.test:8000/resources/testharness.js is expected to be in the Resource Timing buffer] + expected: FAIL + + [http://web-platform.test:8000/resource-timing/resources/resource_timing_test0.js is expected to be in the Resource Timing buffer] + expected: FAIL + + [http://web-platform.test:8000/resource-timing/resources/webperftestharnessextension.js is expected to be in the Resource Timing buffer] + expected: FAIL + diff --git a/testing/web-platform/meta/service-workers/service-worker/performance-timeline.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/performance-timeline.https.html.ini index c55d0c7a0aa8..dfc8427271e3 100644 --- a/testing/web-platform/meta/service-workers/service-worker/performance-timeline.https.html.ini +++ b/testing/web-platform/meta/service-workers/service-worker/performance-timeline.https.html.ini @@ -1,13 +1,6 @@ prefs: [privacy.reduceTimerPrecision:false] [performance-timeline.https.html] - expected: TIMEOUT [Resource Timing] - expected: TIMEOUT + expected: FAIL bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1432758 - [Test Performance Timeline API in Service Worker] - expected: TIMEOUT - - [empty service worker fetch event included in performance timings] - expected: NOTRUN - diff --git a/testing/web-platform/meta/shadow-dom/scroll-to-the-fragment-in-shadow-tree.html.ini b/testing/web-platform/meta/shadow-dom/scroll-to-the-fragment-in-shadow-tree.html.ini new file mode 100644 index 000000000000..e9450fef57a2 --- /dev/null +++ b/testing/web-platform/meta/shadow-dom/scroll-to-the-fragment-in-shadow-tree.html.ini @@ -0,0 +1,5 @@ +[scroll-to-the-fragment-in-shadow-tree.html] + [The user agent scroll to the fragment when there is an element with an ID exactly equal to the decoded fragid] + expected: + if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + diff --git a/testing/web-platform/meta/streams/readable-streams/bad-underlying-sources.any.js.ini b/testing/web-platform/meta/streams/readable-streams/bad-underlying-sources.any.js.ini deleted file mode 100644 index 7768b3757c10..000000000000 --- a/testing/web-platform/meta/streams/readable-streams/bad-underlying-sources.any.js.ini +++ /dev/null @@ -1,67 +0,0 @@ -[bad-underlying-sources.any.worker.html] - [Underlying source cancel: throwing getter] - expected: FAIL - - [Underlying source: calling error twice should not throw] - expected: FAIL - - [Underlying source: calling error after close should not throw] - expected: FAIL - - [Underlying source pull: throwing getter (second pull does not result in a second get)] - expected: FAIL - - [Underlying source: throwing pull getter (initial pull)] - expected: FAIL - - -[bad-underlying-sources.any.sharedworker.html] - [Underlying source cancel: throwing getter] - expected: FAIL - - [Underlying source: calling error twice should not throw] - expected: FAIL - - [Underlying source: calling error after close should not throw] - expected: FAIL - - [Underlying source pull: throwing getter (second pull does not result in a second get)] - expected: FAIL - - [Underlying source: throwing pull getter (initial pull)] - expected: FAIL - - -[bad-underlying-sources.any.html] - [Underlying source cancel: throwing getter] - expected: FAIL - - [Underlying source: calling error twice should not throw] - expected: FAIL - - [Underlying source: calling error after close should not throw] - expected: FAIL - - [Underlying source pull: throwing getter (second pull does not result in a second get)] - expected: FAIL - - [Underlying source: throwing pull getter (initial pull)] - expected: FAIL - - -[bad-underlying-sources.any.serviceworker.html] - [Underlying source cancel: throwing getter] - expected: FAIL - - [Underlying source: calling error twice should not throw] - expected: FAIL - - [Underlying source: calling error after close should not throw] - expected: FAIL - - [Underlying source pull: throwing getter (second pull does not result in a second get)] - expected: FAIL - - [Underlying source: throwing pull getter (initial pull)] - expected: FAIL - diff --git a/testing/web-platform/meta/streams/readable-streams/constructor.any.js.ini b/testing/web-platform/meta/streams/readable-streams/constructor.any.js.ini deleted file mode 100644 index fb2632da0003..000000000000 --- a/testing/web-platform/meta/streams/readable-streams/constructor.any.js.ini +++ /dev/null @@ -1,79 +0,0 @@ -[constructor.any.serviceworker.html] - [ReadableStream constructor should stop after validate on pull fails] - expected: FAIL - - [ReadableStream constructor should stop after get on cancel fails] - expected: FAIL - - [ReadableStream constructor should stop after validate on cancel fails] - expected: FAIL - - [ReadableStream constructor should stop after get on start fails] - expected: FAIL - - [ReadableStream constructor should stop after get on pull fails] - expected: FAIL - - [ReadableStream constructor should stop after validate on start fails] - expected: FAIL - - -[constructor.any.html] - [ReadableStream constructor should stop after validate on pull fails] - expected: FAIL - - [ReadableStream constructor should stop after get on cancel fails] - expected: FAIL - - [ReadableStream constructor should stop after validate on cancel fails] - expected: FAIL - - [ReadableStream constructor should stop after get on start fails] - expected: FAIL - - [ReadableStream constructor should stop after get on pull fails] - expected: FAIL - - [ReadableStream constructor should stop after validate on start fails] - expected: FAIL - - -[constructor.any.worker.html] - [ReadableStream constructor should stop after validate on pull fails] - expected: FAIL - - [ReadableStream constructor should stop after get on cancel fails] - expected: FAIL - - [ReadableStream constructor should stop after validate on cancel fails] - expected: FAIL - - [ReadableStream constructor should stop after get on start fails] - expected: FAIL - - [ReadableStream constructor should stop after get on pull fails] - expected: FAIL - - [ReadableStream constructor should stop after validate on start fails] - expected: FAIL - - -[constructor.any.sharedworker.html] - [ReadableStream constructor should stop after validate on pull fails] - expected: FAIL - - [ReadableStream constructor should stop after get on cancel fails] - expected: FAIL - - [ReadableStream constructor should stop after validate on cancel fails] - expected: FAIL - - [ReadableStream constructor should stop after get on start fails] - expected: FAIL - - [ReadableStream constructor should stop after get on pull fails] - expected: FAIL - - [ReadableStream constructor should stop after validate on start fails] - expected: FAIL - diff --git a/testing/web-platform/meta/streams/readable-streams/garbage-collection.any.js.ini b/testing/web-platform/meta/streams/readable-streams/garbage-collection.any.js.ini deleted file mode 100644 index f3a9e7934330..000000000000 --- a/testing/web-platform/meta/streams/readable-streams/garbage-collection.any.js.ini +++ /dev/null @@ -1,19 +0,0 @@ -[garbage-collection.any.sharedworker.html] - [ReadableStreamController methods should continue working properly when scripts lose their reference to the readable stream] - expected: FAIL - - -[garbage-collection.any.html] - [ReadableStreamController methods should continue working properly when scripts lose their reference to the readable stream] - expected: FAIL - - -[garbage-collection.any.serviceworker.html] - [ReadableStreamController methods should continue working properly when scripts lose their reference to the readable stream] - expected: FAIL - - -[garbage-collection.any.worker.html] - [ReadableStreamController methods should continue working properly when scripts lose their reference to the readable stream] - expected: FAIL - diff --git a/testing/web-platform/meta/streams/readable-streams/general.any.js.ini b/testing/web-platform/meta/streams/readable-streams/general.any.js.ini index f69abc18317c..dc5bf1a2241e 100644 --- a/testing/web-platform/meta/streams/readable-streams/general.any.js.ini +++ b/testing/web-platform/meta/streams/readable-streams/general.any.js.ini @@ -1,55 +1,19 @@ [general.any.serviceworker.html] - [ReadableStream constructor will not tolerate initial garbage as pull argument] - expected: FAIL - - [ReadableStream start should be called with the proper parameters] - expected: FAIL - [ReadableStream instances should have the correct list of properties] expected: FAIL - [ReadableStream constructor will not tolerate initial garbage as cancel argument] - expected: FAIL - [general.any.html] - [ReadableStream constructor will not tolerate initial garbage as pull argument] - expected: FAIL - - [ReadableStream start should be called with the proper parameters] - expected: FAIL - [ReadableStream instances should have the correct list of properties] expected: FAIL - [ReadableStream constructor will not tolerate initial garbage as cancel argument] - expected: FAIL - [general.any.worker.html] - [ReadableStream constructor will not tolerate initial garbage as pull argument] - expected: FAIL - - [ReadableStream start should be called with the proper parameters] - expected: FAIL - [ReadableStream instances should have the correct list of properties] expected: FAIL - [ReadableStream constructor will not tolerate initial garbage as cancel argument] - expected: FAIL - [general.any.sharedworker.html] - [ReadableStream constructor will not tolerate initial garbage as pull argument] - expected: FAIL - - [ReadableStream start should be called with the proper parameters] - expected: FAIL - [ReadableStream instances should have the correct list of properties] expected: FAIL - [ReadableStream constructor will not tolerate initial garbage as cancel argument] - expected: FAIL - diff --git a/testing/web-platform/meta/streams/readable-streams/patched-global.any.js.ini b/testing/web-platform/meta/streams/readable-streams/patched-global.any.js.ini deleted file mode 100644 index f022122b012e..000000000000 --- a/testing/web-platform/meta/streams/readable-streams/patched-global.any.js.ini +++ /dev/null @@ -1,19 +0,0 @@ -[patched-global.any.serviceworker.html] - [ReadableStream tee() should not touch Object.prototype properties] - expected: FAIL - - -[patched-global.any.sharedworker.html] - [ReadableStream tee() should not touch Object.prototype properties] - expected: FAIL - - -[patched-global.any.html] - [ReadableStream tee() should not touch Object.prototype properties] - expected: FAIL - - -[patched-global.any.worker.html] - [ReadableStream tee() should not touch Object.prototype properties] - expected: FAIL - diff --git a/testing/web-platform/meta/streams/transform-streams/general.any.js.ini b/testing/web-platform/meta/streams/transform-streams/general.any.js.ini index 88d194446d0c..b03dccaf1f9b 100644 --- a/testing/web-platform/meta/streams/transform-streams/general.any.js.ini +++ b/testing/web-platform/meta/streams/transform-streams/general.any.js.ini @@ -74,6 +74,9 @@ [TransformStream writable starts in the writable state] expected: FAIL + [Subclassing TransformStream should work] + expected: FAIL + [general.any.worker.html] [enqueue() should throw after readable.cancel()] @@ -151,6 +154,9 @@ [TransformStream writable starts in the writable state] expected: FAIL + [Subclassing TransformStream should work] + expected: FAIL + [general.any.serviceworker.html] [enqueue() should throw after readable.cancel()] @@ -228,6 +234,9 @@ [TransformStream writable starts in the writable state] expected: FAIL + [Subclassing TransformStream should work] + expected: FAIL + [general.any.sharedworker.html] [enqueue() should throw after readable.cancel()] @@ -305,3 +314,6 @@ [TransformStream writable starts in the writable state] expected: FAIL + [Subclassing TransformStream should work] + expected: FAIL + diff --git a/testing/web-platform/meta/streams/writable-streams/general.any.js.ini b/testing/web-platform/meta/streams/writable-streams/general.any.js.ini index ad3db5355d87..8a49d980a4d7 100644 --- a/testing/web-platform/meta/streams/writable-streams/general.any.js.ini +++ b/testing/web-platform/meta/streams/writable-streams/general.any.js.ini @@ -41,6 +41,9 @@ [desiredSize initial value] expected: FAIL + [Subclassing WritableStream should work] + expected: FAIL + [general.any.html] [ready promise should fire before closed on releaseLock] @@ -85,6 +88,9 @@ [desiredSize initial value] expected: FAIL + [Subclassing WritableStream should work] + expected: FAIL + [general.any.worker.html] [ready promise should fire before closed on releaseLock] @@ -129,6 +135,9 @@ [desiredSize initial value] expected: FAIL + [Subclassing WritableStream should work] + expected: FAIL + [general.any.sharedworker.html] [ready promise should fire before closed on releaseLock] @@ -173,3 +182,6 @@ [desiredSize initial value] expected: FAIL + [Subclassing WritableStream should work] + expected: FAIL + diff --git a/testing/web-platform/meta/websockets/__dir__.ini b/testing/web-platform/meta/websockets/__dir__.ini index 61faf505f785..009f16d0a5ba 100644 --- a/testing/web-platform/meta/websockets/__dir__.ini +++ b/testing/web-platform/meta/websockets/__dir__.ini @@ -1,3 +1,3 @@ -lsan-allowed: [Alloc, Create, Malloc, NewPage, PLDHashTable::Add, PLDHashTable::ChangeTable, Realloc, RecvOnAcknowledge, RecvOnStop, mozilla::BasePrincipal::CreateCodebasePrincipal, mozilla::SchedulerGroup::CreateEventTargetFor, mozilla::ThrottledEventQueue::Create, mozilla::WeakPtr, mozilla::dom::WebSocket::WebSocket, mozilla::dom::WorkerCSPEventListener::Create, mozilla::dom::nsIContentChild::GetConstructedEventTarget, mozilla::net::WebSocketChannelChild::RecvOnServerClose, nsAtomTable::Atomize, mozilla::net::nsStandardURL::TemplatedMutator, nsDocShell::Create] +lsan-allowed: [Alloc, Create, Malloc, NewPage, PLDHashTable::Add, PLDHashTable::ChangeTable, Realloc, RecvOnAcknowledge, RecvOnStop, mozilla::BasePrincipal::CreateCodebasePrincipal, mozilla::SchedulerGroup::CreateEventTargetFor, mozilla::ThrottledEventQueue::Create, mozilla::WeakPtr, mozilla::dom::WebSocket::WebSocket, mozilla::dom::WorkerCSPEventListener::Create, mozilla::dom::nsIContentChild::GetConstructedEventTarget, mozilla::net::WebSocketChannelChild::RecvOnServerClose, mozilla::net::nsStandardURL::TemplatedMutator, nsAtomTable::Atomize, nsDocShell::Create] lsan-max-stack-depth: 7 leak-threshold: [tab:51200] diff --git a/testing/web-platform/meta/workers/modules/dedicated-worker-import.any.js.ini b/testing/web-platform/meta/workers/modules/dedicated-worker-import.any.js.ini index 2fcea9b9c07c..82fa08faff64 100644 --- a/testing/web-platform/meta/workers/modules/dedicated-worker-import.any.js.ini +++ b/testing/web-platform/meta/workers/modules/dedicated-worker-import.any.js.ini @@ -1,5 +1,6 @@ [dedicated-worker-import.any.html] - expected: ERROR + expected: + ERROR [Static import.] expected: FAIL