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

Unified Diff: LayoutTests/fast/css/line-height-number-zoom-get-computed-style.html

Issue 1017173002: Do not correct for zoom for number line-height (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add test Created 5 years, 9 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
« no previous file with comments | « no previous file | LayoutTests/fast/css/line-height-number-zoom-get-computed-style-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | LayoutTests/fast/css/line-height-number-zoom-get-computed-style-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698