Update web-platform-tests to revision b'468d01bbd84da2babf265c6af46947be68713440'

This commit is contained in:
WPT Sync Bot 2021-09-07 11:16:33 +00:00 committed by cybai
parent 35e95f55a1
commit 58e8ee674b
9438 changed files with 266112 additions and 106976 deletions

View file

@ -4,30 +4,29 @@
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com"/>
<style type="text/css">
div {
white-space: nowrap;
}
#test {
color: blue;
}
li { list-style-type: square; list-style-position: inside; }
li::marker { font-family: inherit; }
ib { }
</style>
</head>
<body>
<p>Test passes if there are 12 blue filled squares below.</p>
<div id="test">
&#x25FE;
&#x25FE;
&#x25FE;
&#x25FE;
&#x25FE;
&#x25FE;
&#x25FE;
&#x25FE;
&#x25FE;
&#x25FE;
&#x25FE;
&#x25FE;
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</div>
</body>
</html>

View file

@ -9,11 +9,8 @@
<link rel="match" href="content-counter-004-ref.xht"/>
<style type="text/css">
div { white-space: nowrap; }
#test { counter-reset: c; color: blue; }
#test span { counter-increment: c; }
#test span { display: block; counter-increment: c; }
#test span:before { content: counter(c, square); }
</style>

View file

@ -12,6 +12,7 @@
body {margin-left: 100px;}
ul {list-style-image: url("../support/cat.png");}
li::marker { font-family: inherit; }
]]></style>
</head>

View file

@ -0,0 +1,15 @@
<!doctype html>
<html
<head>
<title>Reference: CSS List Images: invalid</title>
<link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.com">
</head>
<body>
<p>There should be a bullet list with three similarly formatted list items below.</p>
<ul>
<li>One.</li>
<li>Two.</li>
<li>Three.</li>
</ul>
</body>
</html>

View file

@ -0,0 +1,22 @@
<!doctype html>
<html
<head>
<title>CSS Test: CSS List Images: invalid</title>
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
<link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.com">
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#list-style" >
<link rel="match" href="list-style-image-007-ref.html">
<style>
.no { list-style-image: url(404); }
</style>
</head>
<body>
<p>There should be a bullet list with three similarly formatted list items below.</p>
<ul>
<li> One.</li>
<li class="no"> Two.</li>
<li> Three.</li>
</ul>
</body>
</html>

View file

@ -6,7 +6,7 @@
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/mozilla/001.html" type="text/html"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#blockwidth"/>
<style type="text/css">
.test { border-left: 2em solid; padding-left: 0; width: 3em; padding-right: 0; border-right: 2em solid; -moz-box-sizing: border-box; }
.test { border-left: 2em solid; padding-left: 0; width: 3em; padding-right: 0; border-right: 2em solid; box-sizing: border-box; }
.control { border-left: none; padding-left: 0; width: 4em; padding-right: 0; border-right: none; }
.body div { background: navy; border-color: navy; height: 1em; }
</style>

View file

@ -6,7 +6,7 @@
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/mozilla/002.html" type="text/html"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#blockwidth"/>
<style type="text/css">
.test { border-left: none; padding-left: 2em; width: 3em; padding-right: 2em; border-right: none; -moz-box-sizing: border-box; }
.test { border-left: none; padding-left: 2em; width: 3em; padding-right: 2em; border-right: none; box-sizing: border-box; }
.control { border-left: none; padding-left: 0; width: 4em; padding-right: 0; border-right: none; }
body div { background: navy; height: 1em; }
</style>

View file

@ -11,7 +11,7 @@
<style type="text/css">
html { background: white; }
body { background: 100px 0 url(support/test-tr.png) no-repeat; }
div { width: 100px; background: url(support/test-bl.png) bottom left no-repeat; }
div { width: 200px; background: url(support/test-bl.png) bottom left no-repeat; }
div p { background: url(support/test-tl.png) top left no-repeat; }
object { display: block; margin: auto; padding-right: 100px; background: url(support/test-br.png) bottom right no-repeat; }
</style>

