Add CSS 2.1 test suite metadata for bug 243519 reftests.

This commit is contained in:
L. David Baron 2010-01-27 15:46:49 -08:00
Родитель c2b860ca0a
Коммит 9e89091323
21 изменённых файлов: 111 добавлений и 0 удалений

Просмотреть файл

@ -1,6 +1,9 @@
<!DOCTYPE HTML>
<html>
<head>
<title>CSS 2.1 Test Suite: Test for containing block for absolutely positioned elements being initial containing block</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<style>
body { margin:0; }
.pos { position:absolute; width:100px; height:100px; }

Просмотреть файл

@ -1,6 +1,12 @@
<!DOCTYPE HTML>
<html>
<head>
<title>CSS 2.1 Test Suite: Test for containing block for absolutely positioned elements being initial containing block</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#containing-block-details" />
<meta name="assert" content="If there is no such ancestor, the containing block is the initial containing block." />
<meta name="flags" content="dom" />
<style>
html { margin:10px; border:20px solid black; padding:30px; }
body { height:10000px; margin:0; }

Просмотреть файл

@ -1,5 +1,8 @@
<!DOCTYPE HTML>
<html style="background:yellow;">
<title>CSS 2.1 Test Suite: Test for containing block for absolutely positioned elements being initial containing block</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<body>
<div style="position:absolute; top:100px; left:100px; width:100px; height:100px;
border:10px solid black;"></div>

Просмотреть файл

@ -1,6 +1,12 @@
<!DOCTYPE HTML>
<html style="position:absolute; left:100px; top:100px; width:100px; height:100px;
background:yellow; border:10px solid black;">
<title>CSS 2.1 Test Suite: Test for containing block for absolutely positioned elements being initial containing block</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#containing-block-details" />
<meta name="assert" content="If there is no such ancestor, the containing block is the initial containing block." />
<meta name="flags" content="" />
<body>
</body>
</html>

Просмотреть файл

@ -1,6 +1,12 @@
<!DOCTYPE HTML>
<html style="position:fixed; left:100px; top:100px; width:100px; height:100px;
background:yellow; border:10px solid black;">
<title>CSS 2.1 Test Suite: Test for containing block for absolutely positioned elements being initial containing block</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#containing-block-details" />
<meta name="assert" content="If there is no such ancestor, the containing block is the initial containing block." />
<meta name="flags" content="" />
<body>
</body>
</html>

Просмотреть файл

@ -1,6 +1,12 @@
<!DOCTYPE HTML>
<html style="position:absolute; left:100px; top:100px; width:100px; height:100px;
background:yellow; border:10px solid black; display:table;">
<title>CSS 2.1 Test Suite: Test for containing block for absolutely positioned elements being initial containing block</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#containing-block-details" />
<meta name="assert" content="If there is no such ancestor, the containing block is the initial containing block." />
<meta name="flags" content="" />
<body>
</body>
</html>

Просмотреть файл

@ -1,6 +1,12 @@
<!DOCTYPE HTML>
<html style="position:fixed; left:100px; top:100px; width:100px; height:100px;
background:yellow; border:10px solid black; display:table">
<title>CSS 2.1 Test Suite: Test for containing block for absolutely positioned elements being initial containing block</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#containing-block-details" />
<meta name="assert" content="If there is no such ancestor, the containing block is the initial containing block." />
<meta name="flags" content="" />
<body>
</body>
</html>

Просмотреть файл

@ -1,5 +1,11 @@
<!DOCTYPE HTML>
<html style="display:table">
<title>CSS 2.1 Test Suite: Test for containing block for absolutely positioned elements being initial containing block</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#containing-block-details" />
<meta name="assert" content="If there is no such ancestor, the containing block is the initial containing block." />
<meta name="flags" content="" />
<body style="position:absolute; left:100px; top:100px; width:100px; height:100px; border:10px solid black;
background:yellow; margin:0">
</body>

Просмотреть файл

@ -1,5 +1,11 @@
<!DOCTYPE HTML>
<html style="display:table">
<title>CSS 2.1 Test Suite: Test for containing block for absolutely positioned elements being initial containing block</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#containing-block-details" />
<meta name="assert" content="If there is no such ancestor, the containing block is the initial containing block." />
<meta name="flags" content="" />
<body style="position:fixed; left:100px; top:100px; width:100px; height:100px; border:10px solid black;
background:yellow; margin:0">
</body>

Просмотреть файл

@ -1,5 +1,8 @@
<!DOCTYPE HTML>
<html style="background:yellow;">
<title>CSS 2.1 Test Suite: Test for containing block for absolutely positioned elements being initial containing block</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<body style="margin:0">
<div style="border:10px solid black; width:100px; height:100px;"></div>
</body>

Просмотреть файл

