| Index: LayoutTests/dart/dom/PerformanceApi.dart
|
| diff --git a/LayoutTests/dart/dom/PerformanceApi.dart b/LayoutTests/dart/dom/PerformanceApi.dart
|
| deleted file mode 100644
|
| index 8dcd64cbcdfcea0d3f6cc3537863417be6a592d3..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/dart/dom/PerformanceApi.dart
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -#import('../../../../../dart/client/testing/unittest/unittest.dart');
|
| -#import('dart:dom');
|
| -
|
| -main() {
|
| - forLayoutTests();
|
| - test('PerformanceApi', () {
|
| - // Check that code below will not throw exceptions.
|
| - var requestStart = window.performance.timing.requestStart;
|
| - var responseStart = window.performance.timing.responseStart;
|
| - var responseEnd = window.performance.timing.responseEnd;
|
| -
|
| - var loading = window.performance.timing.domLoading;
|
| - var loadedStart = window.performance.timing.domContentLoadedEventStart;
|
| - var loadedEnd = window.performance.timing.domContentLoadedEventEnd;
|
| - var complete = window.performance.timing.domComplete;
|
| -
|
| - var loadEventStart = window.performance.timing.loadEventStart;
|
| - });
|
| -}
|
|
|