X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=rostests%2Fwinetests%2Fmshtml%2Fexectest.html;h=6bf5e8e5f1ac24a40c3886c4d5fdad14ae1b6335;hp=ca06e3c3a2a2aef333e0a8950f8a49a135bd4663;hb=e81c7e886799ee9ac1ceb9cbcd5615998e880236;hpb=a197629da8a50c7064934df21e3f43f580a1b273 diff --git a/rostests/winetests/mshtml/exectest.html b/rostests/winetests/mshtml/exectest.html index ca06e3c3a2a..6bf5e8e5f1a 100644 --- a/rostests/winetests/mshtml/exectest.html +++ b/rostests/winetests/mshtml/exectest.html @@ -55,7 +55,7 @@ try { testPutSrc(); testPutText(); }catch(e) { - ok(false, "Got an exception"); + ok(false, "Got an exception " + e.message); } function testPutSrc2() { @@ -123,7 +123,7 @@ document.body.onload = function() { testPutSrc2(); testPutText2(); }catch(e) { - ok(false, "got an exception"); + ok(false, "got an exception " + e.message); } external.reportSuccess();