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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/select-element-expected.txt

Issue 2887273003: No extra space emission in TextIterator::HandleReplacedElement (Closed)
Patch Set: Fri May 19 00:09:20 PDT 2017 Created 3 years, 7 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/events/select-element-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/select-element-expected.txt b/third_party/WebKit/LayoutTests/fast/events/select-element-expected.txt
index 229cd524568e3df883c2575d2e6705db83599f6a..d3c35c6a290d0744773c90546e73ae8f7ed7b735 100644
--- a/third_party/WebKit/LayoutTests/fast/events/select-element-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/events/select-element-expected.txt
@@ -1,6 +1,6 @@
This test verifies that the Home/End/PageUp/PageDown keys work correctly for <select> elements. Since it requires eventSender.keyDown, it will not run solo in the web browser; it must be run with run-webkit-tests.
-
+
PASS sendKeyAndExpectIndex("ss", "PageDown", 0, 3) is true
PASS sendKeyAndExpectIndex("ss", "PageDown", 1, 4) is true
PASS sendKeyAndExpectIndex("ss", "PageDown", 2, 5) is true

Powered by Google App Engine
This is Rietveld 408576698