Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
be1ca283
Commit
be1ca283
authored
Aug 05, 2012
by
Detlef Riekenberg
Committed by
Alexandre Julliard
Aug 14, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml/tests: Mark IE6 behavior as broken.
parent
6bfc07e3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
htmldoc.c
dlls/mshtml/tests/htmldoc.c
+7
-7
No files found.
dlls/mshtml/tests/htmldoc.c
View file @
be1ca283
...
...
@@ -4985,7 +4985,7 @@ static void test_Load(IPersistMoniker *persist, IMoniker *mon)
}
else
{
todo_wine
CHECK_CALLED
(
GetTravelLog
);
}
CHECK_CALLED
(
Exec_ShellDocView_84
);
CHECK_CALLED
_BROKEN
(
Exec_ShellDocView_84
);
todo_wine
CHECK_CALLED
(
GetPendingUrl
);
set_clientsite
=
container_locked
=
TRUE
;
...
...
@@ -5117,7 +5117,7 @@ static void test_download(DWORD flags)
CHECK_CALLED
(
OnViewChange
);
CLEAR_CALLED
(
GetDropTarget
);
if
((
flags
&
DWL_TRYCSS
)
&&
!
(
flags
&
DWL_EMPTY
))
todo_wine
CHECK_CALLED
(
Exec_ShellDocView_84
);
todo_wine
CHECK_CALLED
_BROKEN
(
Exec_ShellDocView_84
);
if
(
flags
&
DWL_CSS
)
{
CHECK_CALLED
(
CreateInstance
);
CHECK_CALLED
(
Start
);
...
...
@@ -5296,7 +5296,7 @@ static void test_put_href(IHTMLDocument2 *doc, BOOL use_replace, const char *hre
CHECK_CALLED
(
Invoke_AMBIENT_SILENT
);
CHECK_CALLED
(
Invoke_AMBIENT_OFFLINEIFNOTCONNECTED
);
CHECK_CALLED
(
Exec_ShellDocView_63
);
CHECK_CALLED
(
Exec_ShellDocView_84
);
CHECK_CALLED
_BROKEN
(
Exec_ShellDocView_84
);
}
else
{
CHECK_CALLED
(
FireNavigateComplete2
);
CHECK_CALLED
(
FireDocumentComplete
);
...
...
@@ -5361,7 +5361,7 @@ static void test_put_href(IHTMLDocument2 *doc, BOOL use_replace, const char *hre
CHECK_CALLED
(
Invoke_AMBIENT_SILENT
);
CHECK_CALLED
(
Invoke_AMBIENT_OFFLINEIFNOTCONNECTED
);
CHECK_CALLED
(
Exec_ShellDocView_63
);
CHECK_CALLED
(
Exec_ShellDocView_84
);
CHECK_CALLED
_BROKEN
(
Exec_ShellDocView_84
);
}
if
(
doc_mon
)
{
...
...
@@ -5732,7 +5732,7 @@ static void test_exec_editmode(IUnknown *unk, BOOL loaded)
CHECK_CALLED
(
OnChanged_READYSTATE
);
CHECK_CALLED
(
Invoke_OnReadyStateChange_Loading
);
CLEAR_CALLED
(
IsSystemMoniker
);
/* IE7 */
CHECK_CALLED
(
Exec_ShellDocView_84
);
CHECK_CALLED
_BROKEN
(
Exec_ShellDocView_84
);
if
(
loaded
)
CHECK_CALLED
(
BindToStorage
);
CHECK_CALLED
(
InPlaceUIWindow_SetActiveObject
);
...
...
@@ -5966,7 +5966,7 @@ static void test_ClientSite(IOleObject *oleobj, DWORD flags)
CLEAR_CALLED
(
Invoke_AMBIENT_PALETTE
);
/* not called on IE9 */
CLEAR_CALLED
(
GetOverrideKeyPath
);
/* Called by IE9 */
todo_wine
CHECK_CALLED
(
GetTravelLog
);
CHECK_CALLED
(
Exec_ShellDocView_84
);
CHECK_CALLED
_BROKEN
(
Exec_ShellDocView_84
);
set_clientsite
=
TRUE
;
}
...
...
@@ -7226,7 +7226,7 @@ static void test_UIActivate(BOOL do_load, BOOL use_ipsex, BOOL use_ipsw)
CHECK_CALLED
(
Exec_SETPROGRESSMAX
);
CHECK_CALLED
(
Exec_SETPROGRESSPOS
);
todo_wine
CHECK_CALLED
(
GetTravelLog
);
CHECK_CALLED
(
Exec_ShellDocView_84
);
CHECK_CALLED
_BROKEN
(
Exec_ShellDocView_84
);
hres
=
IOleDocumentView_GetInPlaceSite
(
view
,
&
inplacesite
);
ok
(
hres
==
S_OK
,
"GetInPlaceSite failed: %08x
\n
"
,
hres
);
...
...
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