mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1182008 - Fix inconsistencies between testcases and reference files in (currently-failing) vertical float-in-rtl reftests. r=smontagu
This commit is contained in:
parent
4a4a5cfc97
commit
4a128f8ec7
@ -19,7 +19,7 @@
|
||||
<div style="height:100px;width:150px;background:rgba(255,0,0,0.8);display:inline-block;margin-top:400px;"></div>
|
||||
</div>
|
||||
<div class="vlr" style="background:silver; height: 100%;">
|
||||
<div style="padding-bottom: 200px; direction:rtl">This text should appear ABOVE the green and red blocks.</div>
|
||||
<div style="padding-bottom: 200px; direction:rtl">This text should appear ABOVE the red and green blocks.</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -12,6 +12,7 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div style="height:600px; margin-top:0; margin-bottom:auto;">
|
||||
<div dir="ltr" style="height:300px">
|
||||
<div style="height:100px;width:120px;background:rgba(0,255,0,0.8);float:right;"></div>
|
||||
</div>
|
||||
@ -21,5 +22,6 @@
|
||||
<div style="background:silver">
|
||||
This text should appear ABOVE the red and green blocks.
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -12,6 +12,7 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div style="height:600px; margin-top:0; margin-bottom:auto;">
|
||||
<div style="height:300px">
|
||||
<div style="height:100px;width:120px;background:rgba(0,255,0,0.8);float:right;"></div>
|
||||
</div>
|
||||
@ -21,5 +22,6 @@
|
||||
<div style="background:silver">
|
||||
This text should appear ABOVE the red and green blocks.
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -12,6 +12,7 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div style="height:600px; margin-top:0; margin-bottom:auto;">
|
||||
<div dir="ltr" style="height:300px">
|
||||
<div style="height:100px;width:120px;background:rgba(0,255,0,0.8);float:right;"></div>
|
||||
</div>
|
||||
@ -21,5 +22,6 @@
|
||||
<div style="background:silver">
|
||||
This text should appear ABOVE the red and green blocks.
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -12,6 +12,7 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div style="height:600px; margin-top:0; margin-bottom:auto;">
|
||||
<div dir="ltr" style="inline-size:-moz-fit-content">
|
||||
<div style="height:300px">
|
||||
<div style="height:100px;width:120px;background:rgba(0,255,0,0.8);float:right;"></div>
|
||||
@ -23,5 +24,6 @@
|
||||
<div style="background:silver">
|
||||
This text should appear ABOVE the red and green blocks.
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -19,7 +19,7 @@
|
||||
<div style="height:100px;width:150px;background:rgba(255,0,0,0.8);display:inline-block;margin-top:400px;"></div>
|
||||
</div>
|
||||
<div dir=ltr class="vrl" style="background:silver; height: 100%;">
|
||||
<div style="padding-bottom: 200px; direction:rtl">This text should appear ABOVE the green and red blocks.</div>
|
||||
<div style="padding-bottom: 200px; direction:rtl">This text should appear ABOVE the red and green blocks.</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -12,6 +12,7 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div style="height:600px; margin-top:0; margin-bottom:auto;">
|
||||
<div dir="ltr" style="height:300px">
|
||||
<div style="height:100px;width:120px;background:rgba(0,255,0,0.8);float:right;"></div>
|
||||
</div>
|
||||
@ -21,5 +22,6 @@
|
||||
<div style="background:silver">
|
||||
This text should appear ABOVE the red and green blocks.
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -12,6 +12,7 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div style="height:600px; margin-top:0; margin-bottom:auto;">
|
||||
<div style="height:300px">
|
||||
<div style="height:100px;width:120px;background:rgba(0,255,0,0.8);float:right;"></div>
|
||||
</div>
|
||||
@ -21,5 +22,6 @@
|
||||
<div style="background:silver">
|
||||
This text should appear ABOVE the red and green blocks.
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -12,6 +12,7 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div style="height:600px; margin-top:0; margin-bottom:auto;">
|
||||
<div dir="ltr" style="height:300px">
|
||||
<div style="height:100px;width:120px;background:rgba(0,255,0,0.8);float:right;"></div>
|
||||
</div>
|
||||
@ -21,5 +22,6 @@
|
||||
<div style="background:silver">
|
||||
This text should appear ABOVE the red and green blocks.
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -12,6 +12,7 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div style="height:600px; margin-top:0; margin-bottom:auto;">
|
||||
<div dir="ltr" style="inline-size:-moz-fit-content">
|
||||
<div style="height:300px">
|
||||
<div style="height:100px;width:120px;background:rgba(0,255,0,0.8);float:right;"></div>
|
||||
@ -23,5 +24,6 @@
|
||||
<div style="background:silver">
|
||||
This text should appear ABOVE the red and green blocks.
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user