hifiveテスト

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

Tests completed in 38 milliseconds.
4 assertions of 5 passed, 1 failed.

  1. イベント発火のタイミング: beginUpdate-endUpdateの間で値の変更があった時に、endUpdate時に登録されているchangeイベントハンドラだけが実行されること (0, 4, 4)Rerun3 ms
    1. begin/endUpdateの中でDataItemのイベントハンドラを削除した場合、DataItemのイベントハンドラは実行されないこと。
    2. begin/endUpdateの中でaddEventListenerをした場合、プロパティがbeginUpdate時と値が変わっていればイベントハンドラが実行されること
    3. begin/endUpdateの中でaddEventListenerをした場合、プロパティがbeginUpdate時と値が変わっていなければイベントハンドラは実行されないこと
    4. 二つのプロパティを変更ても場合は、endUpdateのタイミングで、登録したイベントハンドラが1回だけ呼ばれること
  2. H5Api - Geo Location : getDistance: global failure (1, 0, 1)Rerun0 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