gecko-dev/parser/htmlparser/tests/mochitest
Masatoshi Kimura 7be7b11a1c Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher
This patch is generated by the following sed script:
find . ! -wholename '*/.hg*' -type f \( -iname '*.html' -o -iname '*.xhtml' -o -iname '*.xul' -o -iname '*.js' \) -exec sed -i -e 's/\(\(text\|application\)\/javascript\);version=1.[0-9]/\1/g' {} \;

MozReview-Commit-ID: AzhtdwJwVNg

--HG--
extra : rebase_source : e8f90249454c0779d926f87777f457352961748d
2017-02-23 06:10:07 +09:00
..
dir_bug534293
html5lib_tree_construction Bug 1176668 - Fix overflow avoidance in numeric character reference handling. r=wchen. 2015-08-25 18:05:45 +03:00
blue.png Bug 1067345 - Add tests for img/picture/srcset preloading 2014-12-10 18:54:00 -05:00
browser.ini Bug 1310297 - Remove test annotations using b2g, mulet or gonk: parser. r=RyanVM 2016-11-05 11:29:21 +01:00
browser_viewsource.js Bug 1172165 - test changes: remove broken bit of test for view-source linking now that it is completely disallowed, and fix html parser's view-source test, r=bz 2015-12-11 08:17:56 -05:00
bug_502091_iframe.html
file_async_bug1104732.sjs Bug 1104732 - followup: fix test flakiness due to arbitrariness of when load happens on a CLOSED TREE 2015-05-29 14:36:36 +01:00
file_bug102699.sjs
file_bug534293-slow.sjs
file_bug534293.sjs
file_bug543062.sjs
file_bug568470-script.sjs
file_bug568470.sjs
file_bug594730-1.html
file_bug594730-2.html
file_bug594730-3.html
file_bug594730-4.html
file_bug594730-5.html
file_bug594730-6.html
file_bug594730-7.html
file_bug594730-8.html
file_bug594730-9.html
file_bug642908.sjs
file_bug655682.sjs Bug 1317770 - Reset sjs file to enable multiple run in same session r=jmaher 2016-11-16 01:54:31 +05:30
file_bug672453_bomless_utf16.html
file_bug672453_http_unsupported.html
file_bug672453_http_unsupported.html^headers^
file_bug672453_late_meta.html
file_bug672453_meta_non_superset.html
file_bug672453_meta_restart.html
file_bug672453_meta_unsupported.html
file_bug672453_meta_userdefined.html
file_bug672453_meta_utf16.html
file_bug672453_not_declared.html
file_bug688580.js Bug 688580 - Run deferred scripts before DOMContentLoaded; r=hsivonen 2014-04-12 11:02:21 +02:00
file_bug716579-8.html
file_bug716579-8.html^headers^
file_bug716579-8.xhtml
file_bug716579-8.xhtml^headers^
file_bug716579-16.html
file_bug716579-16.html^headers^
file_bug716579-16.xhtml
file_bug716579-16.xhtml^headers^
file_bug717180.html
file_defer_bug1104732.js Bug 1104732 - having deferred scripts shouldn't cause async scripts to delay domcontentloaded, r?smaug 2015-05-28 13:40:07 +01:00
file_img_picture_preload.html Bug 1067345 - Add tests for img/picture/srcset preloading 2014-12-10 18:54:00 -05:00
file_img_picture_preload.sjs Bug 1067345 - Add tests for img/picture/srcset preloading 2014-12-10 18:54:00 -05:00
file_viewsource.html Bug 1172165 - test changes: remove broken bit of test for view-source linking now that it is completely disallowed, and fix html parser's view-source test, r=bz 2015-12-11 08:17:56 -05:00
html5_tree_construction_exceptions.js
iframe_bug599584.html
invalidchar.xml
mochitest.ini Bug 1310297 - Remove test annotations using b2g, mulet or gonk: parser. r=RyanVM 2016-11-05 11:29:21 +01:00
parser_datreader.js Bug 1321227 - Remove legacy generator from parser/. r=wchen 2016-12-01 18:12:14 +09:00
parser_web_testrunner.js Bug 1321227 - Remove legacy generator from parser/. r=wchen 2016-12-01 18:12:14 +09:00
test_bug102699.html
test_bug174351.html
test_bug213517.html
test_bug339350.xhtml
test_bug358797.html
test_bug396568.html
test_bug418464.html
test_bug460437.xhtml
test_bug502091.html
test_bug534293.html
test_bug543062.html
test_bug552938-2.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_bug552938.html
test_bug563322.xhtml
test_bug566879.html Bug 649012 - Fail mochitest-plains which use flaky timeouts (setTimeout(x) for x > 0); r=ted 2014-12-11 13:34:40 -05:00
test_bug568470.html
test_bug594730.html
test_bug599584.html Bug 649012 - Fail mochitest-plains which use flaky timeouts (setTimeout(x) for x > 0); r=ted 2014-12-11 13:34:40 -05:00
test_bug613662.html
test_bug613662.xhtml Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_bug639362.html
test_bug642908.html
test_bug645115.html
test_bug655682.html
test_bug667533.html
test_bug672453.html
test_bug688580.html Bug 688580 - Run deferred scripts before DOMContentLoaded; r=hsivonen 2014-04-12 11:02:21 +02:00
test_bug688580.xhtml Bug 688580 - Run deferred scripts before DOMContentLoaded; r=hsivonen 2014-04-12 11:02:21 +02:00
test_bug709083.html
test_bug715112.html
test_bug715739.html
test_bug716579.html
test_bug717180.html
test_bug1104732.html Bug 1104732 - followup: fix test flakiness due to arbitrariness of when load happens on a CLOSED TREE 2015-05-29 14:36:36 +01:00
test_bug1209658.html Bug 1209658 part 2. Add text/json and text/vtt as text MIME types. r=bkelly 2015-10-05 12:23:26 -04:00
test_compatmode.html
test_html5_tree_construction.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
test_html5_tree_construction_part2.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
test_img_picture_preload.html Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws. 2017-01-25 07:01:52 +01:00
test_xml_mislabeled.html