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