Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef

This commit is contained in:
Ms2ger 2015-12-09 01:48:05 -05:00
parent 9aa1b1e408
commit 35c74aecc2
11290 changed files with 92400 additions and 49214 deletions

View file

@ -1,6 +1,6 @@
<!DOCTYPE html>
<html><head>
<title>CSS Test: One named flow multi-column container, monolithic
<title>CSS Test: One named flow multi-column container, monolithic
content flowing into multiple regions</title>
<link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck">
<!-- Reviewed on Github on 09-26-2013: https://github.com/w3c/csswg-test/pull/89 -->
@ -9,9 +9,9 @@
<link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help">
<link href="http://www.w3.org/TR/css3-multicol/#columns" rel="help">
<link href="reference/regions-multicol-016-ref.htm" rel="match">
<meta content="This test checks that monolithic content
<meta content="This test checks that monolithic content
flows through multiple regions from the named flow
multi-column container and that it overflows the last
multi-column container and that it overflows the last
region in the region chain visibly into
a fifth column." name="assert">
<style type="text/css">
@ -22,7 +22,7 @@
columns: 2;
column-gap: 10px;
flow-into: multicol;
}
#region-1 , #region-2 {
position: absolute;
@ -78,4 +78,5 @@
<div id="bar-4" class="failure"></div>
<div id="square" class="failure"></div>
</body></html>