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

Unified Diff: LayoutTests/fast/events/event-trusted-expected.txt

Issue 1233233003: Add Event.isTrusted support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master_event_trusted_main2
Patch Set: Fix nits Created 5 years, 5 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/event-trusted-expected.txt
diff --git a/LayoutTests/fast/events/event-trusted-expected.txt b/LayoutTests/fast/events/event-trusted-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..bf0765ef194209e93477a49e59c5c33c978bf424
--- /dev/null
+++ b/LayoutTests/fast/events/event-trusted-expected.txt
@@ -0,0 +1,19 @@
+
+This tests that isTrusted returns the correct value under certain situations.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+
+
+PASS document.createEvent('Event').isTrusted is false
+PASS createAndInitEvent().isTrusted is false
+PASS event.isTrusted is true
+PASS originalEvent.isTrusted is true
+PASS redispatched is true
+PASS originalEvent.isTrusted is false
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/events/event-trusted.html ('k') | LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698