repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
http
/
tests
/
xmlhttprequest
/
xmlhttprequest-leaks-on-multiple-send.html
blob
039263374c6d960ccde4ab53e3dd35d86952f193
1
<!DOCTYPE
html
>
2
<html>
3
<body>
4
<script
src
=
"/js-test-resources/js-test.js"
></script>
5
<script
src
=
"/js-test-resources/leak-check.js"
></script>
6
<script>
7
var
tolerance
= {
'numberOfLiveDocuments'
:
0
};
8
doLeakTest
(
'resources/multiple-send.html'
,
tolerance
);
9
</script>
10
</body>
11
</html>