Bug 1183431 followup - Add the test files that I failed to "hg add" when updating the reftest patch, because it's going to burn the CLOSED TREE.

This commit is contained in:
Jonathan Kew 2015-08-06 16:25:07 +01:00
parent 096b8b567a
commit 14645b5c50
8 changed files with 128 additions and 0 deletions

View File

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<style>
body>div { margin: 50px 20px; width: 400px; height: 500px; border: 5px solid blue; }
.abc { display: inline-block; border: 2px solid red; inline-size: 30px;
writing-mode: vertical-lr; position: absolute; left: 0; top: 0; }
.test { background: #aaa; position: absolute; left: 0; top: 0; width: 2em; height: 100%; }
.rel { position: relative; }
iframe {
position: absolute; left: 0; top: 34px;
background: yellow; border: 5px solid green;
width: 150px; height: 300px; /* XXX Bug 1191855 - this is probably wrong, pending CSSWG clarification */
}
</style>
<body>
<div class="rel">
<div class="test"><span class="abc">abc</span><iframe src="data:text/html,hello"></iframe></div>
</div>

View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<style>
body>div { margin: 50px 20px; width: 400px; height: 500px; border: 5px solid blue; }
.abc { display: inline-block; border: 2px solid red; inline-size: 30px; }
.test { background: #aaa; width: 2em; }
.vlr { writing-mode: vertical-lr; }
.rel { position: relative; }
iframe { position: absolute; background: yellow; border: 5px solid green; }
</style>
<body>
<div class="vlr">
<div class="test"><span class="abc">abc</span><iframe src="data:text/html,hello"></iframe></div>
</div>

View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<style>
body>div { margin: 50px 20px; width: 400px; height: 500px; border: 5px solid blue; }
.abc { display: inline-block; border: 2px solid red; inline-size: 30px; }
.test { background: #aaa; width: 2em; }
.vlr { writing-mode: vertical-lr; }
.rel { position: relative; }
iframe { position: absolute; background: yellow; border: 5px solid green; }
</style>
<body>
<div class="vlr rel">
<div class="test"><span class="abc">abc</span><iframe src="data:text/html,hello"></iframe></div>
</div>

View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<style>
body>div { margin: 50px 20px; width: 400px; height: 500px; border: 5px solid blue; }
.abc { display: inline-block; border: 2px solid red; inline-size: 30px; }
.test { background: #aaa; width: 2em; }
.vlr { writing-mode: vertical-lr; }
.rel { position: relative; }
iframe { position: absolute; background: yellow; border: 5px solid green; }
</style>
<body>
<div class="vlr">
<div class="test rel"><span class="abc">abc</span><iframe src="data:text/html,hello"></iframe></div>
</div>

View File

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<style>
body>div { margin: 50px 20px; width: 400px; height: 500px; border: 5px solid blue; }
.abc { display: inline-block; border: 2px solid red; inline-size: 30px;
writing-mode: vertical-rl; position: absolute; right: 0; top: 0; }
.test { background: #aaa; position: absolute; right: 0; top: 0; width: 2em; height: 100%; }
.rel { position: relative; }
iframe {
position: absolute; right: 0; top: 34px;
background: yellow; border: 5px solid green;
width: 150px; height: 300px; /* XXX Bug 1191855 - this is probably wrong, pending CSSWG clarification */
}
</style>
<body>
<div class="rel">
<div class="test"><span class="abc">abc</span><iframe src="data:text/html,hello"></iframe></div>
</div>

View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<style>
body>div { margin: 50px 20px; width: 400px; height: 500px; border: 5px solid blue; }
.abc { display: inline-block; border: 2px solid red; inline-size: 30px; }
.test { background: #aaa; width: 2em; }
.vrl { writing-mode: vertical-rl; }
.rel { position: relative; }
iframe { position: absolute; background: yellow; border: 5px solid green; }
</style>
<body>
<div class="vrl">
<div class="test"><span class="abc">abc</span><iframe src="data:text/html,hello"></iframe></div>
</div>

View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<style>
body>div { margin: 50px 20px; width: 400px; height: 500px; border: 5px solid blue; }
.abc { display: inline-block; border: 2px solid red; inline-size: 30px; }
.test { background: #aaa; width: 2em; }
.vrl { writing-mode: vertical-rl; }
.rel { position: relative; }
iframe { position: absolute; background: yellow; border: 5px solid green; }
</style>
<body>
<div class="vrl rel">
<div class="test"><span class="abc">abc</span><iframe src="data:text/html,hello"></iframe></div>
</div>

View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<style>
body>div { margin: 50px 20px; width: 400px; height: 500px; border: 5px solid blue; }
.abc { display: inline-block; border: 2px solid red; inline-size: 30px; }
.test { background: #aaa; width: 2em; }
.vrl { writing-mode: vertical-rl; }
.rel { position: relative; }
iframe { position: absolute; background: yellow; border: 5px solid green; }
</style>
<body>
<div class="vrl">
<div class="test rel"><span class="abc">abc</span><iframe src="data:text/html,hello"></iframe></div>
</div>