Load this page and open Activity Monitor, htop, chrome's task manager, or another resource monitor. Reload the page a number of times and verify that the memory usage doesn't keep climbing indefinitely per reload.
原始内容
高亮显示
复制内容
<html> <script> function go() { var a = new Audio(); a.autoplay = "1"; a.src = "../LayoutTests/media/content/test.wav"; } </script> <body onload="go()"> <p> Load this page and open Activity Monitor, htop, chrome's task manager, or another resource monitor. Reload the page a number of times and verify that the memory usage doesn't keep climbing indefinitely per reload. </p> </body> </html?
您还没有登录,登录后您可以:
首次使用?从这里 注册