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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/nomodule-reflect-expected.txt

Issue 2665073003: Import wpt@cd5cce9780f84cee679919679b8199084ea96d54 (Closed)
Patch Set: Update test expectations and baselines. Created 3 years, 11 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/html/semantics/scripting-1/the-script-element/nomodule-reflect-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/nomodule-reflect-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/nomodule-reflect-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c009d0a8aba55cc244ab52cb211860a8be8a531f
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/nomodule-reflect-expected.txt
@@ -0,0 +1,13 @@
+This is a testharness.js-based test.
+FAIL noModule IDL attribute on a parser created classic script element without nomodule content attribute assert_false: expected false got undefined
+FAIL noModule IDL attribute on a parser created classic script element with nomodule content attribute assert_true: expected true got undefined
+FAIL noModule IDL attribute on a parser created module script element without nomodule content attribute assert_false: expected false got undefined
+FAIL noModule IDL attribute on a parser created module script element with nomodule content attribute assert_true: expected true got undefined
+FAIL noModule IDL attribute on a dynamically created script element without nomodule content attribute assert_false: expected false got undefined
+FAIL noModule IDL attribute on a dynamically created script element after nomodule content attribute is set to "nomodule" assert_true: expected true got undefined
+FAIL noModule IDL attribute on a dynamically created script element after nomodule content attribute is set to "" assert_true: expected true got undefined
+FAIL noModule IDL attribute on a dynamically created script element after nomodule content attribute had been removed assert_true: expected true got undefined
+FAIL noModule IDL attribute must add nomodule content attribute on setting to true assert_true: expected true got false
+FAIL noModule IDL attribute must remove nomodule content attribute on setting to false assert_false: expected false got true
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698