Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert

This patch is generated by the following script:

```
function remove_column_prefix() {
    echo "Renaming $1 to $2"
    find .\
         -type f\
         ! -path "./obj*"\
         ! -path "./.git"\
         ! -path "./.hg"\
         \( -name "*.html" -or\
            -name "*.xhtml" -or\
            -name "*.xht" -or\
            -name "*.xul" -or\
            -name "*.xml" -or\
            -name "*.css"  \)\
            -exec sed -i -e "s/$1/$2/g" "{}" \;
}

remove_column_prefix "-moz-columns" "columns"
remove_column_prefix "-moz-column-width" "column-width"
remove_column_prefix "-moz-column-count" "column-count"
remove_column_prefix "-moz-column-fill" "column-fill"
remove_column_prefix "-moz-column-gap" "column-gap"
remove_column_prefix "-moz-column-rule" "column-rule"
remove_column_prefix "-moz-column-rule-width" "column-rule-width"
remove_column_prefix "-moz-column-rule-color" "column-rule-color"
remove_column_prefix "-moz-column-rule-style" "column-rule-style"

```

Note: after running the above script, I reverted one minor change to the
file multicol-nested-column-rule-001.xht in the theoretically read-only
directory layout/reftests/w3c-css/received/css-multicol/.

Differential Revision: https://phabricator.services.mozilla.com/D44870

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Ting-Yu Lin 2019-09-05 21:37:32 +00:00
parent f0a1298eaa
commit b8fee8f71c
494 changed files with 752 additions and 752 deletions

View File

@ -16,7 +16,7 @@
* {
box-shadow: green calc(42em - 43357px) 45px, blue -3841px 125px, currentColor 21px 50268px, 168px 2px 50817px 253px orange;
-moz-columns: 2 auto ! important;
columns: 2 auto ! important;
}
</style>
</head>

View File

@ -1,4 +1,4 @@
<!DOCTYPE html>
<html style="-moz-perspective: 7000px; overflow: hidden;">
<body style="overflow: hidden; -moz-transform: rotateX(30deg); border-radius: 1px; -moz-columns: 2 10px; visibility: collapse;">X</body>
<body style="overflow: hidden; -moz-transform: rotateX(30deg); border-radius: 1px; columns: 2 10px; visibility: collapse;">X</body>
</html>

View File

@ -1,5 +1,5 @@
<style>
html { -moz-column-width:0 }
html { column-width:0 }
</style>
<script>
document.documentElement.appendChild(document.createElement("option"))

View File

@ -9,7 +9,7 @@ document.documentElement.appendChild(frm)
img.append(undefined, undefined, "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\rAAAAA=[AAAAAAAAAAAAAA\u066B\bAAAAAAAAAAAAAAAA*<AAAAAA")
</script>
<style>
html { width: 300px; -moz-column-width: 100px; height: 100px; }
html { width: 300px; column-width: 100px; height: 100px; }
</style>
<div style="float: left; height: 5px;"></div>
<div style="clear: left;"><feDiffuseLighting><div style="float: right;"></div></div>

View File

@ -2,7 +2,7 @@
<head>
<style>
*|HTML {
-moz-column-width: calc(15px)
column-width: calc(15px)
}
*|HTML .class_1 {

View File

@ -3,7 +3,7 @@
<style>
#container {
-moz-column-count: 3;
column-count: 3;
}
#right {
float: right;

View File

@ -4,7 +4,7 @@
<style>
#outer {
-moz-column-count: 2;
column-count: 2;
}
#inner {
border: 1px solid green;

View File

@ -4,7 +4,7 @@
<body>
<div style="text-indent: 11.2px;">
<div style="-moz-column-count: 2;">
<div style="column-count: 2;">
<span style="float: left;"></span>
</div>
</div>

View File

@ -5,8 +5,8 @@
#colset {
width: 300pt;
height: 2in;
-moz-column-count: 3;
-moz-column-gap: 0;
column-count: 3;
column-gap: 0;
}
.ocontainer {

View File

@ -6,9 +6,9 @@ document.getElementById('a').style.display = 'none';
</script>
</head>
<body onload="document.body.offsetHeight; setTimeout(doe,0)">
<div style="-moz-column-count: 2;width: 400px;">
<div style="column-count: 2;width: 400px;">
<span id="a">
<span style="float: left; -moz-column-width: 100px;">
<span style="float: left; column-width: 100px;">
&#1593;-&#1593;-&#1593;-&#1593;-&#1593;-&#1593;-&#1593;-&#1593;-&#1593;-&#1593;-&#1593;-&#1593;-&#1593;-&#1593;
</span>
</span>

View File

@ -6,9 +6,9 @@ document.getElementById('a').style.display = 'none';
</script>
</head>
<body onload="document.body.offsetHeight; setTimeout(doe,0)">
<div style="-moz-column-count: 2;width: 400px;">
<div style="column-count: 2;width: 400px;">
<span id="a">
<span style="float: left; -moz-column-width: 100px;">
<span style="float: left; column-width: 100px;">
a-a-a-a-a-a-a-a-a-a-a-a-a-a
</span>
</span>

View File

@ -3,16 +3,16 @@
<style>
#a {
-moz-column-count: 2;
-moz-column-width: 100px;
column-count: 2;
column-width: 100px;
float: left;
border: 2px solid magenta;
height: 200px;
}
#b {
-moz-column-count: 2;
-moz-column-width: 100px;
column-count: 2;
column-width: 100px;
float: left;
border: 2px solid green;
height: 300px;

