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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/dom/events/Event-propagation-expected.txt

Issue 2588723002: Import wpt@e1e2bfbe1d34de9826a036a0e9d43ba20190c69c (Closed)
Patch Set: Modify TestExpectations or download new baselines for tests. Created 4 years 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/imported/wpt/dom/events/Event-propagation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/events/Event-propagation-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/dom/events/Event-propagation-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..718901d0f0f0beb39eb3b281c87fd678c82e69da
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/events/Event-propagation-expected.txt
@@ -0,0 +1,10 @@
+This is a testharness.js-based test.
+PASS Newly-created Event
+PASS After stopPropagation()
+PASS Reinitialized after stopPropagation()
+PASS After stopImmediatePropagation()
+PASS Reinitialized after stopImmediatePropagation()
+FAIL After cancelBubble=true assert_equals: Propagation flag expected false but got true
+PASS Reinitialized after cancelBubble=true
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698