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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/tokenizer/004-expected.txt

Issue 2135753002: Update supported javascript mimetypes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update comment language slightly Created 4 years, 5 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
1 Variations on type attribute of script tag 1 Variations on type attribute of script tag
2 2
3 These scripts should execute 3 These scripts should execute
4 4
5 no type attribute executed 5 no type attribute executed
6 empty string executed 6 empty string executed
7 text/javascript executed 7 text/javascript executed
8 text/JAVASCRIPT executed 8 text/JAVASCRIPT executed
9 TEXT/JAVASCRIPT executed 9 TEXT/JAVASCRIPT executed
10 'text/javascript ' executed 10 'text/javascript ' executed
11 ' text/javascript ' executed 11 ' text/javascript ' executed
12 text/jscript executed 12 text/jscript executed
13 text/ecmascript executed 13 text/ecmascript executed
14 text/livescript executed 14 text/livescript executed
15 text/javascript1.0 executed
15 text/javascript1.1 executed 16 text/javascript1.1 executed
16 text/javascript1.2 executed 17 text/javascript1.2 executed
17 text/javascript1.3 executed 18 text/javascript1.3 executed
19 text/javascript1.4 executed
20 text/javascript1.5 executed
21 text/x-javascript executed
22 text/x-ecmascript executed
18 application/javascript executed 23 application/javascript executed
19 application/ecmascript executed 24 application/ecmascript executed
20 application/x-javascript executed 25 application/x-javascript executed
26 application/x-ecmascript executed
21 These scripts should not execute 27 These scripts should not execute
22 28
23 one space 29 one space
24 text/ 30 text/
25 text/vbscript 31 text/vbscript
26 text/vbs 32 text/vbs
27 text/xml 33 text/xml
28 text/javascript1 34 text/javascript1
29 text/javascript1.0
30 text/javascript1.4
31 text/javascript1.5
32 text/javascript1.6 35 text/javascript1.6
33 application/jscript 36 application/jscript
34 application/x-jscript 37 application/x-jscript
35 application/livescript 38 application/livescript
36 application/x-livescript 39 application/x-livescript
37 application/x-ecmascript
38 application/javascript1.2 40 application/javascript1.2
39 application/x-javascript1.2 41 application/x-javascript1.2
40 javascript 42 javascript
41 jscript 43 jscript
42 ecmascript 44 ecmascript
43 livescript 45 livescript
44 livescript1.1 46 livescript1.1
45 JAVASCRIPT 47 JAVASCRIPT
46 JavaScript 48 JavaScript
47 JavaScript 1 49 JavaScript 1
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 empty string language, "text/javascript" type executed 165 empty string language, "text/javascript" type executed
164 "javascript" language, "text/javascript" type executed 166 "javascript" language, "text/javascript" type executed
165 "bogus" language, "text/javascript" type executed 167 "bogus" language, "text/javascript" type executed
166 "livescript" language, "text/javascript" type executed 168 "livescript" language, "text/javascript" type executed
167 "javascript1.2" language, "text/javascript" type executed 169 "javascript1.2" language, "text/javascript" type executed
168 These scripts should not execute 170 These scripts should not execute
169 171
170 "javascript" language, "bogus" type 172 "javascript" language, "bogus" type
171 empty string type, "bogus" language 173 empty string type, "bogus" language
172 empty string language, "bogus" type 174 empty string language, "bogus" type
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698