| Index: third_party/WebKit/LayoutTests/fast/canvas/webgl/data-view-crash-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/data-view-crash-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/webgl/data-view-crash-expected.txt
|
| deleted file mode 100644
|
| index 479df30c8004df3cd9f36f274b3a3ac26d3753d5..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/data-view-crash-expected.txt
|
| +++ /dev/null
|
| @@ -1,10 +0,0 @@
|
| -Test that DataView does not crash with bad offset or length.
|
| -
|
| -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| -
|
| -PASS view = new DataView(array.buffer, -4500000000) threw exception RangeError: Start offset is outside the bounds of the buffer.
|
| -PASS view = new DataView(array.buffer, -4500000000, 4500000000) threw exception RangeError: Start offset is outside the bounds of the buffer.
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| -
|
|
|