mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 18:37: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
27
layout/tables/crashtests/1243623-1.html
Normal file
27
layout/tables/crashtests/1243623-1.html
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<style>
|
||||
p {
|
||||
writing-mode:tb;
|
||||
float:right;
|
||||
font-size:2000px;
|
||||
}
|
||||
#bb {
|
||||
position:sticky;
|
||||
display:table-footer-group;
|
||||
}
|
||||
#dd {
|
||||
transition:2s ease-in;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<div id="dd"></div>
|
||||
<div id="bb">
|
||||
<p>grilling it up
|
||||
</div>
|
||||
</body>
|
||||
<script>
|
||||
document.body.offsetTop;
|
||||
dd.style.marginTop = "100px";
|
||||
</script>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue