Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / js / constructor-length.html
index 212dd55..4a99d47 100644 (file)
@@ -10,7 +10,6 @@ description("This tests the length property of constructors.");
 shouldBe('ArrayBuffer.length', '1');
 shouldBe('AudioContext.length', '0');
 shouldBe('AutocompleteErrorEvent.length', '1');
-shouldBe('BeforeLoadEvent.length', '1');
 shouldBe('Blob.length', '0');
 shouldBe('CloseEvent.length', '1');
 shouldBe('CustomEvent.length', '1');
@@ -41,7 +40,6 @@ shouldBe('ProgressEvent.length', '1');
 shouldBe('ShadowRoot.length', '0');
 shouldBe('SharedWorker.length', '1');
 shouldBe('StorageEvent.length', '1');
-shouldBe('TextTrackCue.length', '3');
 shouldBe('TrackEvent.length', '1');
 shouldBe('Uint16Array.length', '3');
 shouldBe('Uint32Array.length', '3');
@@ -52,7 +50,6 @@ shouldBe('WebGLContextEvent.length', '1');
 shouldBe('WebKitAnimationEvent.length', '1');
 shouldBe('WebKitCSSMatrix.length', '0');
 shouldBe('WebKitMutationObserver.length', '1');
-shouldBe('WebKitPoint.length', '0');
 shouldBe('WebKitTransitionEvent.length', '1');
 shouldBe('WebSocket.length', '1');
 shouldBe('Worker.length', '1');