blob: fb865701b51add09de89d2203117e3012e4a356d [file] [log] [blame]
PASS location hash
PASS Setting location.hash on srcdoc iframe
PASS Setting hash should automatically include hash character
FAIL Setting hash should encode incompatible characters assert_equals: expected "#not%20encoded" but got "#not encoded"
PASS Setting hash to an already encoded value should not double encode it
FAIL Setting hash which is partially encoded should only encode incompatible characters assert_equals: expected "#mixed%20encoding%20here" but got "#mixed encoding%20here"