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

Unified Diff: third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/elements/event-listener-sidebar-jquery2-expected.txt

Issue 2668403004: DevTools: rebaseline DOM / CSS / Elements tests (Closed)
Patch Set: remove ax baselines Created 3 years, 10 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/elements/event-listener-sidebar-jquery2-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/event-listener-sidebar-jquery2-expected.txt b/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/elements/event-listener-sidebar-jquery2-expected.txt
similarity index 94%
copy from third_party/WebKit/LayoutTests/inspector/elements/event-listener-sidebar-jquery2-expected.txt
copy to third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/elements/event-listener-sidebar-jquery2-expected.txt
index e7ba8c4d60a5e4a37291138d4bd2e010c650a8f4..93770940add7601d14d05ad5dba4092a718f7b99 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/event-listener-sidebar-jquery2-expected.txt
+++ b/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/elements/event-listener-sidebar-jquery2-expected.txt
@@ -19,19 +19,19 @@ Inspect Me
[expanded] button#nodeRemoveevent-listener-sidebar-jquery2.html:13
useCapture: false
passive: false
- once: false
+ once: undefined
handler: function () { console.log("onclick"); }
== normal
[expanded] button#nodeRemoveevent-listener-sidebar-jquery2.html:12
useCapture: false
passive: false
- once: false
+ once: undefined
handler: function () { console.log("addEventListener"); }
== frameworkInternal
[expanded] button#nodeRemovejquery-2.1.4.min.js:3
useCapture: false
passive: false
- once: false
+ once: undefined
handler: function (b){return typeof n!==U&&n.event.triggered!==b.type?n.event.dispatch.apply(a,arguments):void 0}
======== load ========
@@ -39,7 +39,7 @@ Inspect Me
[expanded] WindowRemoveevent-listener-sidebar-jquery2.html:52
useCapture: false
passive: false
- once: false
+ once: undefined
handler: function onload(event) {
onloadHandler()
}

Powered by Google App Engine
This is Rietveld 408576698