Sign in
webkit
/
WebKit
/
cc46a31572a0ec5eaa1b23568b13d1176f22f6cb
/
.
/
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>