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

Unified Diff: third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/console/command-line-api-getEventListeners-expected.txt

Issue 2667843004: DevTools: rebaseline console tests (Closed)
Patch Set: remove option to customize level Created 3 years, 11 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/Source/devtools/tests/baseline/protocol-1.2/inspector/console/command-line-api-getEventListeners-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/command-line-api-getEventListeners-expected.txt b/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/console/command-line-api-getEventListeners-expected.txt
similarity index 91%
copy from third_party/WebKit/LayoutTests/inspector/console/command-line-api-getEventListeners-expected.txt
copy to third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/console/command-line-api-getEventListeners-expected.txt
index c2f57434d63c2b0574571564039f54539445d899..34987428ef0fc43b216c003e940030fdf8086f61 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/command-line-api-getEventListeners-expected.txt
+++ b/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/console/command-line-api-getEventListeners-expected.txt
@@ -6,7 +6,6 @@ Tests getEventListeners() method of console command line API.
[page] keydown: {
[page] 0: {
[page] listener: function listener1() { }
-[page] once: false
[page] passive: false
[page] remove: function remove() { [Command Line API] }
[page] type: "keydown"
@@ -14,7 +13,6 @@ Tests getEventListeners() method of console command line API.
[page] }
[page] 1: {
[page] listener: function listener2() { }
-[page] once: false
[page] passive: false
[page] remove: function remove() { [Command Line API] }
[page] type: "keydown"
@@ -24,7 +22,6 @@ Tests getEventListeners() method of console command line API.
[page] wheel: {
[page] 0: {
[page] listener: function listener2() { }
-[page] once: false
[page] passive: true
[page] remove: function remove() { [Command Line API] }
[page] type: "wheel"
@@ -35,7 +32,6 @@ Tests getEventListeners() method of console command line API.
[page] keydown: {
[page] 0: {
[page] listener: function listener2() { }
-[page] once: false
[page] passive: false
[page] remove: function remove() { [Command Line API] }
[page] type: "keydown"
@@ -46,7 +42,6 @@ Tests getEventListeners() method of console command line API.
[page] keydown: {
[page] 0: {
[page] listener: function listener2() { }
-[page] once: false
[page] passive: false
[page] remove: function remove() { [Command Line API] }
[page] type: "keydown"
@@ -56,7 +51,6 @@ Tests getEventListeners() method of console command line API.
[page] keyup: {
[page] 0: {
[page] listener: function listener2() { }
-[page] once: true
[page] passive: false
[page] remove: function remove() { [Command Line API] }
[page] type: "keyup"
@@ -66,7 +60,6 @@ Tests getEventListeners() method of console command line API.
[page] mousedown: {
[page] 0: {
[page] listener: function listener2() { }
-[page] once: false
[page] passive: false
[page] remove: function remove() { [Command Line API] }
[page] type: "mousedown"
@@ -76,7 +69,6 @@ Tests getEventListeners() method of console command line API.
[page] mousemove: {
[page] 0: {
[page] listener: function listener1() { }
-[page] once: false
[page] passive: false
[page] remove: function remove() { [Command Line API] }
[page] type: "mousemove"
@@ -87,7 +79,6 @@ Tests getEventListeners() method of console command line API.
[page] click: {
[page] 0: {
[page] listener: function onclick(event) { alert(1) }
-[page] once: false
[page] passive: false
[page] remove: function remove() { [Command Line API] }
[page] type: "click"
@@ -97,7 +88,6 @@ Tests getEventListeners() method of console command line API.
[page] mouseover: {
[page] 0: {
[page] listener: function onmouseover(event) { listener2() }
-[page] once: false
[page] passive: false
[page] remove: function remove() { [Command Line API] }
[page] type: "mouseover"
@@ -108,7 +98,6 @@ Tests getEventListeners() method of console command line API.
[page] load: {
[page] 0: {
[page] listener: function onload(event) { runTest() }
-[page] once: false
[page] passive: false
[page] remove: function remove() { [Command Line API] }
[page] type: "load"
@@ -118,7 +107,6 @@ Tests getEventListeners() method of console command line API.
[page] popstate: {
[page] 0: {
[page] listener: function listener1() { }
-[page] once: false
[page] passive: false
[page] remove: function remove() { [Command Line API] }
[page] type: "popstate"

Powered by Google App Engine
This is Rietveld 408576698