mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +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
|
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<body>
|
||||
<!-- Test that element content scrolls asynchronously even when content
|
||||
has to be split into separate layers with non-scrolling content in
|
||||
between -->
|
||||
<div style="width:400px; height:500px; overflow:hidden; border:2px solid black; margin-top:-50px;">
|
||||
<div style="height:450px"></div>
|
||||
<div style="height:100px; width:200px; float:left; background:purple"></div>
|
||||
<div style="left:200px; top:-50px; height:800px; width:300px; float:left; background:yellow; position:absolute; z-index:1;"></div>
|
||||
<div style="height:100px; width:200px; float:left; background:purple; position:relative; z-index:2;"></div>
|
||||
</div>
|
||||
</html>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue