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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
PerformanceTests
/
Bindings
/
document-implementation.html
blob
b4a1bdf6a4aee381775be3dc3b7a7b4f394d0e77
1
<!DOCTYPE
html
>
2
<html>
3
<body>
4
<script
src
=
"../resources/runner.js"
></script>
5
<script>
6
PerfTestRunner
.
measureRunsPerSecond
({
7
description
:
"This benchmark repeatedly accesses document.implementation."
,
8
run
:
function
() {
9
for
(
var
i
=
0
;
i
<
100000
; ++
i
)
10
document
.
implementation
;
11
}});
12
</script>
13
</body>
14
</html>