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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/onchange-js-expected.txt

Issue 2796823002: Convert onchange-js.html test for testharness.js. (Closed)
Patch Set: Remove </html> Created 3 years, 8 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/onchange-js-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/onchange-js-expected.txt b/third_party/WebKit/LayoutTests/fast/events/onchange-js-expected.txt
deleted file mode 100644
index ac78d8fe65cac124cc577bce5231165945ee4c96..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/events/onchange-js-expected.txt
+++ /dev/null
@@ -1,42 +0,0 @@
-This test verifies that the change event is fired, when value is changed by JavaScript code.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-===> Tests for INPUT[type=text]
-Value is updated in change event handler.
-PASS element.value is "foo bar"
-PASS changeEventCounter is 1
-PASS element.value is ""
-PASS element.value is "foo bar"
-PASS changeEventCounter is 2
-Value is updated while element is focused.
-PASS changeEventCounter is 0
-Value is updated after a user edit.
-PASS changeEventCounter is 1
-===> Tests for INPUT[type=number]
-Value is updated in change event handler.
-PASS element.value is "123"
-PASS changeEventCounter is 1
-PASS element.value is ""
-PASS element.value is "123"
-PASS changeEventCounter is 2
-Value is updated while element is focused.
-PASS changeEventCounter is 0
-Value is updated after a user edit.
-PASS changeEventCounter is 1
-===> Tests for TEXTAREA
-Value is updated in change event handler.
-PASS element.value is "foo bar"
-PASS changeEventCounter is 1
-PASS element.value is ""
-PASS element.value is "foo bar"
-PASS changeEventCounter is 2
-Value is updated while element is focused.
-PASS changeEventCounter is 0
-Value is updated after a user edit.
-PASS changeEventCounter is 1
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698