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
a9e28f13
Commit
a9e28f13
authored
Aug 08, 2022
by
Francois Gouget
Committed by
Alexandre Julliard
Aug 30, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml/tests: Fix a spelling error in an ok() message.
parent
4d0e2020
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
xhr.js
dlls/mshtml/tests/xhr.js
+1
-1
No files found.
dlls/mshtml/tests/xhr.js
View file @
a9e28f13
...
...
@@ -101,7 +101,7 @@ function test_content_types() {
if
(
v
<
10
||
types
===
xml_types
)
ok
(
xhr
.
responseXML
!==
null
,
"unexpected null responseXML for "
+
types
[
i
]);
else
ok
(
xhr
.
responseXML
===
null
,
"unexpected non-null responseXML for "
+
(
override
?
"overriden "
:
""
)
+
types
[
i
]);
ok
(
xhr
.
responseXML
===
null
,
"unexpected non-null responseXML for "
+
(
override
?
"overrid
d
en "
:
""
)
+
types
[
i
]);
if
((
"overrideMimeType"
in
xhr
)
&&
!
override
)
{
override
=
true
;
...
...
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