Sign in
webkit
/
WebKit
/
a0e4dc93e6a001b03668745852a9ac9f6a2da33e
/
.
/
PerformanceTests
/
SVG
/
Worldcup.html
blob: 4f3dca6467596728dab19895edf68edd4acd85e3 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<body>
<script
src
=
"../resources/runner.js"
></script>
<script>
window
.
onload
=
function
()
{
PerfTestRunner
.
measurePageLoadTime
({
path
:
"resources/Worldcup.svg"
});
}
</script>
</body>