Index: LayoutTests/fast/css/line-height-number-zoom-get-computed-style.html |
diff --git a/LayoutTests/fast/css/line-height-zoom-get-computed-style.html b/LayoutTests/fast/css/line-height-number-zoom-get-computed-style.html |
similarity index 97% |
copy from LayoutTests/fast/css/line-height-zoom-get-computed-style.html |
copy to LayoutTests/fast/css/line-height-number-zoom-get-computed-style.html |
index 871189409266fd0fdcbfbc8c1e975b811fa10556..9b5ab997972b56c3abb83aecc44a93553de791c0 100644 |
--- a/LayoutTests/fast/css/line-height-zoom-get-computed-style.html |
+++ b/LayoutTests/fast/css/line-height-number-zoom-get-computed-style.html |
@@ -1,6 +1,6 @@ |
<!DOCTYPE html> |
<html> |
-<script> |
+<script> |
if (window.testRunner) { |
testRunner.dumpAsText(); |
testRunner.setCanOpenWindows(); |
@@ -32,14 +32,14 @@ function zoomPage() |
} |
} |
-</script> |
+</script> |
<head> |
<style type="text/css"> |
p { |
display: inline-block; |
background-color: #000; |
color: #fff; |
-line-height: 120%; |
+line-height: 1.2; |
} |
p:hover { |
background-color: #fff; |