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-- 24 bytes
README.md -rw-r--r-- 258 bytes
estimate-indexeddb-worker.https.html -rw-r--r-- 548 bytes
estimate-indexeddb.https.html -rw-r--r-- 491 bytes
estimate-parallel.https.html -rw-r--r-- 785 bytes
interfaces.https.html -rw-r--r-- 818 bytes
interfaces.https.worker.js -rw-r--r-- 646 bytes
opaque-origin.https.html -rw-r--r-- 2.4 KB
persist-permission-manual.https.html -rw-r--r-- 959 bytes
persisted-worker.https.html -rw-r--r-- 527 bytes
persisted.https.html -rw-r--r-- 470 bytes
storage-estimate-indexeddb.js -rw-r--r-- 3.0 KB
storage-persisted.js -rw-r--r-- 594 bytes
storagemanager-estimate.https.html -rw-r--r-- 2.4 KB
storagemanager-persist-worker.https.html -rw-r--r-- 402 bytes
storagemanager-persist.https.html -rw-r--r-- 667 bytes
storagemanager-persisted-worker.https.html -rw-r--r-- 408 bytes
storagemanager-persisted.https.html -rw-r--r-- 674 bytes

README.md

back to top