| 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 ce8742252461135cfc62f50c05e2ef6b796c53fc..c0cedb50fc340da8a31e96e83758340e2b5e67b1 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,10 +48,8 @@
|
| /**
|
| * 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', 'DISABLED_MultilineWrap', function() {
|
| +TEST_F('CvoxShadowUnitTest', 'MultilineWrap', function() {
|
| this.loadDoc(function() {/*!
|
| <div><textarea id="area"
|
| cols=4 rows=20>One two thr fou fiv six sev eig</textarea>
|
|
|