<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Web Inspector: Timeline Records Unexpected FunctionCall inside of FunctionCall"
href="https://bugs.webkit.org/show_bug.cgi?id=150826#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Web Inspector: Timeline Records Unexpected FunctionCall inside of FunctionCall"
href="https://bugs.webkit.org/show_bug.cgi?id=150826">bug 150826</a>
from <span class="vcard"><a class="email" href="mailto:joepeck@webkit.org" title="Joseph Pecoraro <joepeck@webkit.org>"> <span class="fn">Joseph Pecoraro</span></a>
</span></b>
<pre>* SIMPLER TEST (Just Reload)
<body>
<script>
var observer = new MutationObserver(function alpha() {
setTimeout(function beta() {
console.log("whoa");
}, 1000);
});
observer.observe(document.body, {attributes: true, childList: true, characterData: true});
document.write("<b>Test</b>");
</script>
I'm still not really sure what is going on.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>