22 Dec
2009
22 Dec
'09
3:58 p.m.
Module: wine Branch: master Commit: 3bacd7603d2cdedf5c9ac2b2d085368d390e87ee URL: http://source.winehq.org/git/wine.git/?a=commit;h=3bacd7603d2cdedf5c9ac2b2d0... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Mon Dec 21 22:51:50 2009 +0100 mshtml: Added JavaScript tests architecture and simple tests. --- dlls/mshtml/tests/Makefile.in | 2 + dlls/mshtml/tests/jstest.html | 20 ++ dlls/mshtml/tests/rsrc.rc | 20 ++ dlls/mshtml/tests/script.c | 735 ++++++++++++++++++++++++++++++++++++++++- 4 files changed, 759 insertions(+), 18 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=3bacd7603d2cdedf5c9ac2...