Index: LayoutTests/fast/canvas/webgl/data-view-crash-expected.txt |
diff --git a/LayoutTests/fast/canvas/webgl/data-view-crash-expected.txt b/LayoutTests/fast/canvas/webgl/data-view-crash-expected.txt |
index 6e201b2292a7f7e8e552a00d51344f67b129228e..479df30c8004df3cd9f36f274b3a3ac26d3753d5 100644 |
--- a/LayoutTests/fast/canvas/webgl/data-view-crash-expected.txt |
+++ b/LayoutTests/fast/canvas/webgl/data-view-crash-expected.txt |
@@ -2,8 +2,8 @@ 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: Size is too large (or is negative).. |
-PASS view = new DataView(array.buffer, -4500000000, 4500000000) threw exception RangeError: Size is too large (or is negative).. |
+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 |