Skip to content

Commit

Permalink
Make css-multicol/multicol-nested-column-rule-001.xht narrower.
Browse files Browse the repository at this point in the history
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/808306
Reviewed-by: Rune Lillesveen <[email protected]>
Commit-Queue: Morten Stenshorne <[email protected]>
Cr-Commit-Position: refs/heads/master@{#521675}
  • Loading branch information
mstensho authored and chromium-wpt-export-bot committed Dec 5, 2017
1 parent 8c24668 commit 9c6c509
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 36 deletions.
37 changes: 2 additions & 35 deletions css/css-multicol/multicol-nested-column-rule-001-ref.xht
Original file line number Diff line number Diff line change
Expand Up @@ -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>
</html>
2 changes: 1 addition & 1 deletion css/css-multicol/multicol-nested-column-rule-001.xht
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{
column-rule: blue solid 1em;
font: 1.25em/1 Ahem;
width: 42em;
width: 36em;
}

/*
Expand Down

0 comments on commit 9c6c509

Please sign in to comment.