View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<link rel="author" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://crbug.com/1229999">
<div style="direction:rtl; width:500px">
<span style="border:solid">
<span style="position:relative">
<div style="display:inline-block; width:1000%; height:10px"></div>
<span dir="ltr">
<div style="position:absolute"></div>
</span>
</span>
</span>
</div>

View file

@ -13,6 +13,7 @@
{
color: green;
font: 2em/1 serif;
list-style-type: "\2022";
}
]]></style>

View file

@ -24,6 +24,7 @@
height: 0px;
margin-left: 1.25em;
overflow: visible;
list-style-type: "\2022";
}
ul
@ -39,6 +40,7 @@
font: 2em/1 serif;
height: 0px;
overflow: visible;
list-style-type: "\2022";
}
ul#heightless {height: 0px;}

View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<body style="direction: ltr">
<span style="display: block">x</span>
<span style="border: 5px solid blue; border-left: none; border-right: none;
padding-right: 10px"></span>
</body>

View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS 2.1 Test Suite: handling of blocks inside inlines</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level">
<link rel="match" href="emptyspan-1-ref.html">
<body style="direction: ltr">
<span style="border: 5px solid blue; border-left: none; border-right: none;
padding-right: 10px">
<span style="display: block">x</span>
</span>
</body>

View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<body style="direction: rtl">
<span style="border: 5px solid blue; border-left: none; border-right: none;
padding-right: 10px"></span>
<span style="display: block">x</span>
</body>

View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS 2.1 Test Suite: handling of blocks inside inlines</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level">
<link rel="match" href="emptyspan-2-ref.html">
<body style="direction: rtl">
<span style="border: 5px solid blue; border-left: none; border-right: none;
padding-right: 10px">
<span style="display: block">x</span>
</span>
</body>

View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<body style="direction: ltr">
<span style="border: 5px solid blue; border-left: none; border-right: none;
padding-left: 10px"></span>
<span style="display: block">x</span>
</body>

View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS 2.1 Test Suite: handling of blocks inside inlines</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level">
<link rel="match" href="emptyspan-3-ref.html">
<body style="direction: ltr">
<span style="border: 5px solid blue; border-left: none; border-right: none;
padding-left: 10px">
<span style="display: block">x</span>
</span>
</body>

View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<body style="direction: rtl">
<span style="display: block">x</span>
<span style="border: 5px solid blue; border-left: none; border-right: none;
padding-left: 10px"></span>
</body>

View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS 2.1 Test Suite: handling of blocks inside inlines</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level">
<link rel="match" href="emptyspan-4-ref.html">
<body style="direction: rtl">
<span style="border: 5px solid blue; border-left: none; border-right: none;
padding-left: 10px">
<span style="display: block">x</span>
</span>
</body>

View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<div style="position: relative; left: 100px">
aaa
</div>
<span style="position: relative; left: 100px">
<span style="float: left">bbb</span>
</span>
<div style="position: relative; left: 100px">
aaa
</div>

View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS 2.1 Test Suite: handling of blocks inside inlines</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level">
<link rel="match" href="float-inside-inline-between-blocks-1-ref.html">
<span style="position: relative; left: 100px">
<span style="display: block">
aaa
</span>
<span style="float: left">bbb</span>
<span style="display: block">
aaa
</span>
</span>

View file

@ -0,0 +1,6 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<div style="height: 100px; border: 10px solid black"></div>

View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS 2.1 Test Suite: handling of blocks inside inlines</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level">
<link rel="match" href="percent-height-1-ref.html">
<body style="height: 200px">
<span>
<span style="display: block; height: 50%; border: 10px solid black">
</span>
</span>
</body>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<style>
body > span { border: 3px solid blue }
#start { border-right: none; }
#two { border-left: none; }
</style>
<body>
<span id="start"></span>
<div>One</div>
<span id="two">
Two
</span>
</body>

