[Webkit-unassigned] [Bug 34281] fast/workers/shared-worker-frame-lifecycle.html failed on Qt Bot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 28 14:15:22 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=34281





--- Comment #1 from Andrew Wilson <atwilson at chromium.org>  2010-01-28 14:15:21 PST ---
I'm hard-pressed to understand how this happens - here's the body of the test:

<head>
<link rel="stylesheet" href="../js/resources/js-test-style.css">
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
<p id="description"></p>
<div id="console"></div>
<script src="resources/shared-worker-create-common.js"></script>
<script src="resources/worker-util.js"></script>
<script src="resources/shared-worker-lifecycle.js"></script>
</body>


The error is generated by line 19 of js-test-pre.js (the "debug()" method).
Note that the "console" div is defined before any of the test code executes, so
there's no way for debug() to get invoked before console is defined.

If this keeps happening, we could move the loading of the js-test-pre.js script
until after the console div is defined, but it shouldn't matter.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list