Index: third_party/WebKit/LayoutTests/fast/forms/selection-direction.html |
diff --git a/third_party/WebKit/LayoutTests/fast/forms/selection-direction.html b/third_party/WebKit/LayoutTests/fast/forms/selection-direction.html |
index 1fa18d95c396726f4599e477f9ee4e9d9871e981..4df2fd817f3d2d716dcc7eb0f50253009d203572 100644 |
--- a/third_party/WebKit/LayoutTests/fast/forms/selection-direction.html |
+++ b/third_party/WebKit/LayoutTests/fast/forms/selection-direction.html |
@@ -77,6 +77,9 @@ function runTest(element, platform) { |
assertDirection('backward', element, 'extending selection backward by character'); |
testCache('backward', element); |
+ element.blur(); |
+ element.value = element.value + 'foo'; |
+ assertDirection(noneOnMacAndForwardOnOthers, element, 'updating value'); |
} |
function runTestFor(platform) { |