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

Unified Diff: LayoutTests/fast/multicol/newmulticol/table-cell-expected.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
« no previous file with comments | « LayoutTests/fast/multicol/newmulticol/table-cell.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/newmulticol/table-cell-expected.html
diff --git a/LayoutTests/fast/multicol/newmulticol/table-cell-expected.html b/LayoutTests/fast/multicol/newmulticol/table-cell-expected.html
index 766f9977011b5b552f7b12d690bf01d0dc7d5384..850cbf9305748a23f1ee96558a2bacc83e5e2635 100644
--- a/LayoutTests/fast/multicol/newmulticol/table-cell-expected.html
+++ b/LayoutTests/fast/multicol/newmulticol/table-cell-expected.html
@@ -6,7 +6,10 @@
<body>
<p>You should see the word 'PASS' below.</p>
<div style="font-family:monospace;">
- PASS
+ <div style="float:left; overflow:hidden; width:1em;">P</div>
+ <div style="float:left; overflow:hidden; width:1em;">A</div>
+ <div style="float:left; overflow:hidden; width:1em;">S</div>
+ <div style="float:left; overflow:hidden; width:1em;">S</div>
</div>
</body>
</html>
« no previous file with comments | « LayoutTests/fast/multicol/newmulticol/table-cell.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698