mshtml/tests: Rename elements.js to dom.js.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Jacek Caban 2019-07-01 15:30:27 +02:00 committed by Alexandre Julliard
parent c5d3ff58c6
commit 9adb62cf8b
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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);