Commit 5a92b4e1 authored by Morten Stenshorne's avatar Morten Stenshorne Committed by Commit Bot

Remove css-multicol/multicol-inherit-004.xht test.

It's obsoleted by multicol-nested-column-rule-001.xht, according to that
test.

Bug: 788337
Change-Id: I8a4b324c936d25137e0775164b7bee21b1fdaa0a
Reviewed-on: https://chromium-review.googlesource.com/807927Reviewed-by: default avatarRune Lillesveen <futhark@chromium.org>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#521657}
parent 08a8eeaf
......@@ -2436,7 +2436,6 @@ crbug.com/788337 external/wpt/css/css-multicol/multicol-block-no-clip-002.xht [
crbug.com/788337 external/wpt/css/css-multicol/multicol-count-computed-003.xht [ Failure ]
crbug.com/788337 external/wpt/css/css-multicol/multicol-count-computed-005.xht [ Failure ]
crbug.com/788337 external/wpt/css/css-multicol/multicol-height-block-child-001.xht [ Failure ]
crbug.com/788337 external/wpt/css/css-multicol/multicol-inherit-004.xht [ Failure ]
crbug.com/788337 external/wpt/css/css-multicol/multicol-nested-column-rule-001.xht [ Failure ]
crbug.com/788337 external/wpt/css/css-multicol/multicol-rule-004.xht [ Failure ]
crbug.com/788337 external/wpt/css/css-multicol/multicol-rule-fraction-003.xht [ Failure ]
......
<!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>multicolumn | inheritance</title>
<link rel="author" title="Opera Software ASA" href="http://www.opera.com/"/>
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#column-gaps-and-rules"/>
<link rel="match" href="multicol-inherit-4-ref.xht"/>
<meta name="flags" content="ahem"/>
<style type="text/css"><![CDATA[
body>div {
width: 74em;
column-rule: 1em solid blue;
}
div {
font-family: ahem;
font-size: 1em;
line-height: 1em;
color: white;
background: white;
margin: 1em;
orphans: 1;
widows: 1;
column-count: 3;
column-gap: 7em;
}
]]></style>
</head>
<body>
<div>
<div>
xx xx
xx xx
xx xx
xx xx
</div>
<div>
xx xx
xx xx
xx xx
xx xx
</div>
<div>
xx xx
xx xx
xx xx
xx xx
</div>
</div>
</body>
</html>
<!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>multicolumn | inheritance</title>
<link rel="author" title="Opera Software ASA" href="http://www.opera.com/"/>
<style type="text/css"><![CDATA[
body>div {
margin: 1em;
background: white;
width: 74em;
height: 5em;
position: relative;
}
div div {
background: blue;
height: 5em;
width: 1em;
position: absolute;
top: 0;
left: 23em;
}
div>div+div {
left: 50em;
}
]]></style>
</head>
<body>
<div>
<div></div>
<div></div>
</div>
</body>
</html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment