Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / canvas / webgl / data-view-crash-expected.txt
blob479df30c8004df3cd9f36f274b3a3ac26d3753d5
1 Test that DataView does not crash with bad offset or length.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5 PASS view = new DataView(array.buffer, -4500000000) threw exception RangeError: Start offset is outside the bounds of the buffer.
6 PASS view = new DataView(array.buffer, -4500000000, 4500000000) threw exception RangeError: Start offset is outside the bounds of the buffer.
7 PASS successfullyParsed is true
9 TEST COMPLETE