From 13077723500cea6b1c1adf4eae57f29c57aee6ae Mon Sep 17 00:00:00 2001 From: Emily Shack Date: Tue, 22 Aug 2023 13:59:09 -0700 Subject: [PATCH] Revert "Rewrite to re-enable pointerevent_attributes_nohover_pointers WPT" This reverts commit 53ad26c3461cffe8960e2f3b0e9c9a18d6ae5883. Reason for revert: Likely culprit for builder failure: https://ci.chromium.org/ui/p/chromium/builders/ci/WebKit%20Linux%20Leak/54291/overview Original change's description: > Rewrite to re-enable pointerevent_attributes_nohover_pointers WPT > > The test was written using complicated event-driven logic, and had two > tests hooked up together. This CL switches it to a simpler > Promise-based approach like newer tests in the same folder, expecting > to address the leak issue. > > The CL also corrects an error message in testdriver-vendor.js that > misled our initial investigation. > > Fixed: 1446799 > Change-Id: If5cf1e9c0856a6beea4441a505fb320bf30344ca > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4794391 > Commit-Queue: Kevin Ellis > Reviewed-by: Kevin Ellis > Auto-Submit: Mustaq Ahmed > Cr-Commit-Position: refs/heads/main@{#1186659} Change-Id: I535de62d578a6a8d178816940639457ef2cd981f No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4804464 Bot-Commit: Rubber Stamper Commit-Queue: Emily Shack Owners-Override: Emily Shack Cr-Commit-Position: refs/heads/main@{#1186799} --- ...nterevent_attributes_nohover_pointers.html | 256 +++++++++--------- 1 file changed, 133 insertions(+), 123 deletions(-) diff --git a/pointerevents/pointerevent_attributes_nohover_pointers.html b/pointerevents/pointerevent_attributes_nohover_pointers.html index 374279135d0c182..d501ae0afd45612 100644 --- a/pointerevents/pointerevent_attributes_nohover_pointers.html +++ b/pointerevents/pointerevent_attributes_nohover_pointers.html @@ -1,124 +1,134 @@ -Pointer Events no-hover pointer attributes test - - - - - - - - - - -
- -
- - + + + Pointer Events properties tests + + + + + + + + + + + + +

Pointer Events no-hover pointer attributes test

+

+

+ Test Description: This test checks the properties of pointer events that do not support hover. +
    +
  1. Tap the black square.
  2. +
  3. Then move it off the black square so that it disappears.
  4. +
  5. When the red square appears tap on that as well.
  6. +
+ + Test passes if the proper behavior of the events is observed. +

+
+ +
+
+

The following pointer types were detected: .

+

Refresh the page to run the tests again with a different pointer type.

+
+
+ +