Index: LayoutTests/fast/canvas/webgl/array-unit-tests.html |
diff --git a/LayoutTests/fast/canvas/webgl/array-unit-tests.html b/LayoutTests/fast/canvas/webgl/array-unit-tests.html |
index 30fd9614fcece32313644b51015e767d99f96f64..c1b4ffb8ec35a53a9f61d70690b281976c01373e 100644 |
--- a/LayoutTests/fast/canvas/webgl/array-unit-tests.html |
+++ b/LayoutTests/fast/canvas/webgl/array-unit-tests.html |
@@ -123,9 +123,6 @@ function testInheritanceHierarchy() { |
} catch (e) { |
testPassed('ArrayBufferView has [NoInterfaceObject] extended attribute and was (correctly) not defined'); |
} |
- |
- // There is currently only one kind of view that inherits from another |
- shouldBe('new Uint8ClampedArray(1) instanceof Uint8Array', 'true'); |
Ken Russell (switch to Gerrit)
2013/07/19 20:31:36
Now that this has been resolved via offline discus
|
} |
// |
@@ -1003,7 +1000,6 @@ function runTests() { |
testConstructionWithNegativeOutOfRangeValues(type, name); |
testConstructionWithUnalignedOffset(type, name, testCase.elementSizeInBytes); |
testConstructionWithUnalignedLength(type, name, testCase.elementSizeInBytes); |
- testConstructionOfHugeArray(type, name, testCase.elementSizeInBytes); |
testConstructionWithBothArrayBufferAndLength(type, name, testCase.elementSizeInBytes); |
testConstructionWithSubPortionOfArrayBuffer(type, name, testCase.elementSizeInBytes); |
testSubarrayWithOutOfRangeValues(type, name, testCase.elementSizeInBytes); |