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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 FAIL noModule IDL attribute on a parser created classic script element without n omodule content attribute assert_false: expected false got undefined
3 FAIL noModule IDL attribute on a parser created classic script element with nomo dule content attribute assert_true: expected true got undefined
4 FAIL noModule IDL attribute on a parser created module script element without no module content attribute assert_false: expected false got undefined
5 FAIL noModule IDL attribute on a parser created module script element with nomod ule content attribute assert_true: expected true got undefined
6 FAIL noModule IDL attribute on a dynamically created script element without nomo dule content attribute assert_false: expected false got undefined
7 FAIL noModule IDL attribute on a dynamically created script element after nomodu le content attribute is set to "nomodule" assert_true: expected true got undefin ed
8 FAIL noModule IDL attribute on a dynamically created script element after nomodu le content attribute is set to "" assert_true: expected true got undefined
9 FAIL noModule IDL attribute on a dynamically created script element after nomodu le content attribute had been removed assert_true: expected true got undefined
10 FAIL noModule IDL attribute must add nomodule content attribute on setting to tr ue assert_true: expected true got false
11 FAIL noModule IDL attribute must remove nomodule content attribute on setting to false assert_false: expected false got true
12 Harness: the test ran to completion.
13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698