Revision 2e8fa7ba82e6d796bf460567be21fbe3d4902568 authored by Ian Clelland on 11 April 2018, 02:30:42 UTC, committed by Blink WPT Bot on 11 April 2018, 02:40:01 UTC
According to the DOM spec (https://dom.spec.whatwg.org/#dom-domtokenlist-supports)
the supports() method should compare the ASCII-lowercase transform of its input to
the list of tokens supported by the DOMTokenList.

Bug: 831166
Change-Id: I40903a307ffb949bbbbc99e02b56565cb81d00ed
Reviewed-on: https://chromium-review.googlesource.com/1005412
Reviewed-by: Kent Tamura <tkent@chromium.org>
Commit-Queue: Ian Clelland <iclelland@chromium.org>
Cr-Commit-Position: refs/heads/master@{#549733}
1 parent 1bb2bd0
History
File Mode Size
chromium
test
webidl2
.gitignore -rw-r--r-- 36 bytes
.htaccess -rw-r--r-- 107 bytes
LICENSE -rw-r--r-- 1.5 KB
OWNERS -rw-r--r-- 25 bytes
check-layout-th.js -rw-r--r-- 7.7 KB
idlharness.js -rw-r--r-- 107.0 KB
idlharness.js.headers -rw-r--r-- 73 bytes
readme.md -rw-r--r-- 845 bytes
sriharness.js -rw-r--r-- 3.4 KB
testdriver-vendor.js -rw-r--r-- 0 bytes
testdriver-vendor.js.headers -rw-r--r-- 73 bytes
testdriver.js -rw-r--r-- 5.4 KB
testdriver.js.headers -rw-r--r-- 73 bytes
testharness.css -rw-r--r-- 1.5 KB
testharness.css.headers -rw-r--r-- 65 bytes
testharness.js -rw-r--r-- 103.9 KB
testharness.js.headers -rw-r--r-- 73 bytes
testharnessreport.js -rw-r--r-- 2.2 KB
testharnessreport.js.headers -rw-r--r-- 73 bytes

readme.md

back to top