Source code
Revision control
Copy as Markdown
Other Tools
[mouseenter.html]
  [Event Timing mouseenter.]
    expected:
      if (os == "linux") and not debug and not asan and not tsan: [PASS, FAIL]
      if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
      if (os == "android") and not sessionHistoryInParent and not debug: [PASS, FAIL]
      if (os == "android") and sessionHistoryInParent: [PASS, FAIL]
      if debug and (os == "win") and (processor == "x86"): [PASS, FAIL]
      if (os == "win") and (processor == "x86_64") and debug: [PASS, FAIL]
      if (os == "win") and (processor == "x86_64") and not debug: [PASS, FAIL]
      if (os == "linux") and debug and not fission: [PASS, FAIL]