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 1780567 - Fix shared target allocation for tasks with Existing mo…
…de r=gfx-reviewers,jgilbert Differential Revision: https://phabricator.services.mozilla.com/D152474
- Loading branch information
Glenn Watson
committed
Jul 21, 2022
1 parent
71ff4e1
commit 246371e
Showing
3 changed files
with
30 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<style> | ||
* { | ||
overflow-inline: hidden; | ||
border-end-end-radius: 14mm ! important; | ||
border-left-color: WindowFrame; | ||
backdrop-filter: saturate(70%); | ||
} | ||
|
||
INPUT { | ||
outline: medium invert auto; | ||
} | ||
|
||
H2 { | ||
padding: 69% !important; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h2 dir='ltr'><dfn> <i> <input></i> </dfn></h2></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
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