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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/event-listeners-about-blank-expected.txt

Issue 2490303003: Add once field to devtools so it can be queried by lighthouse. (Closed)
Patch Set: Created 4 years, 1 month 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/inspector/elements/event-listeners-about-blank-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/event-listeners-about-blank-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/event-listeners-about-blank-expected.txt
index 9d65383112928be7e644c3cea26cdd5377b26a5a..1063ac25b051d03a3dae3282a13b56ad273395ca 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/event-listeners-about-blank-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/elements/event-listeners-about-blank-expected.txt
@@ -7,6 +7,7 @@ Tests event listeners output in the Elements sidebar panel when the listeners ar
[expanded] bodyRemoveevent-listeners-about-blank.html:9
useCapture: true
passive: false
+ once: false
handler: function f() {}
======== hover ========
@@ -14,6 +15,7 @@ Tests event listeners output in the Elements sidebar panel when the listeners ar
[expanded] div#div-in-iframeRemoveevent-listeners-about-blank.html:9
useCapture: true
passive: false
+ once: true
handler: function f() {}
======== wheel ========
@@ -21,5 +23,6 @@ Tests event listeners output in the Elements sidebar panel when the listeners ar
[expanded] bodyRemoveToggle Passiveevent-listeners-about-blank.html:9
useCapture: false
passive: true
+ once: false
handler: function f() {}

Powered by Google App Engine
This is Rietveld 408576698