23 lines
837 B
INI
23 lines
837 B
INI
[percent-encoding.html]
|
|
[Test navigation with fragment: Percent char without hex digits is invalid..]
|
|
expected:
|
|
if (os == "mac") and not debug: [PASS, FAIL]
|
|
|
|
[Test navigation with fragment: Percent char followed by percent char is invalid..]
|
|
expected:
|
|
if (os == "mac") and not debug: [PASS, FAIL]
|
|
|
|
[Test navigation with fragment: Single digit percent-encoding is invalid..]
|
|
expected:
|
|
if (os == "mac") and not debug: [PASS, FAIL]
|
|
|
|
[Test navigation with fragment: Percent-encoding limited to two digits..]
|
|
expected:
|
|
if (os == "mac") and not debug: [PASS, FAIL]
|
|
|
|
[Test navigation with fragment: Percent-encoded "%%F".]
|
|
expected: FAIL
|
|
|
|
[Test navigation with fragment: Percent-encoding multibyte codepoint (CHECKMARK)..]
|
|
expected:
|
|
if (os == "mac") and not debug: [PASS, FAIL]
|