View File

@ -2,8 +2,8 @@
<head>
<style>
body {
-moz-column-count: 2;
-moz-column-width: 100px;
column-count: 2;
column-width: 100px;
height: 200px;
}
#b {

View File

@ -2,8 +2,8 @@
<head>
<style>
body {
-moz-column-count: 2;
-moz-column-width: 100px;
column-count: 2;
column-width: 100px;
height: 200px;
}
#b {

View File

@ -11,7 +11,7 @@ function boom()
<body onload="boom();">
<div style="-moz-column-width: 23px;"><div style="padding: 5px;"><span id="s"><div style="float: left;"><div style="width: 100px; height: 100px;"></div></div></span></div></div>
<div style="column-width: 23px;"><div style="padding: 5px;"><span id="s"><div style="float: left;"><div style="width: 100px; height: 100px;"></div></div></span></div></div>
</body>
</html>

View File

@ -11,7 +11,7 @@ function boom()
<body onload="boom();">
<div style="-moz-column-width: 23px;"><div style="padding: 5px;"><div id="s"><td style="float: left;"><div style="width: 100px; height: 100px;"></div>
<div style="column-width: 23px;"><div style="padding: 5px;"><div id="s"><td style="float: left;"><div style="width: 100px; height: 100px;"></div>
</td></div></div></div>
</body>

View File

@ -2,7 +2,7 @@
<head>
<style>
#v {
-moz-column-count: 2;
column-count: 2;
width: 10ch;
height: 3.7em;
font: 14px monospace;

View File

@ -4,7 +4,7 @@
<body style="direction: rtl; font-family: monospace;" onload="document.getElementById('v').style.width = '0';">
<div id="v" style="-moz-column-count: 15; width: 1px; height: 2.7em; border: 1px solid black;">
<div id="v" style="column-count: 15; width: 1px; height: 2.7em; border: 1px solid black;">
xxxxx yyyyy zzzzzz
</div>

View File

@ -2,6 +2,6 @@
<head>
</head>
<body>
<div style="-moz-column-count: 15;"><div style="-moz-column-count: 15;"><td style="display: block; height: 2.5em;"><div style="height: 0.5em;"></div></td></div></div>
<div style="column-count: 15;"><div style="column-count: 15;"><td style="display: block; height: 2.5em;"><div style="height: 0.5em;"></div></td></div></div>
</body>
</html>

View File

@ -10,7 +10,7 @@ function boom()
</script>
</head>
<body onload="boom();" style="white-space: pre; -moz-column-count: -1;"><div id="v"><span>
<body onload="boom();" style="white-space: pre; column-count: -1;"><div id="v"><span>
</span>
</div></body>

View File

@ -3,6 +3,6 @@
<head>
</head>
<body onload="var s = document.getElementById('s'); s.parentNode.removeChild(s);">
<div style="height: 4em; -moz-column-count: 1;"><br><span id="s">foo<div style="float: right;">bar<div></div> baz</div></span></div>
<div style="height: 4em; column-count: 1;"><br><span id="s">foo<div style="float: right;">bar<div></div> baz</div></span></div>
</body>
</html>

View File

@ -2,5 +2,5 @@
<html>
<head>
</head>
<body onload="document.body.style.width = '5px';"><div style="-moz-column-width: 1px;">X<span style="height: 10px; float: right;"></span></div></body>
<body onload="document.body.style.width = '5px';"><div style="column-width: 1px;">X<span style="height: 10px; float: right;"></span></div></body>
</html>

View File

@ -1,4 +1,4 @@
<html xmlns="http://www.w3.org/1999/xhtml"><body style="-moz-column-count: 1; width: 10em; white-space: pre;">
<html xmlns="http://www.w3.org/1999/xhtml"><body style="column-count: 1; width: 10em; white-space: pre;">
<div style="padding: 12em; display: inline; white-space: normal;">
<input style="float: right;"></input></div>
</body></html>

View File

