mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00: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
10
layout/reftests/box-sizing/intrinsic-1m.html
Normal file
10
layout/reftests/box-sizing/intrinsic-1m.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<body>
|
||||
<div style="display: inline-block; background: blue;
|
||||
box-sizing: border-box; height: 200px;
|
||||
border: 80px transparent solid">
|
||||
<!-- We need to be shorter than intrinsic height, so use a max-height -->
|
||||
<img src="lime100x100.png"
|
||||
style="max-height: 100%; display: block; visibility: hidden;">
|
||||
</div>
|
||||
</body>
|
||||
Loading…
Add table
Add a link
Reference in a new issue