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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/text/text-font-height-mismatch.html

Issue 1387783003: input[type=text]: Add a workaround to fix vertical position of Noto Sans CJK 1.004. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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: third_party/WebKit/LayoutTests/fast/forms/text/text-font-height-mismatch.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/text/text-font-height-mismatch.html b/third_party/WebKit/LayoutTests/fast/forms/text/text-font-height-mismatch.html
new file mode 100644
index 0000000000000000000000000000000000000000..a8133400ecd2d9c7fb40a71cd177c27451259617
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/forms/text/text-font-height-mismatch.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<p>Editable text should be centered vertically.<p>
+<input style="border: solid 1px black; line-height:16px; height:16px; font-size:24px;" value="ABCgjy"></div>
+<input style="border: solid 1px black; height:32px; font-size:16px; " value="ABCgjy"></div>

Powered by Google App Engine
This is Rietveld 408576698