Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
9adb62cf
Commit
9adb62cf
authored
Jul 01, 2019
by
Jacek Caban
Committed by
Alexandre Julliard
Jul 01, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml/tests: Rename elements.js to dom.js.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
c5d3ff58
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
dom.js
dlls/mshtml/tests/dom.js
+0
-0
rsrc.rc
dlls/mshtml/tests/rsrc.rc
+2
-2
script.c
dlls/mshtml/tests/script.c
+1
-1
No files found.
dlls/mshtml/tests/
elements
.js
→
dlls/mshtml/tests/
dom
.js
View file @
9adb62cf
File moved
dlls/mshtml/tests/rsrc.rc
View file @
9adb62cf
...
...
@@ -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"
...
...
dlls/mshtml/tests/script.c
View file @
9adb62cf
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment