mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
25
layout/reftests/backgrounds/background-clip-text-1b.html
Normal file
25
layout/reftests/backgrounds/background-clip-text-1b.html
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<!doctype HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>background-clip: text</title>
|
||||
<style>
|
||||
div.out {
|
||||
width: 500px;
|
||||
height: 300px;
|
||||
margin: 0px;
|
||||
background-image: linear-gradient(green, green);
|
||||
background-clip: text;
|
||||
color: transparent;
|
||||
font-size: 100px;
|
||||
font-family: serif;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body style="margin: 0px;">
|
||||
<div class="out">
|
||||
<p style="display:inline-block;">TEXT clip</p>
|
||||
<div style="display:inline-block; width:0px; height:200px;"/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue