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

Unified Diff: LayoutTests/fast/flexbox/overhanging-floats-removed.html

Issue 291853004: Update Ahem capitalization in LayoutTests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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/flexbox/overhanging-floats-removed.html
diff --git a/LayoutTests/fast/flexbox/overhanging-floats-removed.html b/LayoutTests/fast/flexbox/overhanging-floats-removed.html
index 7fc83481181220689423dcc930319596f2fadfc8..f68dfa5e446bc34e5d1beccaa72333e853e6bcfc 100644
--- a/LayoutTests/fast/flexbox/overhanging-floats-removed.html
+++ b/LayoutTests/fast/flexbox/overhanging-floats-removed.html
@@ -2,7 +2,7 @@
<div style="width: 80px; height: 80px; background-color: blue;">
<div id="float" style="float: left; width: 20px; height: 110px; background-color: silver;"></div>
</div>
- <div style="font-family: ahem; width: 80px; height: 80px; background-color: yellow;">Test overhanging floats</div>
+ <div style="font-family: Ahem; width: 80px; height: 80px; background-color: yellow;">Test overhanging floats</div>
</div>
<script>
document.body.offsetTop;

Powered by Google App Engine
This is Rietveld 408576698