Commit fce5d69f authored by Morten Stenshorne's avatar Morten Stenshorne Committed by Commit Bot

Make css-multicol/multicol-nested-column-rule-001.xht narrower.

Allows for narrower windows without causing scrollbar issues. Blink uses
800px when running layout tests.

Bug: 788337
Change-Id: I7abd46699d1d58511ec3489f180f8733d3f7f1c3
Reviewed-on: https://chromium-review.googlesource.com/808306Reviewed-by: default avatarRune Lillesveen <futhark@chromium.org>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#521675}
parent 4b549f06
......@@ -2433,7 +2433,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-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 ]
crbug.com/788337 external/wpt/css/css-multicol/multicol-rule-inset-000.xht [ Failure ]
......
......@@ -5,41 +5,8 @@
<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-09 -->
<meta name="flags" content="" />
<style type="text/css"><![CDATA[
div#rel-pos-wrapper
{
font: 1.25em/1 serif;
position: relative;
}
div#rel-pos-wrapper > div
{
background-color: blue;
font-size: 1em;
height: 3em;
position: absolute;
width: 1em;
}
div#first-column-rule
{
left: 14em;
top: auto;
}
div#second-column-rule
{
left: 29em;
top: auto;
}
]]></style>
</head>
<body>
<div id="rel-pos-wrapper">
<div id="first-column-rule"></div>
<div id="second-column-rule"></div>
</div>
<div style="font: 1.25em/1 Ahem; width:12em; height:3em; margin-left:12em; border-left:1em solid blue; border-right:1em solid blue;"></div>
</body>
</html>
\ No newline at end of file
</html>
......@@ -18,7 +18,7 @@
{
column-rule: blue solid 1em;
font: 1.25em/1 Ahem;
width: 42em;
width: 36em;
}
/*
......
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