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

Unified Diff: LayoutTests/fast/events/uievent-with-inputdevice-expected.txt

Issue 1160753005: Implement UIEvent.sourceDevice (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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: LayoutTests/fast/events/uievent-with-inputdevice-expected.txt
diff --git a/LayoutTests/fast/dom/Window/window-property-shadowing-onclick-expected.txt b/LayoutTests/fast/events/uievent-with-inputdevice-expected.txt
similarity index 52%
copy from LayoutTests/fast/dom/Window/window-property-shadowing-onclick-expected.txt
copy to LayoutTests/fast/events/uievent-with-inputdevice-expected.txt
index 805663ac85200661d454720cb08bfeb0550a8dfe..b60eb0818128194563768299a71d6e3a9522fbfc 100644
--- a/LayoutTests/fast/dom/Window/window-property-shadowing-onclick-expected.txt
+++ b/LayoutTests/fast/events/uievent-with-inputdevice-expected.txt
@@ -1,4 +1,4 @@
-This tests the ES5.2 behavior where global variables should not trigger setters on the Window object
+This tests that all the subclasses of UIEvent will have sourceDevice set to be null by default, and it can also be passed when initialization.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -7,7 +7,4 @@ PASS onClickCalled is false
PASS successfullyParsed is true
TEST COMPLETE
-PASS successfullyParsed is true
-
-TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698