View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS 2.1 Test Suite: handling of blocks inside inlines</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level">
<link rel="match" href="remove-from-split-inline-1-noib-ref.html">
<style>
body > span { border: 3px solid blue }
</style>
<body>
<span
><div>One</div>
Two
</span>
</body>

View file

@ -0,0 +1,23 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS 2.1 Test Suite: handling of blocks inside inlines</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level">
<link rel="match" href="remove-from-split-inline-1-ref.html">
<script>
function doit() {
var target = document.getElementById("target");
target.remove();
}
</script>
<style>
body > span { border: 3px solid blue }
</style>
<body onload='doit()'>
<span
><span id="target">Four</span
><div>One</div>
Two
</span>
</body>

View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<style>
body > span { border: 3px solid blue }
</style>
<body>
<span>
One
Two
</span>
</body>

View file

@ -0,0 +1,23 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS 2.1 Test Suite: handling of blocks inside inlines</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level">
<link rel="match" href="remove-from-split-inline-2-ref.html">
<script>
function doit() {
var target = document.getElementById("target");
target.remove();
}
</script>
<style>
body > span { border: 3px solid blue }
</style>
<body onload='doit()'>
<span>
One
<div id="target">Three</div>
Two
</span>
</body>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<style>
body > span { border: 3px solid blue }
#one { border-right: none; }
#tail { border-left: none; }
</style>
<body>
<span id="one">
One
</span>
<div>Two</div>
<span id="tail"></span>
</body>

View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS 2.1 Test Suite: handling of blocks inside inlines</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level">
<link rel="match" href="remove-from-split-inline-3-noib-ref.html">
<style>
body > span { border: 3px solid blue }
</style>
<body>
<span>
One
<div>Two</div
></span>
</body>

View file

@ -0,0 +1,23 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS 2.1 Test Suite: handling of blocks inside inlines</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level">
<link rel="match" href="remove-from-split-inline-3-ref.html">
<script>
function doit() {
var target = document.getElementById("target");
target.remove();
}
</script>
<style>
body > span { border: 3px solid blue }
</style>
<body onload='doit()'>
<span>
One
<div>Two</div
><span id="target">Three</span
></span>
</body>

View file

@ -0,0 +1,20 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<style>
body > span { border: 3px solid blue }
#one { border-right: none; }
#four { border-left: none; }
</style>
<body>
<span id="one">
One
Two
</span>
<div>Three</div>
<span id="four">
Four
</span>
</body>

View file

@ -0,0 +1,18 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS 2.1 Test Suite: handling of blocks inside inlines</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level">
<link rel="match" href="remove-from-split-inline-4-noib-ref.html">
<style>
body > span { border: 3px solid blue }
</style>
<body>
<span>
One
Two
<div>Three</div>
Four
</span>
</body>

View file

@ -0,0 +1,25 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS 2.1 Test Suite: handling of blocks inside inlines</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level">
<link rel="match" href="remove-from-split-inline-4-ref.html">
<script>
function doit() {
var target = document.getElementById("target");
target.remove();
}
</script>
<style>
body > span { border: 3px solid blue }
</style>
<body onload='doit()'>
<span>
One
<div id="target">Five</div>
Two
<div>Three</div>
Four
</span>
</body>

View file

@ -0,0 +1,20 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<style>
body > span { border: 3px solid blue }
#one { border-right: none; }
#three { border-left: none; }
</style>
<body>
<span id="one">
One
</span>
<div>Two</div>
<span id="three">
Three
Four
</span>
</body>

View file

@ -0,0 +1,18 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS 2.1 Test Suite: handling of blocks inside inlines</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level">
<link rel="match" href="remove-from-split-inline-5-noib-ref.html">
<style>
body > span { border: 3px solid blue }
</style>
<body>
<span>
One
<div>Two</div>
Three
Four
</span>
</body>

View file

@ -0,0 +1,25 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS 2.1 Test Suite: handling of blocks inside inlines</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level">
<link rel="match" href="remove-from-split-inline-5-ref.html">
<script>
function doit() {
var target = document.getElementById("target");
target.remove();
}
</script>
<style>
body > span { border: 3px solid blue }
</style>
<body onload='doit()'>
<span>
One
<div>Two</div>
Three
<div id="target">Five</div>
Four
</span>
</body>

