https://github.com/web-platform-tests/wpt
Revision 017de5e2eb6f68de296052e957a72417e2aa13f4 authored by Hwanseung Lee on 20 March 2018, 00:47:12 UTC, committed by Chromium WPT Sync on 20 March 2018, 00:47:12 UTC
pointer-events[1] are added to support in whitelist.
there are some camelcase keywords in pointer-events.
actually pre-defined keywords are interpreted
ASCII case-insensitively[2].
so it was changed to accept camelcase keyword in tests.
and test file are also added.

[1]https://svgwg.org/svg2-draft/interact.html#PointerEventsProperty
[2]https://drafts.csswg.org/css-values-4/#keywords

Bug: 820299
Change-Id: Iccc0f88a69bbec68964ef55bcc5c471fea765ccf
Reviewed-on: https://chromium-review.googlesource.com/968581
Reviewed-by: Darren Shen <shend@chromium.org>
Commit-Queue: Hwanseung Lee <hwanseung@chromium.org>
Cr-Commit-Position: refs/heads/master@{#544232}
1 parent 3ec34e5
History
Tip revision: 017de5e2eb6f68de296052e957a72417e2aa13f4 authored by Hwanseung Lee on 20 March 2018, 00:47:12 UTC
[css-typed-om] support pointer-events property
Tip revision: 017de5e
File Mode Size
resources
OWNERS -rw-r--r-- 17 bytes
basic.html -rw-r--r-- 2.7 KB
callback-exception.html -rw-r--r-- 827 bytes
callback-idle-periods.html -rw-r--r-- 1.7 KB
callback-iframe.html -rw-r--r-- 479 bytes
callback-invoked.html -rw-r--r-- 515 bytes
callback-multiple-calls.html -rw-r--r-- 1.4 KB
callback-removed-frame.html -rw-r--r-- 1.1 KB
callback-suspended.html -rw-r--r-- 2.5 KB
callback-timeout-when-busy.html -rw-r--r-- 2.8 KB
callback-timeout.html -rw-r--r-- 1.3 KB
callback-xhr-sync.html -rw-r--r-- 515 bytes
cancel-invoked.html -rw-r--r-- 1.0 KB
idlharness.html -rw-r--r-- 1.5 KB

back to top