This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from BrightspaceUI/dbatiste/update-root-selector
Dbatiste/update root selector
- Loading branch information
Showing
4 changed files
with
25 additions
and
2 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
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,20 @@ | ||
<html> | ||
<head> | ||
<title>d2l-offscreen</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<script src="https://s.brightspace.com/lib/webcomponentsjs/0.7.21/webcomponents.min.js"></script> | ||
<link rel="import" href="../../d2l-demo-template/d2l-demo-template.html"> | ||
<link rel="import" href="../d2l-offscreen.html"> | ||
</head> | ||
<body unresolved> | ||
|
||
<d2l-demo-template title="d2l-offscreen"> | ||
|
||
<div class="d2l-demo-fixture"> | ||
Some offscreen content: <d2l-offscreen>this should be offscreen</d2l-offscreen> | ||
</div> | ||
|
||
</d2l-demo-template> | ||
|
||
</body> | ||
</html> |
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