зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1648013 - Migrate reftest-paged reftests in layout/reftests/columns into wpt. r=TYLin
Differential Revision: https://phabricator.services.mozilla.com/D80832
This commit is contained in:
Родитель
2d9e750de3
Коммит
1320a9622c
|
@ -17,7 +17,6 @@ fuzzy-if(webrender,0-126,0-364) == column-balancing-overflow-005.html column-bal
|
|||
== column-balancing-002.html column-balancing-002.ref.html
|
||||
== column-balancing-003.html column-balancing-000.ref.html
|
||||
== column-balancing-004.html column-balancing-004.ref.html
|
||||
== column-balancing-paged-001.html column-balancing-paged-001-ref.html
|
||||
== column-box-alignment-rtl.html column-box-alignment-rtl-ref.html
|
||||
== column-box-alignment-rtl-2.html column-box-alignment-rtl-2-ref.html
|
||||
== column-box-alignment-rtl-3.html column-box-alignment-rtl-3-ref.html
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html class="reftest-paged">
|
||||
<html>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Multi-column Layout Test Reference: Test fragmentation for a nested multi-column container with column-span in paginated context</title>
|
||||
<link rel="author" title="Ting-Yu Lin" href="tlin@mozilla.com">
|
||||
|
@ -16,7 +16,6 @@
|
|||
height: 3in;
|
||||
}
|
||||
.spanner {
|
||||
column-span: all;
|
||||
height: 2in;
|
||||
background-color: lightblue;
|
||||
}
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html class="reftest-paged">
|
||||
<html>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Multi-column Layout Test: Test fragmentation for a nested multi-column container with column-span in paginated context</title>
|
||||
<link rel="match" href="column-balancing-paged-001-print-ref.html">
|
||||
<link rel="author" title="Ting-Yu Lin" href="tlin@mozilla.com">
|
||||
<link rel="author" title="Mozilla" href="http://www.mozilla.org/">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-multicol-1/#column-span">
|
Загрузка…
Ссылка в новой задаче