Skip to content
Snippets Groups Projects
Commit f0806c52 authored by Gabriel Ivăncescu's avatar Gabriel Ivăncescu Committed by Alexandre Julliard
Browse files

mshtml: Fix copy-paste mistake in test message.

parent a8841129
No related branches found
No related tags found
No related merge requests found
......@@ -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();
};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment