-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test allow rules for luigi container (#3852)
* Test allowRules for LuigiContainer * Test allowRules for LuigiContainer --------- Co-authored-by: Anna Milewska <[email protected]>
- Loading branch information
1 parent
90c5c2d
commit 18f045c
Showing
3 changed files
with
58 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,14 @@ | ||
<!-- This microfrontend HTML file is used to test allow rules functionality --> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title></title> | ||
<meta charset="utf-8" /> | ||
</head> | ||
|
||
<body style="border: solid cyan 2px;"> | ||
<div> | ||
<h1>allow rules test for iframes</h1> | ||
</div> | ||
</body> | ||
</html> |