зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 69151dcea007
This commit is contained in:
Родитель
7ac952b187
Коммит
bb03e73e8a
|
@ -12,7 +12,6 @@
|
|||
height: 60px;
|
||||
border: 1px solid green;
|
||||
position: relative;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
span {
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
grid-auto-flow: row;
|
||||
grid-auto-columns: 20px;
|
||||
grid-auto-rows: 20px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
span {
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<title>CSS Test: Testing definite placement of grid items with 'order'</title>
|
||||
<link rel="author" title="Mats Palmgren" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1107786">
|
||||
<style type="text/css">
|
||||
body,html { color:black; background:white; font-size:12px; padding:0; margin:0; }
|
||||
body,html { color:black; background:white; font-size:16px; padding:0; margin:0; }
|
||||
|
||||
.grid {
|
||||
/*display: grid;*/
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox-1/#order-property">
|
||||
<link rel="match" href="grid-order-placement-definite-001-ref.html">
|
||||
<style type="text/css">
|
||||
body,html { color:black; background:white; font-size:12px; padding:0; margin:0; }
|
||||
body,html { color:black; background:white; font-size:16px; padding:0; margin:0; }
|
||||
|
||||
.grid {
|
||||
display: grid;
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
height: 60px;
|
||||
border: 1px solid green;
|
||||
position: relative;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
span {
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
grid-auto-flow: dense column;
|
||||
grid-auto-columns: 20px;
|
||||
grid-auto-rows: 20px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
span {
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
height: 60px;
|
||||
border: 1px solid green;
|
||||
position: relative;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
span {
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
grid-auto-flow: column;
|
||||
grid-auto-columns: 20px;
|
||||
grid-auto-rows: 20px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
span {
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<title>CSS Test: Testing placement of grid items outside the explicit grid</title>
|
||||
<link rel="author" title="Mats Palmgren" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1146051">
|
||||
<style type="text/css">
|
||||
body,html { color:black; background:white; font-size:12px; padding:0; margin:0; }
|
||||
body,html { color:black; background:white; font-size:16px; padding:0; margin:0; }
|
||||
|
||||
.grid {
|
||||
border: 1px solid blue;
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<link rel="help" href="http://dev.w3.org/csswg/css-grid/#overlarge-grids">
|
||||
<link rel="match" href="grid-placement-auto-implicit-001-ref.html">
|
||||
<style type="text/css">
|
||||
body,html { color:black; background:white; font-size:12px; padding:0; margin:0; }
|
||||
body,html { color:black; background:white; font-size:16px; padding:0; margin:0; }
|
||||
|
||||
.grid {
|
||||
display: grid;
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
height: 60px;
|
||||
border: 1px solid green;
|
||||
position: relative;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
span {
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
grid-auto-flow: dense row;
|
||||
grid-auto-columns: 20px;
|
||||
grid-auto-rows: 20px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
span {
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
height: 60px;
|
||||
border: 1px solid green;
|
||||
position: relative;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
span {
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
grid-auto-flow: row;
|
||||
grid-auto-columns: 20px;
|
||||
grid-auto-rows: 20px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
span {
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
height: 60px;
|
||||
border: 10px solid green;
|
||||
position: relative;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
span {
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
grid-auto-flow: column dense;
|
||||
grid-auto-columns: 20px;
|
||||
grid-auto-rows: 20px;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
span {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title></title>
|
||||
<style type="text/css">
|
||||
html,body {
|
||||
font-size:12px;
|
||||
font-size:16px;
|
||||
font-family:monospace;
|
||||
}
|
||||
.grid {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title></title>
|
||||
<style type="text/css">
|
||||
html,body {
|
||||
font-size:12px;
|
||||
font-size:16px;
|
||||
font-family:monospace;
|
||||
}
|
||||
.grid {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title></title>
|
||||
<style type="text/css">
|
||||
html,body {
|
||||
font-size:12px;
|
||||
font-size:16px;
|
||||
font-family:monospace;
|
||||
}
|
||||
.grid {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title></title>
|
||||
<style type="text/css">
|
||||
html,body {
|
||||
font-size:12px;
|
||||
font-size:16px;
|
||||
font-family:monospace;
|
||||
}
|
||||
.grid {
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<title>CSS Test: Testing placement of grid items outside the explicit grid</title>
|
||||
<link rel="author" title="Mats Palmgren" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1146051">
|
||||
<style type="text/css">
|
||||
body,html { color:black; background:white; font-size:12px; padding:0; margin:0; }
|
||||
body,html { color:black; background:white; font-size:16px; padding:0; margin:0; }
|
||||
|
||||
.grid {
|
||||
border: 1px solid blue;
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<link rel="help" href="http://dev.w3.org/csswg/css-grid/#overlarge-grids">
|
||||
<link rel="match" href="grid-placement-definite-implicit-001-ref.html">
|
||||
<style type="text/css">
|
||||
body,html { color:black; background:white; font-size:12px; padding:0; margin:0; }
|
||||
body,html { color:black; background:white; font-size:16px; padding:0; margin:0; }
|
||||
|
||||
.grid {
|
||||
display: grid;
|
||||
|
|
|
@ -18,7 +18,7 @@ fails == grid-whitespace-handling-1b.xhtml grid-whitespace-handling-1-ref.xhtml
|
|||
== grid-order-placement-definite-001.html grid-order-placement-definite-001-ref.html
|
||||
skip-if(Android) == grid-placement-definite-implicit-001.html grid-placement-definite-implicit-001-ref.html
|
||||
== grid-placement-definite-implicit-002.html grid-placement-definite-implicit-002-ref.html
|
||||
skip-if(Android) fuzzy-if(winWidget,1,32) == grid-placement-auto-implicit-001.html grid-placement-auto-implicit-001-ref.html
|
||||
skip-if(Android) == grid-placement-auto-implicit-001.html grid-placement-auto-implicit-001-ref.html
|
||||
== grid-placement-abspos-implicit-001.html grid-placement-abspos-implicit-001-ref.html
|
||||
pref(layout.css.vertical-text.enabled,true) == rtl-grid-placement-definite-001.html rtl-grid-placement-definite-001-ref.html
|
||||
pref(layout.css.vertical-text.enabled,true) == rtl-grid-placement-auto-row-sparse-001.html rtl-grid-placement-auto-row-sparse-001-ref.html
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
<meta charset="utf-8">
|
||||
<title></title>
|
||||
<style type="text/css">
|
||||
body,html { color:black; background:white; font-size:12px; padding:0; margin:0; }
|
||||
|
||||
.grid {
|
||||
block-size: 60px;
|
||||
border: 2px solid green;
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
<meta charset="utf-8">
|
||||
<title></title>
|
||||
<style type="text/css">
|
||||
body,html { color:black; background:white; font-size:12px; padding:0; margin:0; }
|
||||
|
||||
.grid {
|
||||
display: grid;
|
||||
border: 2px solid green;
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
<meta charset="utf-8">
|
||||
<title></title>
|
||||
<style type="text/css">
|
||||
body,html { color:black; background:white; font-size:12px; padding:0; margin:0; }
|
||||
|
||||
.grid1, .grid2 {
|
||||
block-size: 60px;
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
<meta charset="utf-8">
|
||||
<title></title>
|
||||
<style type="text/css">
|
||||
body,html { color:black; background:white; font-size:12px; padding:0; margin:0; }
|
||||
|
||||
.grid1, .grid2 {
|
||||
display: grid;
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
<meta charset="utf-8">
|
||||
<title></title>
|
||||
<style type="text/css">
|
||||
body,html { color:black; background:white; font-size:12px; padding:0; margin:0; }
|
||||
html {
|
||||
writing-mode: vertical-lr;
|
||||
text-orientation: sideways-right;
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
<meta charset="utf-8">
|
||||
<title></title>
|
||||
<style type="text/css">
|
||||
body,html { color:black; background:white; font-size:12px; padding:0; margin:0; }
|
||||
html {
|
||||
writing-mode: vertical-lr;
|
||||
text-orientation: sideways-right;
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
<meta charset="utf-8">
|
||||
<title></title>
|
||||
<style type="text/css">
|
||||
body,html { color:black; background:white; font-size:12px; padding:0; margin:0; }
|
||||
html {
|
||||
writing-mode: vertical-rl;
|
||||
text-orientation: sideways-right;
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
<meta charset="utf-8">
|
||||
<title></title>
|
||||
<style type="text/css">
|
||||
body,html { color:black; background:white; font-size:12px; padding:0; margin:0; }
|
||||
html {
|
||||
writing-mode: vertical-rl;
|
||||
text-orientation: sideways-right;
|
||||
|
|
Загрузка…
Ссылка в новой задаче