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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/event-deep-path.html

Issue 1637813002: Change Event.deepPath to a method (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary change Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/dom/shadow/event-deep-path.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/event-deep-path.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/event-deep-path.html
index 79056f322531a4ddd7cbd47a058b0c9ee98fb4a4..8af649e5a6f344fabcafed9d42f2df924f9e7edb 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/event-deep-path.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/event-deep-path.html
@@ -7,8 +7,8 @@
img.onload = function(e) {
test(function() {
- assert_array_equals(e.deepPath, e.path);
- }, "Event.deepPath should be the same as Event.path.");
+ assert_array_equals(e.deepPath(), e.path);
+ }, "Event.deepPath() should be the same as Event.path.");
};
</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698