Commit 9539fd26 authored by eae@chromium.org's avatar eae@chromium.org

Adjust breaks-3-columns test to pass on Windows

Adjust the width of each column for the fast/multicol/newmulticol/
breaks-3-columns-3.html test so to allow the slightly wider text
on Windows with DirectWrite.

TBR=dglazkov@chromium.org
BUG=378610

Review URL: https://codereview.chromium.org/330693002

git-svn-id: svn://svn.chromium.org/blink/trunk@176054 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 444874bc
...@@ -419,7 +419,6 @@ crbug.com/377696 printing/width-overflow.html [ Skip ] ...@@ -419,7 +419,6 @@ crbug.com/377696 printing/width-overflow.html [ Skip ]
# Reftests that needs investigation. # Reftests that needs investigation.
crbug.com/378610 compositing/gestures/gesture-tapHighlight-pixel-transparent.html [ NeedsRebaseline ] crbug.com/378610 compositing/gestures/gesture-tapHighlight-pixel-transparent.html [ NeedsRebaseline ]
crbug.com/378610 [ Win7 ] css3/flexbox/auto-margins.html [ ImageOnlyFailure ] crbug.com/378610 [ Win7 ] css3/flexbox/auto-margins.html [ ImageOnlyFailure ]
crbug.com/378610 [ Win7 ] fast/multicol/newmulticol/breaks-3-columns-3.html [ ImageOnlyFailure ]
crbug.com/378610 [ Win7 ] fast/selectors/selection-window-inactive.html [ ImageOnlyFailure ] crbug.com/378610 [ Win7 ] fast/selectors/selection-window-inactive.html [ ImageOnlyFailure ]
crbug.com/378610 [ Win7 ] fast/selectors/shadow-host-div-with-span.html [ ImageOnlyFailure ] crbug.com/378610 [ Win7 ] fast/selectors/shadow-host-div-with-span.html [ ImageOnlyFailure ]
crbug.com/378610 [ Win7 ] fast/selectors/shadow-host-div-with-text.html [ ImageOnlyFailure ] crbug.com/378610 [ Win7 ] fast/selectors/shadow-host-div-with-text.html [ ImageOnlyFailure ]
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<head> <head>
<title>auto-height multicol with break</title> <title>auto-height multicol with break</title>
<style> <style>
.mc { float:left; width:6em; padding:0 0.5em; } .mc { float:left; width:6.5em; padding:0 0.5em; }
.gap { float:left; width:1em; } .gap { float:left; width:1em; }
</style> </style>
</head> </head>
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
</style> </style>
</head> </head>
<body style="min-width:40em;"> <body style="min-width:40em;">
<div class="mc" style="-webkit-columns:3; -webkit-column-gap:1em; columns:3; column-gap:1em; orphans:1; widows:1; width:23em; background:olive;"> <div class="mc" style="-webkit-columns:3; -webkit-column-gap:1em; columns:3; column-gap:1em; orphans:1; widows:1; width:24.5em; background:olive;">
<div style="-webkit-column-break-after:always; break-after:column;"> <div style="-webkit-column-break-after:always; break-after:column;">
first column<br> first column<br>
</div> </div>
......
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