git://git.webkit.org
/
WebKit.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
2011-06-25 Joseph Pecoraro <joepeck@webkit.org>
[WebKit.git]
/
PerformanceTests
/
Parser
/
simple-url.html
1
<!DOCTYPE html>
2
<body>
3
<pre id="log"></pre>
4
<script src="resources/runner.js"></script>
5
<script>
6
var anchor = document.createElement("a");
7
start(20, function() {
8
for (var x = 0; x < 200000; x++) {
9
anchor.href = "http://www.apple.com/"
10
}
11
});
12
</script>
13
</body>