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

Unified Diff: LayoutTests/css2.1/20110323/float-non-replaced-width-008.htm

Issue 1212753002: Convert tests (except fast/, imported/) using ahem font to ahem.js style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/css2.1/20110323/float-non-replaced-width-008.htm
diff --git a/LayoutTests/css2.1/20110323/float-non-replaced-width-008.htm b/LayoutTests/css2.1/20110323/float-non-replaced-width-008.htm
index 2b3dd42fa120509538ddc8257bf92b7d8ae10f9a..3502b48b7735545074a0d6b989c04007920d79a2 100644
--- a/LayoutTests/css2.1/20110323/float-non-replaced-width-008.htm
+++ b/LayoutTests/css2.1/20110323/float-non-replaced-width-008.htm
@@ -12,6 +12,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#min-max-widths">
<meta content="If 'width' of a floating, non-replaced element computes to 'auto', then the used value of 'width' is given by 'shrink-to-fit' width calculation. If 'width' of a floating, non-replaced element is given by 'shrink-to-fit' width calculation, then such calculated width can be furthermore constrained, reduced by a max-width declaration. If 'width' of a floating, non-replaced element computes to 'auto' but its own child uses a constrained length resulting from a max-width declaration, then such constrained length will define the preferred width in 'shrink-to-fit' width calculation." name="assert">
<meta content="ahem" name="flags">
+ <script src="../../resources/ahem.js"></script>
<style type="text/css">
div

Powered by Google App Engine
This is Rietveld 408576698