910e62b5创建于 1月15日历史提交
<html>
<script>

  function success_() {
    domAutomationController.send(true);
  }

  function failure_() {
    domAutomationController.send(false);
  }
</script>
<script src="media_license.js"></script>

<body>
  This page is used to test creation and deletion of Media Licenses.
  The functions are called from BrowsingDataRemoverBrowserTest::HasDataForType
  and BrowsingDataRemoverBrowserTest::SetDataForType.
</body>

</html>