@ -14,6 +14,6 @@ function boom()
</script>
</head>
<body style="-moz-column-count: 3;" onload="boom();">1<div style="height: 1em;"></div><div id="a">2<select style="float: right;"></select></div></body>
<body style="column-count: 3;" onload="boom();">1<div style="height: 1em;"></div><div id="a">2<select style="float: right;"></select></div></body>
</html>

View File

@ -14,5 +14,5 @@ function boom()
}
</script>
</head>
<body onload="boom();"><div id="v" style="-moz-column-count: 2; width: 1px;">a b</div></body>
<body onload="boom();"><div id="v" style="column-count: 2; width: 1px;">a b</div></body>
</html>

View File

@ -2,7 +2,7 @@
<html>
<head></head>
<body style="-moz-column-width: 1px"><span>!</span>
<body style="column-width: 1px"><span>!</span>
<span style="float: left"></span>
x</body>

View File

@ -1,6 +1,6 @@
<!DOCTYPE html>
<html>
<head></head>
<body style="position: relative; -moz-column-width: 5em;" onload="document.body.removeChild(document.body.firstChild)"><div id="d"><div style="white-space: pre; position: absolute;">
<body style="position: relative; column-width: 5em;" onload="document.body.removeChild(document.body.firstChild)"><div id="d"><div style="white-space: pre; position: absolute;">
B<div style="position: fixed;"></div></div></div></body>
</html>

View File

@ -1,3 +1,3 @@
<!DOCTYPE html>
<html style="height: 12px; white-space: pre;"><body style="position: fixed; height: inherit; -moz-column-width: 1px;" onload="document.documentElement.style.height = '';"><div></div>
<html style="height: 12px; white-space: pre;"><body style="position: fixed; height: inherit; column-width: 1px;" onload="document.documentElement.style.height = '';"><div></div>
</body></html>

View File

@ -4,7 +4,7 @@
background: lightblue"
><body style="position: fixed;
height: inherit;
-moz-column-count: 1;
column-count: 1;
background: yellow;
width: 100px"
onload="document.documentElement.style.height = ''"

View File

@ -14,6 +14,6 @@ function boom()
</head>
<body onload="boom();"><div style="-moz-column-count: 2;"><div style="margin-bottom: 5px;" id="v"></div><li id="li" style="border: 1px solid green;">
<body onload="boom();"><div style="column-count: 2;"><div style="margin-bottom: 5px;" id="v"></div><li id="li" style="border: 1px solid green;">
<span style="border: 1px solid red; float: left;"></span></li></div></body>
</html>

View File

@ -1,6 +1,6 @@
<html>
<head><style id="s">div:first-letter { float: left; }</style></head>
<body onload="document.getElementById('s').disabled = true;">
<div style="-moz-column-count: 2;"> &#x06CD;<div>T</div></div>
<div style="column-count: 2;"> &#x06CD;<div>T</div></div>
</body>
</html>

View File

@ -2,6 +2,6 @@
<html>
<head></head>
<body onload="document.getElementById('d').style.MozColumnWidth = '';">
<div id="d" style="height: 1px; -moz-column-width: 1px;">d d <span style="position: absolute;"></span></div>
<div id="d" style="height: 1px; column-width: 1px;">d d <span style="position: absolute;"></span></div>
</body>
</html>

View File

@ -16,6 +16,6 @@ function boom()
</script>
</head>
<body onload="boom();" style="-moz-column-width: 0pc;"><legend id="legend" style="white-space: pre-line; padding-bottom: 90px; display: block;">
<body onload="boom();" style="column-width: 0pc;"><legend id="legend" style="white-space: pre-line; padding-bottom: 90px; display: block;">
</legend></body>
</html>

View File

@ -4,7 +4,7 @@
<body onload="document.getElementById('a').style.fontWeight = 'bold';document.documentElement.offsetHeight;">
<div style="top: -2px; bottom: -8px; position: fixed; -moz-column-count: 1;"><div id="a" style="float: right; padding: 800px;"></div><div><div style="clear: right;"><div style="font-size-adjust: 1073741823; white-space: pre;">
<div style="top: -2px; bottom: -8px; position: fixed; column-count: 1;"><div id="a" style="float: right; padding: 800px;"></div><div><div style="clear: right;"><div style="font-size-adjust: 1073741823; white-space: pre;">
<input style="position: fixed;"></div></div></div></div>
</body>

View File

@ -2,5 +2,5 @@
<head>
<style type="text/css">body:first-letter { float: left; }</style>
</head>
<body style="-moz-column-width: 100000px;" onload="document.body.style.MozColumnWidth='';"> &#x08D9;</body>
<body style="column-width: 100000px;" onload="document.body.style.MozColumnWidth='';"> &#x08D9;</body>
</html>

View File

