Skip to content

Commit 124490e

Browse files
committed
Core - Legacy Javascript Binding Integration Test
Post QUnitExecutionComplete on test completion #2977
1 parent 0566540 commit 124490e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CefSharp.Example/Resources/LegacyBindingTest.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,11 @@
272272

273273
bound.testCallback(callback);
274274
});
275+
276+
QUnit.done(function (details)
277+
{
278+
CefSharp.PostMessage({ "Type": "QUnitExecutionComplete", "Details": details });
279+
});
275280
})();
276281
</script>
277282
</body>

0 commit comments

Comments
 (0)