Skip to content

Commit f251341

Browse files
committed
Fix tests
1 parent 328ba11 commit f251341

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
File renamed without changes.

test/index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!DOCTYPE html>
2+
<html><head>
3+
<title>memoization-behavior tests</title>
4+
5+
<meta charset="utf-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
7+
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
8+
9+
<script src="../../web-component-tester/browser.js"></script>
10+
11+
</head>
12+
<body>
13+
14+
<script>
15+
WCT.loadSuites([
16+
'computed.html',
17+
]);
18+
</script>
19+
20+
</body>
21+
</html>

0 commit comments

Comments
 (0)