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-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;