@ -8,6 +8,6 @@ span { background: url(../../../testing/crashtest/images/tree.gif); }
</style>
</head>
<body><div style="direction: rtl;"><div style="-moz-column-width: 1px;"><span>Q<input></span></div></div></body>
<body><div style="direction: rtl;"><div style="column-width: 1px;"><span>Q<input></span></div></div></body>
</html>

View File

@ -1 +1 @@
<html xmlns="http://www.w3.org/1999/xhtml" style="-moz-column-width: 1px;">a<div><span><wbr/>a<select/></span></div></html>
<html xmlns="http://www.w3.org/1999/xhtml" style="column-width: 1px;">a<div><span><wbr/>a<select/></span></div></html>

View File

@ -1,4 +1,4 @@
<html xmlns="http://www.w3.org/1999/xhtml" style="word-wrap: break-word; padding: 0pt 3870px; position: relative; -moz-column-count: 3;">
<html xmlns="http://www.w3.org/1999/xhtml" style="word-wrap: break-word; padding: 0pt 3870px; position: relative; column-count: 3;">
<body onload="document.documentElement.style.visibility='hidden';">
<div>,,, <span style="position: absolute;"><div/>2</span></div>
</body>

View File

@ -1,4 +1,4 @@
<html xmlns="http://www.w3.org/1999/xhtml" style="position: absolute; font-size: 1000px; -moz-column-count: 3;">
<html xmlns="http://www.w3.org/1999/xhtml" style="position: absolute; font-size: 1000px; column-count: 3;">
<script>
function boom()

View File

@ -12,5 +12,5 @@ function boom()
</script>
</head>
<body onload="boom();" style="-moz-column-width: 1px;"><span id="a"><box xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"/></span><div>Hello</div></body>
<body onload="boom();" style="column-width: 1px;"><span id="a"><box xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"/></span><div>Hello</div></body>
</html>

View File

@ -1,7 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" id="a">
<head>
<style>
#a { -moz-column-count: 2; }
#a { column-count: 2; }
#a:first-letter { }
</style>
</head>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<head></head>
<body style="position: fixed; -moz-column-count: 2;"><div style="position: absolute; height: 7em;"><br><br></div></body>
<body style="position: fixed; column-count: 2;"><div style="position: absolute; height: 7em;"><br><br></div></body>
</html>

View File

@ -2,7 +2,7 @@
<head>
<style>
div:first-letter { float: left; }
div { -moz-column-count: 2; width: 0; }
div { column-count: 2; width: 0; }
</style>
<script>
function boom()

View File

@ -1,4 +1,4 @@
<!DOCTYPE html>
<html>
<body onload="document.getElementById('p').style.fontWeight = 'bold';" style="letter-spacing: 2251799813685247pt; -moz-column-count: 11; position: absolute;"><p id="p"><span style="position: absolute;">C d s</span></p></body>
<body onload="document.getElementById('p').style.fontWeight = 'bold';" style="letter-spacing: 2251799813685247pt; column-count: 11; position: absolute;"><p id="p"><span style="position: absolute;">C d s</span></p></body>
</html>

View File

