| Index: third_party/WebKit/LayoutTests/fast/dom/script-tests/domtimestamp-is-number.js
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/script-tests/domtimestamp-is-number.js b/third_party/WebKit/LayoutTests/fast/dom/script-tests/domtimestamp-is-number.js
|
| deleted file mode 100644
|
| index 5b28114aca83b2a90af0f5333a14f69e951e59cf..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/script-tests/domtimestamp-is-number.js
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -description("This tests that DOMTimeStamp is a Number (and not a Date object).");
|
| -// See https://bugs.webkit.org/show_bug.cgi?id=49963
|
| -
|
| -var timestamp = null;
|
| -
|
| -function do_check(e) {
|
| - timestamp = e.timeStamp;
|
| - shouldBeFalse("timestamp instanceof Date");
|
| - shouldBeTrue("timestamp == Number(timestamp)");
|
| - finishJSTest();
|
| -}
|
| -window.jsTestIsAsync = true;
|
|
|