Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Unified Diff: LayoutTests/fast/multicol/newmulticol/table-cell.html

Issue 845683003: Work around failed multicol tests on Mac introduced by enabling HarfBuzz. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/multicol/newmulticol/table-cell.html
diff --git a/LayoutTests/fast/multicol/newmulticol/table-cell.html b/LayoutTests/fast/multicol/newmulticol/table-cell.html
index b1e1eaf71410bb5a5fa6928924ba61fe307e3a97..5eedc4c978dcc767a5ffeda0b715e4e0a990607b 100644
--- a/LayoutTests/fast/multicol/newmulticol/table-cell.html
+++ b/LayoutTests/fast/multicol/newmulticol/table-cell.html
@@ -6,8 +6,8 @@
<body>
<p>You should see the word 'PASS' below.</p>
<div style="font-family:monospace;">
- <div style="display:table-cell;">P</div>
- <div style="display:table-cell; -webkit-columns:3; columns:3; -webkit-column-gap:0; column-gap:0; orphans:1; widows:1;">
+ <div style="display:table-cell; width:1em;">P</div>
+ <div style="display:table-cell; width:3em; -webkit-columns:3; columns:3; -webkit-column-gap:0; column-gap:0; orphans:1; widows:1;">
A<br>
S<br>
S<br>

Powered by Google App Engine
This is Rietveld 408576698