aboutsummaryrefslogtreecommitdiffstats
path: root/vaadin-grid/test/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'vaadin-grid/test/index.html')
-rw-r--r--vaadin-grid/test/index.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/vaadin-grid/test/index.html b/vaadin-grid/test/index.html
deleted file mode 100644
index e9bd2fc..0000000
--- a/vaadin-grid/test/index.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!doctype html>
-<html>
-<head>
- <meta charset="utf-8">
- <script src="../../webcomponentsjs/webcomponents.min.js"></script>
- <script src="../../web-component-tester/browser.js"></script>
-</head>
-<body>
-<script>
-WCT.loadSuites([
- 'grid-binding-data.html',
- 'grid-editing-columns.html',
- 'grid-editor-handler.html',
- 'grid-properties.html',
- 'grid-redrawer.html',
-// 'grid-rendering-light-dom.html',
- 'grid-scrolling-rows.html',
- 'grid-selecting-rows.html',
- 'grid-static-sections.html',
- 'grid-sorting-rows.html'
-]);
-</script>
-</body>
-</html>