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
b652c119
Commit
b652c119
authored
Feb 24, 2016
by
Jacek Caban
Committed by
Alexandre Julliard
Feb 25, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml/tests: Fixed tests on some IE versions.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
c0fda982
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
events.html
dlls/mshtml/tests/events.html
+2
-2
No files found.
dlls/mshtml/tests/events.html
View file @
b652c119
...
...
@@ -160,8 +160,8 @@ function test_string_event_handler() {
window
.
onload
=
function
()
{
try
{
ok
(
inlscr_complete_called
,
"onreadystatechange not fired"
);
ok
(
extern_res_script_rs
===
"eval,complete1,"
,
"extern_res_script_rs = "
+
extern_res_script_rs
+
" expected eval,complete1,"
);
ok
(
extern_res_script_rs
===
"eval,complete1,"
||
extern_res_script_rs
==
"loaded0,eval,complete1,"
,
"extern_res_script_rs = "
+
extern_res_script_rs
+
" expected
(loaded0)?,
eval,complete1,"
);
ok
(
extern_http_script_rs
===
"loading,loaded,complete,"
,
"extern_http_script_rs = "
+
extern_http_script_rs
+
" expected loading,loaded,complete,"
);
...
...
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