-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Custom Elements Everywhere test suite.
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
1 parent
be737a0
commit 9c9f626
Showing
3 changed files
with
432 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.