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

Unified Diff: third_party/WebKit/LayoutTests/resize-observer/observe-expected.txt

Issue 2891463002: Update testharness.js and idlharness.js. (Closed)
Patch Set: Update expectations Created 3 years, 7 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/resize-observer/observe-expected.txt
diff --git a/third_party/WebKit/LayoutTests/resize-observer/observe-expected.txt b/third_party/WebKit/LayoutTests/resize-observer/observe-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..15cc717a30d2b0c3305382a13e1b1720e8cffea9
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/resize-observer/observe-expected.txt
@@ -0,0 +1,13 @@
+CONSOLE ERROR: ResizeObserver loop limit exceeded
+This is a testharness.js-based test.
+PASS guard
+PASS test0: simple observation
+PASS test1: multiple observation on same element trigger only one
+FAIL test2: throw exception when observing non-element Test bug: need to pass exception to assert_throws()
+PASS test3: disconnect stops all notifications
+PASS test4: unobserve target stops notifications, unobserve non-observed does nothing
+PASS test5: observe img
+PASS test6: iframe notifications
+PASS test7: callback.this
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698