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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/dispatch-synthetic-keyboardevent-no-action-expected.txt

Issue 2070053004: Enable do not allow default action for untrusted events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comment Created 4 years, 6 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/dispatch-synthetic-keyboardevent-no-action-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/dispatch-synthetic-keyboardevent-no-action-expected.txt b/third_party/WebKit/LayoutTests/fast/events/dispatch-synthetic-keyboardevent-no-action-expected.txt
index 3a003843de95644ff7201c4fe10bd6c596dcc874..1f2be3077123ee274520ee1c7b44c9d555245c01 100644
--- a/third_party/WebKit/LayoutTests/fast/events/dispatch-synthetic-keyboardevent-no-action-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/events/dispatch-synthetic-keyboardevent-no-action-expected.txt
@@ -1,12 +1,11 @@
-CONSOLE WARNING: line 16: A DOM event generated from JavaScript has triggered a default action inside the browser. This behavior is non-standard and will be removed in M53, around September 2016. See https://www.chromestatus.com/features/5718803933560832 for more details.
Tests to ensure that default action does not occur for untrusted events.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-FAIL document.getElementById('radio1').checked should be true. Was false.
-FAIL document.getElementById('radio2').checked should be false. Was true.
+PASS document.getElementById('radio1').checked is true
+PASS document.getElementById('radio2').checked is false
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « third_party/WebKit/LayoutTests/VirtualTestSuites ('k') | third_party/WebKit/LayoutTests/fast/events/simulated-key-state.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698