mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07: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
21
layout/reftests/bugs/1315113-1-ref.html
Normal file
21
layout/reftests/bugs/1315113-1-ref.html
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<html reftest-zoom="2">
|
||||
<meta charset="utf-8">
|
||||
<title>Reference for test for bug 1315113: Gradient in border image</title>
|
||||
<style>
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#box {
|
||||
width: 200px;
|
||||
border: 80px solid transparent;
|
||||
padding: 20px;
|
||||
background: linear-gradient(red, blue);
|
||||
background-origin: border-box;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<div id="box"></div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue