File tree 3 files changed +7
-10
lines changed
3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change
1
+ [submodule "test/testharness.js "]
2
+ path = test/testharness.js
3
+ url = https://github.com/w3c/testharness.js.git
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE HTML>
2
- < html >
3
- < head >
4
2
< title > Encoding API Tests</ title >
5
- < link rel ="stylesheet " href ="testharness.css ">
6
- </ head >
7
- < body >
3
+ < link rel ="stylesheet " href ="testharness.js/testharness.css ">
8
4
< h1 > Encoding API Tests</ h1 >
9
- < div id ="log "> </ div >
10
- < script src ="testharness.js "> </ script >
11
- < script src ="testharnessreport.js "> </ script >
5
+ < script src ="testharness.js/testharness.js "> </ script >
6
+ < script src ="testharness.js/testharnessreport.js "> </ script >
12
7
< script >
13
8
setup ( { explicit_timeout : true } ) ;
14
9
@@ -31,5 +26,3 @@ <h1>Encoding API Tests</h1>
31
26
< script src ="test-shift_jis.js "> </ script >
32
27
< script src ="test-euc-kr.js "> </ script >
33
28
< script src ="test-x-user-defined.js "> </ script >
34
- </ body >
35
- </ html >
You can’t perform that action at this time.
0 commit comments