mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +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
47
layout/reftests/pixel-rounding/collapsed-border-top-6.html
Normal file
47
layout/reftests/pixel-rounding/collapsed-border-top-6.html
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>Pixel rounding testcase</title>
|
||||
<style type="text/css">
|
||||
|
||||
html, body { margin: 0; border: none; padding: 0; }
|
||||
div { display: table; position: absolute; }
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- one border -->
|
||||
<div style="top: 10.6px; left: 10px; width: 10px; border-top: 10px solid green"></div>
|
||||
<div style="top: 10.6px; left: 30px; height: 10px; border-right: 10px solid green"></div>
|
||||
<div style="top: 10.6px; left: 50px; width: 10px; border-bottom: 10px solid green"></div>
|
||||
<div style="top: 10.6px; left: 70px; height: 10px; border-left: 10px solid green"></div>
|
||||
|
||||
<!-- two adjacent borders -->
|
||||
<div style="top: 10.6px; left: 90px; border-top: 10px solid green; border-right: 10px solid green"></div>
|
||||
<div style="top: 10.6px; left: 110px; border-bottom: 10px solid green; border-right: 10px solid green"></div>
|
||||
<div style="top: 10.6px; left: 130px; border-top: 10px solid green; border-left: 10px solid green"></div>
|
||||
<div style="top: 10.6px; left: 150px; border-bottom: 10px solid green; border-left: 10px solid green"></div>
|
||||
|
||||
<!-- two opposite borders -->
|
||||
<div style="top: 10.6px; left: 170px; width: 10px; border-top: 5px solid green; border-bottom: 5px solid green;"></div>
|
||||
<div style="top: 10.6px; left: 190px; width: 10px; border-top: 5px solid green; border-bottom: 5px solid green;"></div>
|
||||
<div style="top: 10.6px; left: 210px; height: 10px; border-right: 5px solid green; border-left: 5px solid green"></div>
|
||||
|
||||
<!-- three borders -->
|
||||
<div style="top: 10.6px; left: 230px; border-right: 5px solid green; border-bottom: 10px solid green; border-left: 5px solid green"></div>
|
||||
<div style="top: 10.6px; left: 250px; border-right: 5px solid green; border-top: 10px solid green; border-left: 5px solid green"></div>
|
||||
<div style="top: 10.6px; left: 270px; border-top: 5px solid green; border-bottom: 5px solid green; border-left: 10px solid green"></div>
|
||||
<div style="top: 10.6px; left: 290px; border-top: 5px solid green; border-bottom: 5px solid green; border-left: 10px solid green"></div>
|
||||
<div style="top: 10.6px; left: 310px; border-top: 5px solid green; border-bottom: 5px solid green; border-right: 10px solid green"></div>
|
||||
<div style="top: 10.6px; left: 330px; border-top: 5px solid green; border-bottom: 5px solid green; border-right: 10px solid green"></div>
|
||||
|
||||
<!-- four borders -->
|
||||
<div style="top: 10.6px; left: 350px; border-top: 5px solid green; border-right: 5px solid green; border-bottom: 5px solid green; border-left: 5px solid green"></div>
|
||||
<div style="top: 10.6px; left: 370px; border-top: 5px solid green; border-right: 5px solid green; border-bottom: 5px solid green; border-left: 5px solid green"></div>
|
||||
|
||||
<!-- border around space -->
|
||||
<div style="top: 30.6px; left: 10px; border: 10px solid green; height: 20px; width: 20px"></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue