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

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

Issue 1584683002: INPUT text field: Fix a chopped editing text issue. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
index 168dea308b32f5814eb17eb71f8e7e46cdfde67c..5ac3278b3a9fc4b9c6efdd5b09dad04c8c2e5ab8 100644
--- 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
@@ -19,7 +19,12 @@ if (window.testRunner)
document.fonts.ready.then(function() {
document.getElementById('webfont').innerHTML = '<input style="border:' +
'solid 1px black; font-size:16px; font-family:NotoSansCJK;"' +
+ 'value="&#x3075; ABCgjy">' +
Julien - ping for review 2016/01/14 16:46:18 In the new output, the value from this first <inpu
tkent 2016/01/15 02:09:49 As for this INPUT, I think no pixel differences.
+ '<input style="border: solid 1px black; font-size:16px; ' +
+ 'line-height:17px; height:24px; font-family:NotoSansCJK;"' +
'value="&#x3075; ABCgjy">';
+ // The first INPUT is for crbug.com/519331.
+ // The second INPUT is for crbug.com/576589.
if (window.testRunner)
testRunner.notifyDone();
});

Powered by Google App Engine
This is Rietveld 408576698