mshtml/tests: Rename elements.js to dom.js.
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
c5d3ff58c6
commit
9adb62cf8b
|
@ -49,8 +49,8 @@ navigation.js HTML "navigation.js"
|
|||
/* @makedep: xhr.js */
|
||||
xhr.js HTML "xhr.js"
|
||||
|
||||
/* @makedep: elements.js */
|
||||
elements.js HTML "elements.js"
|
||||
/* @makedep: dom.js */
|
||||
dom.js HTML "dom.js"
|
||||
|
||||
/* @makedep: es5.js */
|
||||
es5.js HTML "es5.js"
|
||||
|
|
|
@ -3475,7 +3475,7 @@ static void run_js_tests(void)
|
|||
|
||||
run_script_as_http_with_mode("xhr.js", NULL, "9");
|
||||
run_script_as_http_with_mode("xhr.js", NULL, "11");
|
||||
run_script_as_http_with_mode("elements.js", NULL, "11");
|
||||
run_script_as_http_with_mode("dom.js", NULL, "11");
|
||||
run_script_as_http_with_mode("es5.js", NULL, "11");
|
||||
run_script_as_http_with_mode("events.js", NULL, "9");
|
||||
run_script_as_http_with_mode("navigation.js", NULL, NULL);
|
||||
|
|
Loading…
Reference in New Issue