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; |