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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/HTMLElement-expected.txt

Issue 2434563008: Import wpt@26c8d4e87448d1c4e5ebf2ddb4917c0633c201db (Closed)
Patch Set: Mark one more test as potentially timing out Created 4 years, 2 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/imported/wpt/custom-elements/reactions/HTMLElement-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/HTMLElement-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/HTMLElement-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ad3f64242abd171a10b0b9c1e79cdbeb1b4be9eb
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/HTMLElement-expected.txt
@@ -0,0 +1,27 @@
+This is a testharness.js-based test.
+PASS title on HTMLElement must enqueue an attributeChanged reaction when adding title content attribute
+PASS title on HTMLElement must enqueue an attributeChanged reaction when replacing an existing attribute
+PASS lang on HTMLElement must enqueue an attributeChanged reaction when adding lang content attribute
+PASS lang on HTMLElement must enqueue an attributeChanged reaction when replacing an existing attribute
+PASS translate on HTMLElement must enqueue an attributeChanged reaction when adding translate content attribute
+PASS translate on HTMLElement must enqueue an attributeChanged reaction when replacing an existing attribute
+PASS dir on HTMLElement must enqueue an attributeChanged reaction when adding dir content attribute
+PASS dir on HTMLElement must enqueue an attributeChanged reaction when replacing an existing attribute
+PASS hidden on HTMLElement must enqueue an attributeChanged reaction when adding hidden content attribute
+PASS hidden on HTMLElement must enqueue an attributeChanged reaction when replacing an existing attribute
+PASS tabIndex on HTMLElement must enqueue an attributeChanged reaction when adding tabindex content attribute
+PASS tabIndex on HTMLElement must enqueue an attributeChanged reaction when replacing an existing attribute
+PASS accessKey on HTMLElement must enqueue an attributeChanged reaction when adding accesskey content attribute
+PASS accessKey on HTMLElement must enqueue an attributeChanged reaction when replacing an existing attribute
+PASS draggable on HTMLElement must enqueue an attributeChanged reaction when adding draggable content attribute
+PASS draggable on HTMLElement must enqueue an attributeChanged reaction when replacing an existing attribute
+FAIL dropzone on HTMLElement must enqueue an attributeChanged reaction when adding dropzone content attribute assert_array_equals: lengths differ, expected 1 got 0
+FAIL dropzone on HTMLElement must enqueue an attributeChanged reaction when replacing an existing attribute assert_array_equals: lengths differ, expected 2 got 1
+FAIL contextMenu on HTMLElement must enqueue an attributeChanged reaction when adding contextmenu content attribute Failed to set the 'contextMenu' property on 'HTMLElement': The provided value is not of type 'HTMLMenuElement'.
+FAIL contextMenu on HTMLElement must enqueue an attributeChanged reaction when replacing an existing attribute Failed to set the 'contextMenu' property on 'HTMLElement': The provided value is not of type 'HTMLMenuElement'.
+PASS spellcheck on HTMLElement must enqueue an attributeChanged reaction when adding spellcheck content attribute
+PASS spellcheck on HTMLElement must enqueue an attributeChanged reaction when replacing an existing attribute
+FAIL innerText on HTMLElement must enqueue a disconnected reaction assert_array_equals: lengths differ, expected 1 got 0
+FAIL outerText on HTMLElement must enqueue a disconnected reaction assert_array_equals: lengths differ, expected 1 got 0
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698