mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 08:27: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
34
layout/reftests/bidi/1161752-2-embed.html
Normal file
34
layout/reftests/bidi/1161752-2-embed.html
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title></title>
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
html { direction: rtl; }
|
||||
|
||||
div
|
||||
{
|
||||
background-color: green;
|
||||
border-left: green none 0px;
|
||||
border-right: green none 0px;
|
||||
height: 50px;
|
||||
left: 20%;
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
position: absolute;
|
||||
right: 20%;
|
||||
top: 0px;
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue