blob: e9bd2fc0697560f59fa5f7a6ffd0922c77d18b2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<!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>
|