| Index: LayoutTests/fast/js/webidl-type-mapping-expected.txt
|
| diff --git a/LayoutTests/fast/js/webidl-type-mapping-expected.txt b/LayoutTests/fast/js/webidl-type-mapping-expected.txt
|
| index b8e284bce1b1be67f81e2aa76f26c91c1224b01a..1fedaa67485dc52c401b58fb6d9754845a2d5217 100644
|
| --- a/LayoutTests/fast/js/webidl-type-mapping-expected.txt
|
| +++ b/LayoutTests/fast/js/webidl-type-mapping-expected.txt
|
| @@ -1018,6 +1018,10 @@ PASS converter.testEnforceRangeUnsignedShort is 0
|
| PASS converter.testEnforceRangeUnsignedShort = undefined threw exception TypeError: Failed to set the 'testEnforceRangeUnsignedShort' property on 'TypeConversions': Value is not of type 'unsigned short'..
|
| PASS converter.testEnforceRangeUnsignedShort = {valueOf:function(){throw new Error('custom');}} threw exception Error: custom.
|
|
|
| +converter.testByteString = '!@#123ABCabc\x00\x80\xFF\r\n\t'
|
| +PASS converter.testByteString is "!@#123ABCabc\u0000ÿ\r\n\t"
|
| +PASS converter.testByteString = '\u0100' threw exception TypeError: Failed to set the 'testByteString' property on 'TypeConversions': Value is not a valid ByteString..
|
| +PASS converter.testByteString is "!@#123ABCabc\u0000ÿ\r\n\t"
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|