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> |