-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync Mozilla tests as of https://hg.mozilla.org/mozilla-central/rev/b…
- Loading branch information
Showing
42 changed files
with
669 additions
and
0 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
css/vendor-imports/mozilla/mozilla-central-reftests/ib-split/emptyspan-1-ref.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
13 changes: 13 additions & 0 deletions
13
css/vendor-imports/mozilla/mozilla-central-reftests/ib-split/emptyspan-1.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
10 changes: 10 additions & 0 deletions
10
css/vendor-imports/mozilla/mozilla-central-reftests/ib-split/emptyspan-2-ref.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
13 changes: 13 additions & 0 deletions
13
css/vendor-imports/mozilla/mozilla-central-reftests/ib-split/emptyspan-2.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
10 changes: 10 additions & 0 deletions
10
css/vendor-imports/mozilla/mozilla-central-reftests/ib-split/emptyspan-3-ref.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
13 changes: 13 additions & 0 deletions
13
css/vendor-imports/mozilla/mozilla-central-reftests/ib-split/emptyspan-3.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
10 changes: 10 additions & 0 deletions
10
css/vendor-imports/mozilla/mozilla-central-reftests/ib-split/emptyspan-4-ref.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
13 changes: 13 additions & 0 deletions
13
css/vendor-imports/mozilla/mozilla-central-reftests/ib-split/emptyspan-4.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
14 changes: 14 additions & 0 deletions
14
...s/mozilla/mozilla-central-reftests/ib-split/float-inside-inline-between-blocks-1-ref.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
16 changes: 16 additions & 0 deletions
16
...ports/mozilla/mozilla-central-reftests/ib-split/float-inside-inline-between-blocks-1.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
6 changes: 6 additions & 0 deletions
6
css/vendor-imports/mozilla/mozilla-central-reftests/ib-split/percent-height-1-ref.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
13 changes: 13 additions & 0 deletions
13
css/vendor-imports/mozilla/mozilla-central-reftests/ib-split/percent-height-1.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
23 changes: 23 additions & 0 deletions
23
css/vendor-imports/mozilla/mozilla-central-reftests/ib-split/reftest.list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
17 changes: 17 additions & 0 deletions
17
...mports/mozilla/mozilla-central-reftests/ib-split/remove-from-split-inline-1-noib-ref.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
16 changes: 16 additions & 0 deletions
16
...dor-imports/mozilla/mozilla-central-reftests/ib-split/remove-from-split-inline-1-ref.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
23 changes: 23 additions & 0 deletions
23
css/vendor-imports/mozilla/mozilla-central-reftests/ib-split/remove-from-split-inline-1.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
14 changes: 14 additions & 0 deletions
14
...dor-imports/mozilla/mozilla-central-reftests/ib-split/remove-from-split-inline-2-ref.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
23 changes: 23 additions & 0 deletions
23
css/vendor-imports/mozilla/mozilla-central-reftests/ib-split/remove-from-split-inline-2.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
17 changes: 17 additions & 0 deletions
17
...mports/mozilla/mozilla-central-reftests/ib-split/remove-from-split-inline-3-noib-ref.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
16 changes: 16 additions & 0 deletions
16
...dor-imports/mozilla/mozilla-central-reftests/ib-split/remove-from-split-inline-3-ref.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
23 changes: 23 additions & 0 deletions
23
css/vendor-imports/mozilla/mozilla-central-reftests/ib-split/remove-from-split-inline-3.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
20 changes: 20 additions & 0 deletions
20
...mports/mozilla/mozilla-central-reftests/ib-split/remove-from-split-inline-4-noib-ref.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
18 changes: 18 additions & 0 deletions
18
...dor-imports/mozilla/mozilla-central-reftests/ib-split/remove-from-split-inline-4-ref.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
25 changes: 25 additions & 0 deletions
25
css/vendor-imports/mozilla/mozilla-central-reftests/ib-split/remove-from-split-inline-4.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.