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:
Hiroyuki Ikezoe 2020-06-25 21:01:34 +00:00
Родитель 2d9e750de3
Коммит 1320a9622c
3 изменённых файлов: 3 добавлений и 4 удалений

Просмотреть файл

@ -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">