hifiveテスト

Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)

Tests completed in 35 milliseconds.
5 assertions of 6 passed, 1 failed.

  1. eventDispatcher: hasEventListener イベントリスナが関数の場合 (0, 5, 5)Rerun1 ms
    1. addEventListenerする前のhasEventListenerの結果はfalseであること
    2. addEventListenerした後、addしたイベントとハンドラのインスタンスをhasEventListenerに渡した時、結果はtrueであること
    3. addEventListenerに渡したインスタンスと異なるインスタンスをhasEventListenerに渡した場合、結果はfalseであること
    4. addEventListenerに渡したイベント名と異なるイベント名をhasEventListenerに渡した場合、結果はfalseであること
    5. removeEventListenerすると、hasEventListenerの結果はfalseであること
  2. H5Api - Geo Location : getDistance: global failure (1, 0, 1)Rerun1 ms
    1. Uncaught SecurityError: Failed to execute 'openDatabase' on 'Window': Access to the WebDatabase API is denied in non-secure contexts.
      Source:
      http://www.htmlhifive.com/ja/archives/current/h5.js:218
test markup, will be hidden