@ -1,6 +1,12 @@
<!DOCTYPE HTML>
<html style="position:absolute; width:100px; height:100px;
background:yellow; border:10px solid black;">
<title>CSS 2.1 Test Suite: Test for containing block for absolutely positioned elements being initial containing block</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#containing-block-details" />
<meta name="assert" content="If there is no such ancestor, the containing block is the initial containing block." />
<meta name="flags" content="" />
<body>
</body>
</html>

Просмотреть файл

@ -1,6 +1,12 @@
<!DOCTYPE HTML>
<html style="position:absolute; width:100px; height:100px; display:table;
background:yellow; border:10px solid black;">
<title>CSS 2.1 Test Suite: Test for containing block for absolutely positioned elements being initial containing block</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#containing-block-details" />
<meta name="assert" content="If there is no such ancestor, the containing block is the initial containing block." />
<meta name="flags" content="" />
<body>
</body>
</html>

Просмотреть файл

@ -1,6 +1,12 @@
<!DOCTYPE HTML>
<html style="position:fixed; width:100px; height:100px;
background:yellow; border:10px solid black;">
<title>CSS 2.1 Test Suite: Test for containing block for absolutely positioned elements being initial containing block</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#containing-block-details" />
<meta name="assert" content="If there is no such ancestor, the containing block is the initial containing block." />
<meta name="flags" content="" />
<body>
</body>
</html>

Просмотреть файл

@ -1,6 +1,12 @@
<!DOCTYPE HTML>
<html style="position:fixed; width:100px; height:100px; display:table;
background:yellow; border:10px solid black;">
<title>CSS 2.1 Test Suite: Test for containing block for absolutely positioned elements being initial containing block</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#containing-block-details" />
<meta name="assert" content="If there is no such ancestor, the containing block is the initial containing block." />
<meta name="flags" content="" />
<body>
</body>
</html>

Просмотреть файл

@ -1,5 +1,8 @@
<!DOCTYPE HTML>
<html>
<title>CSS 2.1 Test Suite: Test for containing block for absolutely positioned elements being initial containing block</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<body style="margin:0;">
<div style="position:relative; top:100px; left:100px; height:100px; border:10px solid black;">
<div style="position:absolute; bottom:0; height:30px; border:10px solid orange;">

Просмотреть файл

@ -1,5 +1,11 @@
<!DOCTYPE HTML>
<html style="position:relative; top:100px; left:100px; height:100px; border:10px solid black;">
<title>CSS 2.1 Test Suite: Test for containing block for absolutely positioned elements being initial containing block</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#containing-block-details" />
<meta name="assert" content="If there is no such ancestor, the containing block is the initial containing block." />
<meta name="flags" content="" />
<body style="position:absolute; margin:0; bottom:0; height:30px; border:10px solid orange;">
</body>
</html>

Просмотреть файл

@ -1,5 +1,8 @@
<!DOCTYPE HTML>
<html>
<title>CSS 2.1 Test Suite: Test for containing block for absolutely positioned elements being initial containing block</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<body style="margin:0">
<div style="position:fixed; width:50%; height:50%; left:50px; top:50px; border:10px solid black;"></div>
</body>

Просмотреть файл

@ -1,3 +1,9 @@
<!DOCTYPE HTML>
<html style="width:50%; height:50%; margin:50px; border:10px solid black;">
<title>CSS 2.1 Test Suite: Test for containing block for absolutely positioned elements being initial containing block</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#containing-block-details" />
<meta name="assert" content="If there is no such ancestor, the containing block is the initial containing block." />
<meta name="flags" content="" />
</html>

Просмотреть файл

@ -1,3 +1,9 @@
<!DOCTYPE HTML>
<html style="position:absolute; left:50px; top:50px; width:50%; height:50%; border:10px solid black;">
<title>CSS 2.1 Test Suite: Test for containing block for absolutely positioned elements being initial containing block</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#containing-block-details" />
<meta name="assert" content="If there is no such ancestor, the containing block is the initial containing block." />
<meta name="flags" content="" />
</html>

Просмотреть файл

@ -1,5 +1,11 @@
<!DOCTYPE HTML>
<html>
<title>CSS 2.1 Test Suite: Test for containing block for absolutely positioned elements being initial containing block</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#containing-block-details" />
<meta name="assert" content="If there is no such ancestor, the containing block is the initial containing block." />
<meta name="flags" content="" />
<body style="position:absolute; width:50%; height:50%; top:50px; left:50px; margin:0; border:10px solid black;">
</body>
</html>

Просмотреть файл

@ -1,5 +1,11 @@
<!DOCTYPE HTML>
<html style="position:relative; height:50%;">
<title>CSS 2.1 Test Suite: Test for containing block for absolutely positioned elements being initial containing block</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#containing-block-details" />
<meta name="assert" content="If there is no such ancestor, the containing block is the initial containing block." />
<meta name="flags" content="" />
<body style="position:absolute; width:50%; top:50px; left:50px; height:100%; margin:0; border:10px solid black;">
</body>
</html>