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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/shadow-dom/event-with-related-target.html

Issue 2697453005: Import wpt@758b3b4cfa805067f36121333ba031e583d3a62c (Closed)
Patch Set: Add -expected.txt files. 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/LayoutTests/external/wpt/shadow-dom/event-with-related-target.html
diff --git a/third_party/WebKit/LayoutTests/external/wpt/shadow-dom/event-with-related-target.html b/third_party/WebKit/LayoutTests/external/wpt/shadow-dom/event-with-related-target.html
index ad74e72b21313bbb3d78cb65986781d0c67c98e2..36bfbd9e26b3d0e91f16dd1d23848635bcb257f6 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/shadow-dom/event-with-related-target.html
+++ b/third_party/WebKit/LayoutTests/external/wpt/shadow-dom/event-with-related-target.html
@@ -189,7 +189,7 @@
assert_array_equals(log.relatedTargets,
['B', 'B', 'B', 'B', 'B'], 'The related targets must be correct.');
- }, 'Firing an event at B1a with relatedNode at A1a with ' + mode + ' mode shadow trees');
+ }, 'Firing an event at A1a with relatedNode at B1a with ' + mode + ' mode shadow trees');
}
testEventAtA1aWithB1a('open');
@@ -218,7 +218,7 @@
assert_array_equals(log.relatedTargets,
['A1', 'A1', 'A1', 'A1', 'A1', 'A1', 'A1', 'A1', 'A1'], 'The related targets must be correct.');
- }, 'Firing an event at B1a with relatedNode at A1a with ' + mode + ' mode shadow trees');
+ }, 'Firing an event at B1a with relatedNode at A1a (detached) with ' + mode + ' mode shadow trees');
}
testEventAtB1aWithDetachedA1a('open');
@@ -245,7 +245,7 @@
assert_array_equals(log.eventPath, ['A1a', 'A1-SR', 'A1'], 'The event path must be correct.');
assert_array_equals(log.relatedTargets, ['B', 'B', 'B' ], 'The related targets must be correct.');
- }, 'Firing an event at B1a with relatedNode at A1a with ' + mode + ' mode shadow trees');
+ }, 'Firing an event at A1a with relatedNode at B1a (detached) with ' + mode + ' mode shadow trees');
}
testEventAtA1aWithDetachedB1a('open');

Powered by Google App Engine
This is Rietveld 408576698