View file

@ -0,0 +1,20 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<style>
body > span { border: 3px solid blue }
#one { border-right: none; }
#four { border-left: none; }
</style>
<body>
<span id="one">
One
</span>
<div>Two</div>
<div>Three</div>
<span id="four">
Four
</span>
</body>

View file

@ -0,0 +1,18 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS 2.1 Test Suite: handling of blocks inside inlines</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level">
<link rel="match" href="remove-from-split-inline-6-noib-ref.html">
<style>
body > span { border: 3px solid blue }
</style>
<body>
<span>
One
<div>Two</div>
<div>Three</div>
Four
</span>
</body>

View file

@ -0,0 +1,25 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS 2.1 Test Suite: handling of blocks inside inlines</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level"/>
<link rel="match" href="remove-from-split-inline-6-ref.html">
<script>
function doit() {
var target = document.getElementById("target");
target.remove();
}
</script>
<style>
body > span { border: 3px solid blue }
</style>
<body onload='doit()'>
<span>
One
<div>Two</div>
<span id="target">Five</span>
<div>Three</div>
Four
</span>
</body>

View file

@ -0,0 +1,7 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
One
Two

View file

@ -0,0 +1,22 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS 2.1 Test Suite: handling of blocks inside inlines</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level">
<link rel="match" href="remove-split-inline-1-ref.html">
<script>
function doit() {
var target = document.getElementById("target");
target.remove();
}
</script>
<body onload='doit()'>
One
<span id="target">
Three
<div>Four</div>
Five
</span>
Two
</body>

View file

@ -0,0 +1,8 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<span>First line</span>
<div>Second line</div>
<span>Third line, yes</span>

View file

@ -0,0 +1,18 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS 2.1 Test Suite: handling of blocks inside inlines</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level">
<link rel="match" href="split-inner-inline-1-ref.html">
<span>
First
<span>
line
<span style="display: block">
Second line
</span>
Third
</span>
line, yes
</span>

View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<span>First line
<span style="border: 5px solid blue; border-right: none"></span>
</span>
<div>Second line</div>
<span>
<span style="border: 5px solid blue; border-left: none"></span>
Third line, yes
</span>

View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS 2.1 Test Suite: handling of blocks inside inlines</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level">
<link rel="match" href="split-inner-inline-2-ref.html">
<span>
First line
<span style="border: 5px solid blue">
<span style="display: block">
Second line
</span>
</span>
Third line, yes
</span>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div>
aaa
<div>bbb</div>
</div>
</body>
</html>

View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS 2.1 Test Suite: handling of blocks inside inlines</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level">
<link rel="match" href="table-pseudo-in-part3-1-ref.html">
<span style="display: table-row">
<span>
aaa
<span style="display: block"></span>
<span style="display: table-cell">bbb</span>
</span>
</span>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<style>
body > span { border: 3px solid blue }
.notstart { border-left: none; }
.notend { border-right: none; }
</style>
<body>
<span class="notend"></span>
<div>One</div>
<span class="notstart notend"></span>
<div>Two</div>
<span class="notstart"></span>
</body>

View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS 2.1 Test Suite: handling of blocks inside inlines</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level">
<link rel="match" href="whitespace-present-1-ref.html">
<style>
body > span { border: 3px solid blue }
</style>
<body>
<span>
<div>One</div>
<div>Two</div>
</span>
</body>

View file

@ -0,0 +1,22 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS 2.1 Test Suite: handling of blocks inside inlines</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level">
<link rel="match" href="whitespace-present-1-ref.html">
<style>
body > span { border: 3px solid blue }
</style>
<script>
function doIt() {
var t = document.createTextNode(" ");
var d = document.getElementById("d");
d.parentNode.insertBefore(t, d);
}
</script>
<body onload="doIt()">
<span>
<div>One</div><div id="d">Two</div>
</span>
</body>