Skip to content

Commit

Permalink
Add Custom Elements Everywhere test suite.
Browse files Browse the repository at this point in the history
In the future, we may choose to add this test suite to the
custom-elements-everywhere repo. However, we should make sure that our
current test suite covers this need so that we don’t somehow drift as
we make changes.

Closes #106
  • Loading branch information
theengineear committed Apr 12, 2022
1 parent be737a0 commit 9c9f626
Show file tree
Hide file tree
Showing 3 changed files with 432 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ test('./test-computed-properties.html');
test('./test-observed-properties.html');
test('./test-listeners.html');
test('./test-scratch.html');
test('./test-custom-elements-everywhere.html');
10 changes: 10 additions & 0 deletions test/test-custom-elements-everywhere.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!doctype html>
<html>
<body>
<meta charset="UTF-8">
<script type="module" src="test-custom-elements-everywhere.js"></script>
<h3>Test Custom Elements Everywhere</h3>
<p>These tests attempt to hold “x-element” to the standards set by the “custom-elements-everywhere” project.</p>
<p>See <a href="https://custom-elements-everywhere.com/" target="_blank" rel="noreferrer">Custom Elements Everywhere</a> for details.</p>
</body>
</html>
Loading

0 comments on commit 9c9f626

Please sign in to comment.