@ -6,7 +6,7 @@ function boom()
{
var a = document.documentElement;
var b = document.createElementNS("http://www.w3.org/1999/xhtml", "body");
b.setAttributeNS(null, "style", "-moz-column-width: 20em;");
b.setAttributeNS(null, "style", "column-width: 20em;");
a.innerHTML = "<frameset>";
b.innerHTML = "<dd><marquee>x";
document.removeChild(a);

View File

@ -13,15 +13,15 @@ body #a::after { content: "before text"; position: fixed; }
</style>
</head>
<body onload="boom();" style="-moz-column-count: 2; width: 100px;">
<body onload="boom();" style="column-count: 2; width: 100px;">
<div>m</div>
<div id="a" style="-moz-column-count: 2;">
<div id="a" style="column-count: 2;">
m
<br style="float: left;">
m
<span style="float: left;">m</span>
<div style="float: left; -moz-column-width: 9999999999px;"></div>
<div style="float: left; column-width: 9999999999px;"></div>
</div>
</body>
</html>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html style="direction: rtl; -moz-column-width: 1px;"><head><script>
<html style="direction: rtl; column-width: 1px;"><head><script>
function boom()
{

View File

@ -1,3 +1,3 @@
<html xmlns="http://www.w3.org/1999/xhtml" style="direction: rtl;"><body style="-moz-column-width: 1px; word-wrap: break-word; white-space: pre-wrap;" onload="document.documentElement.offsetHeight; document.body.style.wordWrap='';">
<html xmlns="http://www.w3.org/1999/xhtml" style="direction: rtl;"><body style="column-width: 1px; word-wrap: break-word; white-space: pre-wrap;" onload="document.documentElement.offsetHeight; document.body.style.wordWrap='';">
xy</body></html>

View File

@ -1 +1 @@
<!DOCTYPE html><html><head></head><body onload="document.documentElement.offsetHeight; document.body.style.MozColumnWidth='40000px';" style="word-spacing: 200000px; font-size-adjust: 2000; direction: rtl; white-space: pre-wrap; width: 50000px; -moz-column-width: 1px; height: 5000px;"> &#x00A0;&#x000D;&#x0001;X&#x4372;Y </body></html>
<!DOCTYPE html><html><head></head><body onload="document.documentElement.offsetHeight; document.body.style.MozColumnWidth='40000px';" style="word-spacing: 200000px; font-size-adjust: 2000; direction: rtl; white-space: pre-wrap; width: 50000px; column-width: 1px; height: 5000px;"> &#x00A0;&#x000D;&#x0001;X&#x4372;Y </body></html>

View File

@ -1 +1 @@
<!DOCTYPE html><html><head></head><body onload="document.documentElement.offsetHeight; document.body.style.MozColumnWidth='40000px';" style="word-spacing: 200000px; font-size-adjust: 2000; direction: rtl; white-space: pre-wrap; width: 50000px; -moz-column-width: 1px; height: 5000px;"> &#x00A0;&#x000A;&#x0001;X&#x4372;Y </body></html>
<!DOCTYPE html><html><head></head><body onload="document.documentElement.offsetHeight; document.body.style.MozColumnWidth='40000px';" style="word-spacing: 200000px; font-size-adjust: 2000; direction: rtl; white-space: pre-wrap; width: 50000px; column-width: 1px; height: 5000px;"> &#x00A0;&#x000A;&#x0001;X&#x4372;Y </body></html>

View File

@ -1,4 +1,4 @@
<html style="direction: rtl; -moz-column-width: 0pt; white-space: pre-line;"><head><script>
<html style="direction: rtl; column-width: 0pt; white-space: pre-line;"><head><script>
function boom()
{

View File

@ -13,7 +13,7 @@ function boom()
</script>
<body onload="boom();" style="-moz-column-count: 3">
<body onload="boom();" style="column-count: 3">
<div style="position: relative;">
<div style="position: absolute; height: 3pt;"></div>
<div style="position: absolute;" id="x"></div>

View File

@ -2,7 +2,7 @@
<html>
<body onload="document.documentElement.offsetHeight; document.getElementById('s').style.textTransform='uppercase'; document.documentElement.offsetHeight; ">
<div style="white-space: pre-wrap; -moz-column-count: 2;"><span id="s" style="unicode-bidi: isolate;">
<div style="white-space: pre-wrap; column-count: 2;"><span id="s" style="unicode-bidi: isolate;">
<div style="direction: rtl;"></div></span></div>
</body>

View File

@ -1,2 +1,2 @@
<!DOCTYPE html><html style="white-space: pre-wrap; direction: rtl; -moz-column-width: 1px;"><style style="display: none;">.fl:first-letter { }</style><body class="fl">&#xD288;&#x062A;
<!DOCTYPE html><html style="white-space: pre-wrap; direction: rtl; column-width: 1px;"><style style="display: none;">.fl:first-letter { }</style><body class="fl">&#xD288;&#x062A;
D</body></html>

View File

@ -17,7 +17,7 @@ function boom()
</head>
<body onload="boom();">
<div style="-moz-column-count: 2;"><span style="unicode-bidi: isolate;" id="x"><span style="direction: rtl;"></span> <span style="unicode-bidi: isolate; white-space: pre;">
<div style="column-count: 2;"><span style="unicode-bidi: isolate;" id="x"><span style="direction: rtl;"></span> <span style="unicode-bidi: isolate; white-space: pre;">
x</span></span></div>
</body>

View File

@ -1 +1 @@
<html xmlns="http://www.w3.org/1999/xhtml" style="border-spacing: 300px; -moz-column-width: 0px;">h<body style="-moz-column-count: 1;"><td></td><textarea style="float: left;"></textarea></body></html>
<html xmlns="http://www.w3.org/1999/xhtml" style="border-spacing: 300px; column-width: 0px;">h<body style="column-count: 1;"><td></td><textarea style="float: left;"></textarea></body></html>

View File

@ -25,7 +25,7 @@ window.addEventListener("load", function() {
</script>
</head>
<body style="-moz-column-count: 2000;">
<body style="column-count: 2000;">
<li>
<ol class="t" style="position: relative;">
<span id="x"></span>

View File

@ -7,7 +7,7 @@ function boom()
{
var allNodes = [];
allNodes[5] = document.createElementNS("http://www.w3.org/1999/xhtml", "div");
allNodes[5].style.setProperty("-moz-column-width", "200px", "");
allNodes[5].style.setProperty("column-width", "200px", "");
allNodes[5].style.setProperty("height", "2em", "");
allNodes[7] = document.createElementNS("http://www.w3.org/1999/xhtml", "div");
allNodes[7].style.setProperty("float", "left", "");

View File

@ -1,6 +1,6 @@
<!DOCTYPE html>
<body onload="document.documentElement.offsetHeight; document.getElementById('v').style.counterReset='chicken'; document.documentElement.offsetHeight;">
<div style="backface-visibility: hidden; perspective: 12em; display: table;"><div style="-moz-column-count: 2; white-space: pre;" id="v">x<span style="float: right; display: inline-block; width: 24px; height: 24px; background: yellow;"></span></div></div>
<div style="backface-visibility: hidden; perspective: 12em; display: table;"><div style="column-count: 2; white-space: pre;" id="v">x<span style="float: right; display: inline-block; width: 24px; height: 24px; background: yellow;"></span></div></div>
</body>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html dir="rtl" style="-moz-column-count: 2; padding-left: 40000px;">
<html dir="rtl" style="column-count: 2; padding-left: 40000px;">
<body onload="document.getElementById('x').style.cssFloat = '';">
A<br id="x" style="float: right;">

View File

@ -260,7 +260,7 @@ That ensures the first quad's X position is not equal to the anonymous block's X
<caption style="height:40px; background:yellow">Caption</caption>
</table>
<div style="height:80px; -moz-column-count:2; -moz-column-fill:auto; border:2px solid black;">
<div style="height:80px; column-count:2; column-fill:auto; border:2px solid black;">
<div style="height:20px;"></div>
<div id="colSplit" style="height:80px; background:blue; border:10px solid red; border-bottom-width:15px"></div>
</div>

View File

@ -12,7 +12,7 @@ document.addEventListener("MozReftestInvalidate", doTest);
<iframe hidden></iframe>
<style>
:last-of-type {
-moz-column-count:71;
column-count:71;
float:left;
}
</style>

View File

@ -1 +1 @@
<div style="display: inline-block; -moz-column-count: 2;">text<input type="reset" style="float: right;">
<div style="display: inline-block; column-count: 2;">text<input type="reset" style="float: right;">

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<body>
<div style="-moz-column-width: 1px;"><select style="height: 12em; display: block;"></select></div>
<div style="-moz-column-width: 1px;"><select multiple style="height: 12em; display: block;"></select></div>
<div style="column-width: 1px;"><select style="height: 12em; display: block;"></select></div>
<div style="column-width: 1px;"><select multiple style="height: 12em; display: block;"></select></div>
</body>
</html>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html><body onload="document.body.style.display = 'table';" style="-moz-column-count: 1; white-space: pre-line; -moz-appearance: resizer; height: 23698324514pc;">
<html><body onload="document.body.style.display = 'table';" style="column-count: 1; white-space: pre-line; -moz-appearance: resizer; height: 23698324514pc;">

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html><body>
<div style="-moz-column-count: 2;"><fieldset style="transform-style: preserve-3d;"><fieldset style="white-space: pre-line; position: fixed;"><div style="position: fixed;">
<div style="column-count: 2;"><fieldset style="transform-style: preserve-3d;"><fieldset style="white-space: pre-line; position: fixed;"><div style="position: fixed;">
</div></fieldset></fieldset></div>

View File

@ -1,7 +1,7 @@
<style>
.multicol {
width: 500px;
-moz-column-width: 100px;
column-width: 100px;
height: 100px;
position: relative;
}

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html style="-moz-column-width: calc(15px);">
<html style="column-width: calc(15px);">
<body>
<video></video><audio style="box-decoration-break: clone; display: block; direction: rtl;"></audio>
</body>

View File

@ -1,6 +1,6 @@
<!DOCTYPE html>
<html style="-moz-column-width: 1px;">
<body style="-moz-column-width: 1px; box-decoration-break: clone;">
<html style="column-width: 1px;">
<body style="column-width: 1px; box-decoration-break: clone;">
<div>A B</div>
</body>
</html>

View File

@ -2,7 +2,7 @@
<html><head>
<meta charset="UTF-8">
<style>
body { -moz-column-count: 2; }
body { column-count: 2; }
div::after { content: "A"; }
</style>

View File

@ -13,7 +13,7 @@
</script>
</head>
<body style="-moz-column-count: 4;" onload="boom();">
<body style="column-count: 4;" onload="boom();">
<div style="float: left; height: 10px; width: 10px;">
<div id="x">
<div style="height: 80px;"></div>

View File

@ -1,4 +1,4 @@
<!DOCTYPE html>
<html>
<body style="padding: 810520769306363pt; -moz-column-count: 10; transform: translate(50%);"><div style="position: absolute;"></div></body>
<body style="padding: 810520769306363pt; column-count: 10; transform: translate(50%);"><div style="position: absolute;"></div></body>
</html>

View File

@ -3,6 +3,6 @@
<style>
rbc { display: ruby-base-container; }
</style>
<div style="-moz-column-width: 1px">
<div style="column-width: 1px">
<ruby><rbc></rbc><rb><div style="float: right"></div></rb></ruby>X
</div>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<meta charset="UTF-8">
<div style="-moz-column-width: 1px">
<div style="column-width: 1px">
<ruby><rb></rb><rb><div style="float: right"></div></rb></ruby>X
</div>

View File

@ -12,7 +12,7 @@ function boom()
</head>
<body onload="boom();">
<div style="-moz-column-width: 1px;">
<div style="column-width: 1px;">
<div style="display: grid;">
<div style="height: 200px;">v</div>
<div style="height: 200px;" id="x">x</div>

View File

@ -2,7 +2,7 @@
<html class="reftest-wait"><head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252"></head><body>
<style>
html{-moz-columns:50px auto}
html{columns:50px auto}
body{display:grid}
div{height:200px}
</style>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<style> rbc { display: ruby-base-container; } </style>
<div style="-moz-column-width: 1px">
<div style="column-width: 1px">
x <ruby><rbc>aaaaaaaaaaaaaa</rbc><rbc><div style="float: left"></div></rbc></ruby>
</div>

View File

@ -9,7 +9,7 @@
try { document.documentElement.appendChild(o2) } catch(e) { }
try { o1.appendChild(o3) } catch(e) { }
try { o3.style.writingMode = 'sideways-lr' } catch(e) { }
try { document.styleSheets[0].insertRule('* { -moz-column-width: calc(15px); display: flow-root}', 0); } catch(e) { }
try { document.styleSheets[0].insertRule('* { column-width: calc(15px); display: flow-root}', 0); } catch(e) { }
</script>
</head>
</html>

View File

@ -1,7 +1,7 @@
<html>
<head>
<style>
* { -moz-column-count: 17 }
* { column-count: 17 }
</style>
<script>
try { o1 = document.createElement('p') } catch(e) { }

View File

@ -12,7 +12,7 @@
*,
HTML {
-moz-columns: 2 10px;
columns: 2 10px;
page-break-inside: avoid !important;
</style>

View File

@ -7,7 +7,7 @@
margin-block-end: calc(27914%) !important;
float: left;
margin-inline-start: 3em;
-moz-column-width: 15px
column-width: 15px
}
HTML {

View File

@ -6,8 +6,8 @@
<style>
.columns {
-moz-column-width: 20em;
-moz-column-gap: 3em;
column-width: 20em;
column-gap: 3em;
}

View File

@ -19,9 +19,9 @@ sub::before, div::before { content:"before text"; font-size: 10px;}
<ul>
<sub>t</sub>
<div style="-moz-column-count: 3;">
<div style="column-count: 3;">
<sub>t-column-councode&gt;text</sub>
<div style="-moz-column-count: 3;"><sub>text styletttmoztcolumntcountt 2;ttext</sub>
<div style="column-count: 3;"><sub>text styletttmoztcolumntcountt 2;ttext</sub>
<div>
<sub>text</sub>
</div>

View File

@ -3,12 +3,12 @@
blockquote::first-letter {float: right;}
</style>
<title>
Testcase bug - Crash [@ nsFrameList::DestroyFrames] on reload with -moz-column-count, -moz-inline-block and blockquote::first-letter
Testcase bug - Crash [@ nsFrameList::DestroyFrames] on reload with column-count, -moz-inline-block and blockquote::first-letter
</title>
</head>
<body>
This page should not crash on reload
<div style=" -moz-column-count: 2;">
<div style=" column-count: 2;">
<span style="display: table;"></span>
<blockquote style="display: -moz-inline-block;">anonymous text</blockquote>
</div>

View File

@ -12,7 +12,7 @@ nobr::after{ content:"anonymous text"; }
</style>
</head>
<body>
<table style="display: table-row;"></table><nobr style="display: list-item; -moz-column-count: 2;">
<table style="display: table-row;"></table><nobr style="display: list-item; column-count: 2;">
<table id="b" style="display: inline;"></table>
</nobr>
<br>

View File

@ -1,7 +1,7 @@
<html>
<body>
<div style="height: 5px; -moz-column-count: 3;">
<div style="height: 5px; column-count: 3;">
Text!
<span style="float: left">Float!</span>
</div>

View File

@ -13,7 +13,7 @@
</head>
<body>
<div style="-moz-column-width: 10em; height: 2.5em">
<div style="column-width: 10em; height: 2.5em">
text
<img src="../../../testing/crashtest/images/tree.gif" width="197" height="200" style="float:left">
<p>text</p>

View File

@ -14,7 +14,7 @@ function foo()
<body onload="foo()">
<div style="-moz-column-count: 2;">
<div style="column-count: 2;">
<ol id="ol1" style="height: 30px;">
<li>A</li>
<li><p id="p3" style="width: 1em;">Foo Foo Foo Foo Foo Foo Foo Foo Foo Foo Foo</p></li>

View File

@ -12,7 +12,7 @@ p {
font-size: 12px;
}
.columns {
-moz-column-count: 3;
column-count: 3;
}
.toppadded

View File

@ -12,7 +12,7 @@ p {
font-size: 12px;
}
.columns {
-moz-column-count: 3;
column-count: 3;
}
.toppadded

View File

@ -7,9 +7,9 @@ span::before { content:"before text"; border:3px solid black;}
</head>
<body>
<span style=" float: left; -moz-column-count: 2;">
<span style=" float: left; column-count: 2;">
<span style="float: right;">
<span style=" float: right;-moz-column-count: 2;"></span>
<span style=" float: right;column-count: 2;"></span>
</span>
</span>

View File

@ -1,10 +1,10 @@
<html><head>
<title>Testcase bug - Crash [@ nsHTMLButtonControlFrame::GetContentInsertionFrame] with -moz-column-count and display: list-item</title>
<title>Testcase bug - Crash [@ nsHTMLButtonControlFrame::GetContentInsertionFrame] with column-count and display: list-item</title>
</head>
<body>
<div style="display: table;">
text
<listing style="-moz-column-count: 2;">
<listing style="column-count: 2;">
<dl>
@ -18,8 +18,8 @@ tesxt
<menu>
<span style="display: list-item; -moz-column-count: 1;">
<span style="display: list-item; -moz-column-count: 1;">
<span style="display: list-item; column-count: 1;">
<span style="display: list-item; column-count: 1;">
text
</span></span>
</menu>

View File

@ -7,7 +7,7 @@
</head>
<body>
<ol style="overflow: hidden; float: right; -moz-column-count: 3;">
<ol style="overflow: hidden; float: right; column-count: 3;">
<span style="overflow: auto; float: left;"></span>
</ol>
</body>

View File

@ -2,4 +2,4 @@
*::first-line { }
*::before { content:"before text";}
</style>
<object style="position: fixed;-moz-column-count: 100;"><ol style="float: right;">
<object style="position: fixed;column-count: 100;"><ol style="float: right;">

View File

@ -6,7 +6,7 @@
</style>
</head>
<body>
<div style="-moz-column-count: 2; width: 1400px;">
<div style="column-count: 2; width: 1400px;">
&#1593; tesxt
<span>
&#1593; tesxt &#1593; tesxt &#1593; tesxt
@ -14,9 +14,9 @@
&#1593; tesxt &#1593; tesxt &#1593; tesxt &#1593; tesxt
</span>
</span>
<div style="-moz-column-count: 2;">
<div style="-moz-column-count: 2; white-space: nowrap;">
<div style="-moz-column-count: 2;">
<div style="column-count: 2;">
<div style="column-count: 2; white-space: nowrap;">
<div style="column-count: 2;">
<span>
&#1593; tesxt &#1593; tesxt &#1593; tesxt
</span>

View File

@ -2,7 +2,7 @@
<html>
<body>
<div style="-moz-column-count: 2;">
<div style="column-count: 2;">
a<span style="float: right">e<select></select></span> r
</div>

View File

@ -10,7 +10,7 @@ function boom()
</script>
</head>
<body onload="boom()">
<div id="d1" style="-moz-column-width: 1em;">a b c d</div>
<div id="d1" style="column-width: 1em;">a b c d</div>
<div id="d2"></div>
</body>
</html>

View File

@ -12,8 +12,8 @@ body {
.entry p { font-size: 1.05em; }
.entry {
-moz-column-width: 25em;
-moz-column-gap: 3em;
column-width: 25em;
column-gap: 3em;
}
.entry img {

View File

@ -3,8 +3,8 @@
<head>
<style type="text/css">
.entry {
-moz-column-width: 25em;
-moz-column-gap: 3em;
column-width: 25em;
column-gap: 3em;
}
</style>

View File

@ -1,4 +1,4 @@
<div class="entry" style="margin-right: 260px; padding: 0 17px; -moz-column-width: 25em; -moz-column-gap: 3em">
<div class="entry" style="margin-right: 260px; padding: 0 17px; column-width: 25em; column-gap: 3em">
<img width="222" style="float: left; margin: 3px 10px;">
<p style="padding: 10px; font-size: 1.05em;">ABCDEF GHI JKLMNOPQR</p>
</div>

Some files were not shown because too many files have changed in this diff Show More