Update web-platform-tests to revision 2b758296541cf4f2209b8c2352cf6c7890c97be3

This commit is contained in:
WPT Sync Bot 2018-10-22 21:28:54 -04:00
parent 2304f02123
commit 835d593cd0
118 changed files with 3269 additions and 703 deletions

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#column-gap" title="4.1. 'column-gap'" />
<link rel="match" href="multicol-gap-fraction-001-ref.xht" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Test checks that increasing column gaps display consistently" />
<style type="text/css"><![CDATA[
div
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#column-gap" title="4.1 'column-gap" />
<link rel="match" href="multicol-gap-large-002-ref.xht" />
<meta name="flags" content="ahem" />
<meta name="assert" content="This test checks that a large column-gap is supported. We should have two 3.5em columns with a 4em gap between them." />
<style type="text/css"><![CDATA[
div
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#column-gap" title="4.1. 'column-gap'" />
<link rel="match" href="multicol-gap-002-ref.xht" />
<meta name="flags" content="ahem invalid" />
<meta name="asset" content="Test checks that a negative value is not allowed for column-gap" />
<style type="text/css"><![CDATA[
div
{

View file

@ -4,7 +4,7 @@
<title>CSS Multi-column Layout Test: multicolumn and inheritance</title>
<link rel="author" title="Opera Software ASA" href="http://www.opera.com/" />
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-08 -->
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#pseudo-algorithm" title="3.4 Pseudo-algorithm" />
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#the-number-and-width-of-columns" />
<link rel="match" href="multicol-inherit-001-ref.xht" />
<meta name="flags" content="ahem" />
<style type="text/css"><![CDATA[

View file

@ -7,7 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#the-multi-column-model" title="2. The multi-column model" />
<link rel="match" href="multicol-margin-child-001-ref.xht" />
<meta name="flags" content="ahem" />
<meta name="assert" content="This test checks that the margin-bottom of a block child in a multi-column element will collapse with the margin-top of a following block child of that same multi-colum element if those children are vertically adjacent and if no line boxes, no clearance, no padding and no border separate them." />
<meta name="assert" content="This test checks that the margin-bottom of a block child in a multi-column element will collapse with the margin-top of a following block child of that same multi-column element if those children are vertically adjacent and if no line boxes, no clearance, no padding and no border separate them." />
<style type="text/css"><![CDATA[
div
{

View file

@ -6,6 +6,7 @@
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-27 -->
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#column-rule" title="4.5 'column-rule'" />
<link rel="match" href="multicol-rule-000-ref.xht" />
<meta name="assert" content="This test checks that the shorthand column-rule property draws the rule correctly." />
<meta name="flags" content="ahem" />
<style type="text/css"><![CDATA[
div

View file

@ -6,6 +6,7 @@
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-14 -->
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#column-gaps-and-rules" title="4. Column gaps and rules" />
<link rel="match" href="multicol-rule-003-ref.xht" />
<meta name="assert" content="Tests that the three column-rule-* longhand properties are correctly applied." />
<meta name="flags" content="ahem" />
<style type="text/css"><![CDATA[
div

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#column-rule" title="4.5 'column-rule'" />
<link rel="match" href="multicol-rule-color-001-ref.xht" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Basic test that the column-rule-color property is applied." />
<style type="text/css"><![CDATA[
div
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#column-rule" title="4.5 'column-rule'" />
<link rel="match" href="multicol-rule-dashed-000-ref.xht" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Tests that the dashed value of column-rule-style is correctly rendered when used in the shorthand column-rule property." />
<style type="text/css"><![CDATA[
div
{

View file

@ -6,6 +6,7 @@
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-27 -->
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#column-rule" title="4.5 'column-rule'" />
<link rel="match" href="multicol-rule-dotted-000-ref.xht" />
<meta name="assert" content="Tests that the dotted value of column-rule-style is correctly rendered when used in the shorthand column-rule property." />
<meta name="flags" content="ahem" />
<style type="text/css"><![CDATA[
div

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#column-rule" title="4.5 'column-rule'" />
<link rel="match" href="multicol-rule-double-000-ref.xht" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Tests that the double value of column-rule-style is correctly rendered when used in the shorthand column-rule property." />
<style type="text/css"><![CDATA[
div
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#crw" title="4.4. 'column-rule-width'" />
<link rel="match" href="multicol-rule-fraction-001-ref.xht" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Basic test for the column-rule-width property, checking that values above 0 but below 1 are allowed." />
<style type="text/css"><![CDATA[
div
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#column-rule" title="4.5 'column-rule'" />
<link rel="match" href="multicol-rule-groove-000-ref.xht" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Test checks that the value of 'groove' for 'column-rule-style' is drawn correctly." />
<style type="text/css"><![CDATA[
div
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#column-rule" title="4.5 'column-rule'" />
<link rel="match" href="multicol-rule-hidden-000-ref.xht" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Test checks that a column-rule-width value of hidden results in no rule being drawn." />
<style type="text/css"><![CDATA[
div
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#column-rule" title="4.5 'column-rule'" />
<link rel="match" href="multicol-rule-hidden-000-ref.xht" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Test checks that a column-rule-width value of none results in no rule being drawn." />
<style type="text/css"><![CDATA[
div
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#column-gaps-and-rules"/>
<link rel="match" href="multicol-rule-ref.xht"/>
<meta name="flags" content="ahem"/>
<meta name="assert" content="Test checks that a column-rule-width value set in pixels is rendered correctly. The width of the rule should be 16px." />
<style type="text/css"><![CDATA[
body {
margin: 0;

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#column-rule" title="4.5 'column-rule'" />
<link rel="match" href="multicol-rule-ridge-000-ref.xht" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Test checks that the value of 'ridge' for 'column-rule-style' is drawn correctly." />
<style type="text/css"><![CDATA[
div
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#crw" title="4.4. 'column-rule-width'" />
<link rel="match" href="multicol-rule-samelength-001-ref.xht" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Test that a gap of 5em and a column-rule-width of 5em both take up the same space." />
<style type="text/css"><![CDATA[
body {margin: 8px;}

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#crw" title="4.4. 'column-rule-width'" />
<link rel="match" href="multicol-rule-samelength-001-ref.xht" />
<meta name="flags" content="ahem invalid" />
<meta name="assert" content="Tests that column rules are not displayed for invalid properties and values."/>
<style type="text/css"><![CDATA[
body {margin: 8px;}

View file

@ -7,7 +7,7 @@
<link rel="help" href=""/>
<link rel="match" href="multicol-rule-shorthand-2-ref.xht"/>
<meta name="assert" content="Tests that column rules are not displayed for invalid properties and values."/>
<meta name="flags" content="invalid"/>
<meta name="flags" content="ahem invalid"/>
<style type="text/css"><![CDATA[
body {
margin: 1em;

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#column-rule" title="4.5 'column-rule'" />
<link rel="match" href="multicol-rule-solid-000-ref.xht" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Test checks that a column-rule-style value set as 'solid' is rendered correctly." />
<style type="text/css"><![CDATA[
div
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#column-gaps-and-rules"/>
<link rel="match" href="multicol-rule-stacking-ref.xht"/>
<meta name="flags" content="ahem"/>
<meta name="assert" content="The test checks that the span element, which has a higher 'z-index' stacks on top of the other elements in the multicol container." />
<style type="text/css"><![CDATA[
body {
margin: 0;
@ -20,8 +21,6 @@ body>div {
margin: 1em;
border: 1em solid gray;
width: 14em;
orphans: 1;
widows: 1;
column-count: 4;
column-gap: 1em;

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#the-number-and-width-of-columns"/>
<link rel="match" href="multicol-rule-ref.xht"/>
<meta name="flags" content="ahem invalid"/>
<meta name="assert" content="Testing that invalid property names used as a shorthand do not result in column-rules being displayed." />
<style type="text/css"><![CDATA[
body {
margin: 0;
@ -26,8 +27,8 @@ body>div {
column-count: 4;
column-gap: 1em;
column-rule: solid blue 1em;
column: normal red 1em;
columns: normal red 1em;
column: normal red 1em; /* column is not a valid property */
columns: normal red 1em; /* columns is a shorthand for colun-width and column-count */
}
span {
background: blue;

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#column-rule" title="4.5 'column-rule'" />
<link rel="match" href="multicol-span-000-ref.xht" />
<meta name="flags" content="ahem image" />
<meta name="assert" content="Tests that the element with an id of 'column-span' spans across all columns." />
<style type="text/css"><![CDATA[
div
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#column-span" title="6.1. 'column-span'" />
<link rel="match" href="multicol-span-all-001-ref.xht" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Tests that the h4 set to 'column-span: all' spans across all columns resulting in a black bar across the multicol container." />
<style type="text/css"><![CDATA[
div
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#column-span" title="6.1. 'column-span'" />
<link rel="match" href="multicol-span-all-002-ref.xht" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Test of the situation where there is not sufficient space for the spanning element, UA may treat the element as 'column-span: none'; in which case, 'overflow: hidden' will take care of overflowed content out of multi-column box." />
<style type="text/css"><![CDATA[
div
{
@ -66,4 +67,4 @@
</div>
</body>
</html>
</html>

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#spanning-columns"/>
<link rel="match" href="multicol-span-all-block-sibling-3-ref.xht"/>
<meta name="flags" content="ahem"/>
<meta name="assert" content="Test that a block element which is a sibling of content in the multicol element acts correctly as a spanner." />
<style type="text/css"><![CDATA[
body>div {
font-family: Ahem;

View file

@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Multi-column Layout Test: 'column-span: all' element and width exceeding available multi-colum width (complex)</title>
<title>CSS Multi-column Layout Test: 'column-span: all' element and width exceeding available multi-column width (complex)</title>
<link rel="author" title="Opera Software ASA" href="http://www.opera.com/" />
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-18 -->
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#column-span" title="6.1. 'column-span'" />

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#column-span" title="6.1. 'column-span'" />
<link rel="match" href="multicol-span-all-margin-002-ref.xht" />
<meta name="flags" content="ahem" />
<meta name="assert" content="The spanning element extends only to the width of the multicol element, despite an item in the fourth column extending into the overflow area." />
<style type="text/css"><![CDATA[
div
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#column-span" title="6.1. 'column-span'" />
<link rel="match" href="multicol-span-all-margin-bottom-001-ref.xht" />
<meta name="flags" content="ahem" />
<meta name="assert" content="In this test, the glyphs 'or' are painted into 1st column box, the glyphs 'ang' extend outside the box, and should not be clipped. In this test they are overwritten by spans so are not visible." />
<style type="text/css"><![CDATA[
div
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#the-multi-column-model"/>
<link rel="match" href="multicol-table-cell-vertical-align-ref.xht"/>
<meta name="flags" content="ahem"/>
<meta name="assert" content="This test checks that 'column-count' applies to elements with 'display' set to 'table-cell' which also use 'vertical-align: middle'. The 'vertical-align' property should still apply." />
<style type="text/css"><![CDATA[
div {
font-family: Ahem;

View file

@ -2,6 +2,7 @@
<title>Multicol under vertical-rl scrolling container</title>
<link rel="match" href="multicol-under-vertical-rl-scroll-ref.html">
<link rel="help" href="https://drafts.csswg.org/css-multicol">
<meta name="assert" content="Test that multicol works as expected when overflow is scrolling in vertical-rl" />
<p>Passes if there are two green squares</p>
<div style="width: 200px; height: 200px; overflow: scroll; writing-mode: vertical-rl; border: 1px solid black">
<div style="columns: 2; column-gap: 20px; width: 80px; height: 180px">