Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaron authored and gsnedders committed Apr 9, 2018
1 parent 85191e1 commit 8f9d8e9
Show file tree
Hide file tree
Showing 42 changed files with 669 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Boris Zbarsky" href="mailto:[email protected]">
<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>
Original file line number Diff line number Diff line change
@@ -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:[email protected]">
<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>
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Boris Zbarsky" href="mailto:[email protected]">
<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>
Original file line number Diff line number Diff line change
@@ -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:[email protected]">
<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>
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Boris Zbarsky" href="mailto:[email protected]">
<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>
Original file line number Diff line number Diff line change
@@ -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:[email protected]">
<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>
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Boris Zbarsky" href="mailto:[email protected]">
<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>
Original file line number Diff line number Diff line change
@@ -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:[email protected]">
<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>
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Boris Zbarsky" href="mailto:[email protected]">
<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>
Original file line number Diff line number Diff line change
@@ -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:[email protected]">
<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>
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Boris Zbarsky" href="mailto:[email protected]">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<div style="height: 100px; border: 10px solid black"></div>
Original file line number Diff line number Diff line change
@@ -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:[email protected]">
<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>
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
== remove-split-inline-1.html remove-split-inline-1-ref.html
== remove-from-split-inline-1.html remove-from-split-inline-1-ref.html
== remove-from-split-inline-1-ref.html remove-from-split-inline-1-noib-ref.html
== remove-from-split-inline-2.html remove-from-split-inline-2-ref.html
== remove-from-split-inline-3.html remove-from-split-inline-3-ref.html
== remove-from-split-inline-3-ref.html remove-from-split-inline-3-noib-ref.html
== remove-from-split-inline-4.html remove-from-split-inline-4-ref.html
== remove-from-split-inline-4-ref.html remove-from-split-inline-4-noib-ref.html
== remove-from-split-inline-5.html remove-from-split-inline-5-ref.html
== remove-from-split-inline-5-ref.html remove-from-split-inline-5-noib-ref.html
== remove-from-split-inline-6.html remove-from-split-inline-6-ref.html
== remove-from-split-inline-6-ref.html remove-from-split-inline-6-noib-ref.html
== float-inside-inline-between-blocks-1.html float-inside-inline-between-blocks-1-ref.html
== table-pseudo-in-part3-1.html table-pseudo-in-part3-1-ref.html
== emptyspan-1.html emptyspan-1-ref.html
== emptyspan-2.html emptyspan-2-ref.html
== emptyspan-3.html emptyspan-3-ref.html
== emptyspan-4.html emptyspan-4-ref.html
== split-inner-inline-1.html split-inner-inline-1-ref.html
== split-inner-inline-2.html split-inner-inline-2-ref.html
== whitespace-present-1a.html whitespace-present-1-ref.html
== whitespace-present-1b.html whitespace-present-1-ref.html
== percent-height-1.html percent-height-1-ref.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Boris Zbarsky" href="mailto:[email protected]">
<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>
Original file line number Diff line number Diff line change
@@ -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:[email protected]">
<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>
Original file line number Diff line number Diff line change
@@ -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:[email protected]">
<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>
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Boris Zbarsky" href="mailto:[email protected]">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<style>
body > span { border: 3px solid blue }
</style>
<body>
<span>
One
Two
</span>
</body>
Original file line number Diff line number Diff line change
@@ -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:[email protected]">
<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>
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Boris Zbarsky" href="mailto:[email protected]">
<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>
Original file line number Diff line number Diff line change
@@ -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:[email protected]">
<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>
Original file line number Diff line number Diff line change
@@ -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:[email protected]">
<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>
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Boris Zbarsky" href="mailto:[email protected]">
<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>
Original file line number Diff line number Diff line change
@@ -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:[email protected]">
<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>
Original file line number Diff line number Diff line change
@@ -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:[email protected]">
<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>
Loading

0 comments on commit 8f9d8e9

Please sign in to comment.