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

Unified Diff: chrome/browser/resources/chromeos/chromevox/common/editable_text_area_shadow_test.unitjs

Issue 549303004: Allow default font size changing on Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Win compile fix. Created 5 years, 4 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 | « chrome/browser/renderer_preferences_util.cc ('k') | content/common/view_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox/common/editable_text_area_shadow_test.unitjs
diff --git a/chrome/browser/resources/chromeos/chromevox/common/editable_text_area_shadow_test.unitjs b/chrome/browser/resources/chromeos/chromevox/common/editable_text_area_shadow_test.unitjs
index c0cedb50fc340da8a31e96e83758340e2b5e67b1..ce8742252461135cfc62f50c05e2ef6b796c53fc 100644
--- a/chrome/browser/resources/chromeos/chromevox/common/editable_text_area_shadow_test.unitjs
+++ b/chrome/browser/resources/chromeos/chromevox/common/editable_text_area_shadow_test.unitjs
@@ -48,8 +48,10 @@ three
/**
* Test the get line of a multiline textarea with wrapping instead of
* explicit newlines.
+ * Test disabled due to not being reliable if font size changes.
+ * See https://codereview.chromium.org/549303004/
*/
-TEST_F('CvoxShadowUnitTest', 'MultilineWrap', function() {
+TEST_F('CvoxShadowUnitTest', 'DISABLED_MultilineWrap', function() {
this.loadDoc(function() {/*!
<div><textarea id="area"
cols=4 rows=20>One two thr fou fiv six sev eig</textarea>
« no previous file with comments | « chrome/browser/renderer_preferences_util.cc ('k') | content/common/view_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698