forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1822521 - Update UA stylesheet for popover. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D172700
- Loading branch information
1 parent
881e51a
commit 1529996
Showing
9 changed files
with
70 additions
and
7 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
2 changes: 0 additions & 2 deletions
2
testing/web-platform/meta/html/semantics/popovers/popover-hidden-display.html.ini
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
testing/web-platform/meta/html/semantics/popovers/popover-stacking-context.html.ini
This file was deleted.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
testing/web-platform/tests/html/semantics/popovers/popover-and-svg-ref.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8" /> | ||
<title>Popover is only effective on HTMLElement, not on svg element</title> | ||
<style> | ||
svg { | ||
width: 100px; | ||
height: 100px; | ||
background-color:green; | ||
} | ||
</style> | ||
<svg ></svg> |
18 changes: 18 additions & 0 deletions
18
testing/web-platform/tests/html/semantics/popovers/popover-and-svg.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8" /> | ||
<title>Popover is only effective on HTMLElement, not on svg element</title> | ||
<link rel="author" href="mailto:[email protected]"> | ||
<link rel=help href="https://html.spec.whatwg.org/#the-popover-attribute"> | ||
<link rel="match" href="popover-and-svg-ref.html"> | ||
<style> | ||
svg { | ||
width: 100px; | ||
height: 100px; | ||
background-color:green; | ||
} | ||
[popover] { | ||
top: 100px; | ||
bottom: auto; | ||
} | ||
</style> | ||
<svg popover></svg> |
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