| Index: third_party/WebKit/LayoutTests/css1/text_properties/line_height.html
|
| diff --git a/third_party/WebKit/LayoutTests/css1/text_properties/line_height.html b/third_party/WebKit/LayoutTests/css1/text_properties/line_height.html
|
| index 57446857a16043cd62d315417d227f75ac2b7b2e..9aceead4874c49746192d35e9b2ddbe738a39881 100644
|
| --- a/third_party/WebKit/LayoutTests/css1/text_properties/line_height.html
|
| +++ b/third_party/WebKit/LayoutTests/css1/text_properties/line_height.html
|
| @@ -6,6 +6,7 @@
|
| <META http-equiv="Content-Style-Type" content="text/css">
|
|
|
| <LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.css">
|
| +<SCRIPT src="../resources/base.js"></SCRIPT>
|
| <STYLE type="text/css">
|
| .one {line-height: 0.5in; font-size: 12px;}
|
| .two {line-height: 2cm; font-size: 12px;}
|
|
|