Commit 9adb62cf authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

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

parent c5d3ff58
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment