mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 942017 - Reftest.
This commit is contained in:
parent
99419ff1d6
commit
8187c0ae71
63
layout/reftests/bugs/942017-ref.html
Normal file
63
layout/reftests/bugs/942017-ref.html
Normal file
@ -0,0 +1,63 @@
|
||||
<!DOCTYPE HTML>
|
||||
<!--
|
||||
Any copyright is dedicated to the Public Domain.
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
||||
-->
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<title>Bug 942017</title>
|
||||
|
||||
<style type="text/css">
|
||||
@font-face {
|
||||
font-family: DejaVuSansMono;
|
||||
src: url(../fonts/DejaVuSansMono.woff),url(DejaVuSansMono.woff);
|
||||
}
|
||||
|
||||
html,body {
|
||||
color:black; background-color:white; font-size:24px; font-family:DejaVuSansMono; padding:20px; margin:0;
|
||||
}
|
||||
|
||||
div {
|
||||
float: left;
|
||||
padding: 1em 2em;
|
||||
outline: 2px solid black;
|
||||
background: black;
|
||||
}
|
||||
|
||||
div.a { line-height: 0.5em; }
|
||||
div.b { line-height: 2em; }
|
||||
div.i l { margin-left:2.84ch; }
|
||||
|
||||
l { display:block; outline:1px solid green; width:1ch; direction:rtl; white-space:nowrap; }
|
||||
x { display:inline-block; width:2.84ch; height:1px; vertical-align:top; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="a">
|
||||
<l>X<x></x></l>
|
||||
<l>X<x></x></l>
|
||||
</div>
|
||||
|
||||
<br clear="all">
|
||||
|
||||
<div class="b">
|
||||
<l>X<x></x></l>
|
||||
<l>X<x></x></l>
|
||||
</div>
|
||||
|
||||
<br clear="all">
|
||||
|
||||
<div class="a i">
|
||||
<l>X<x></x></l>
|
||||
<l>X<x></x></l>
|
||||
</div>
|
||||
|
||||
<br clear="all">
|
||||
|
||||
<div class="b i">
|
||||
<l>X<x></x></l>
|
||||
<l>X<x></x></l>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
65
layout/reftests/bugs/942017.html
Normal file
65
layout/reftests/bugs/942017.html
Normal file
@ -0,0 +1,65 @@
|
||||
<!DOCTYPE HTML>
|
||||
<!--
|
||||
Any copyright is dedicated to the Public Domain.
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
||||
-->
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<title>Bug 942017</title>
|
||||
|
||||
<style type="text/css">
|
||||
@font-face {
|
||||
font-family: DejaVuSansMono;
|
||||
src: url(../fonts/DejaVuSansMono.woff),url(DejaVuSansMono.woff);
|
||||
}
|
||||
|
||||
html,body {
|
||||
color:black; background-color:white; font-size:24px; font-family:DejaVuSansMono; padding:20px; margin:0;
|
||||
}
|
||||
|
||||
div {
|
||||
float: left;
|
||||
padding: 1em 2em;
|
||||
outline: 2px solid black;
|
||||
background: black;
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
div.a { line-height: 0.5em; }
|
||||
div.b { line-height: 2em; }
|
||||
div.i { list-style-position: inside; }
|
||||
|
||||
li { outline:1px solid green; padding:0; margin:0; letter-spacing:0; }
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="a">
|
||||
<li>X</li>
|
||||
<li>X</li>
|
||||
</div>
|
||||
|
||||
<br clear="all">
|
||||
|
||||
<div class="b">
|
||||
<li>X</li>
|
||||
<li>X</li>
|
||||
</div>
|
||||
|
||||
<br clear="all">
|
||||
|
||||
<div class="a i">
|
||||
<li>X</li>
|
||||
<li>X</li>
|
||||
</div>
|
||||
|
||||
<br clear="all">
|
||||
|
||||
<div class="b i">
|
||||
<li>X</li>
|
||||
<li>X</li>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -1785,4 +1785,5 @@ fuzzy-if(cocoaWidget,1,40) == 928607-1.html 928607-1-ref.html
|
||||
== 931853-quirks.html 931853-quirks-ref.html
|
||||
== 936670-1.svg 936670-1-ref.svg
|
||||
== 941940-1.html 941940-1-ref.html
|
||||
== 942017.html 942017-ref.html
|
||||
fails-if(winWidget&&!d2d) == 942672-1.html 942672-1-ref.html
|
||||
|
Loading…
Reference in New Issue
Block a user