Commit f0806c52 authored by Gabriel Ivăncescu's avatar Gabriel Ivăncescu Committed by Alexandre Julliard

mshtml: Fix copy-paste mistake in test message.

parent a8841129
......@@ -54,7 +54,7 @@ function test_xhr() {
ok(loadstart, "onloadstart not fired before onloadend");
var props = [ "initProgressEvent", "lengthComputable", "loaded", "total" ];
for(var i = 0; i < props.length; i++)
ok(props[i] in e, props[i] + " not available in loadstart");
ok(props[i] in e, props[i] + " not available in loadend");
next_test();
};
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment