git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Reviewed by Darin.
[WebKit-https.git]
/
LayoutTests
/
fast
/
events
/
onload-re-entry.html
diff --git
a/LayoutTests/fast/events/onload-re-entry.html
b/LayoutTests/fast/events/onload-re-entry.html
index 6eb51d0631838352bbbace1f5c5b7cf0b2e55247..8c054a148490ab098e6992af957979ea01501bd6 100644
(file)
--- a/
LayoutTests/fast/events/onload-re-entry.html
+++ b/
LayoutTests/fast/events/onload-re-entry.html
@@
-7,6
+7,6
@@
function write_stuff()
document.write("<p>" + x + "</p>");
}
</script>
-<body onload="
alert('child');
write_stuff()">
+<body onload="write_stuff()">
</body>