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

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

Issue 2824583002: Implement <script nomodule> (Closed)
Patch Set: Move script_type declaration Created 3 years, 8 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
deleted file mode 100644
index c009d0a8aba55cc244ab52cb211860a8be8a531f..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/nomodule-reflect-expected.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-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