Revision 071e621564bc4af04a04e8b8e515bfb306a6613e authored by Darren Shen on 13 April 2018, 06:23:04 UTC, committed by Blink WPT Bot on 13 April 2018, 06:52:44 UTC
Known failures:
- all: computed value is always "", it should compute to something...
- animation-name: <custom-ident> not mentioned in typed om spec.
- cursor: 'grab' and 'grabbing' are still webkit prefixed.
- list-style-type: Blink implements something different to the spec.
- page: computed value is always "", <custom-ident> not mentioned in
        typedom spec
- perspective: '0' seems to compute to none.
- perspective-origin: Blink doesn't support 'none' keyword
- quotes: computed value is always ""
- size: computed value is always ""
- speak: Blink implements something different to the spec.
- transform-box: Blink doesn't support 'border-box' keyword
- z-index: computed value is always 'auto' (might be something to do
           with stacking context)

Bug: 820299
Change-Id: I629dda1c4bcac92f59cae3bddf11bd375f98e5c2
Reviewed-on: https://chromium-review.googlesource.com/1003434
Commit-Queue: Darren Shen <shend@chromium.org>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#550527}
1 parent 96bceca
History
File Mode Size
resources
OWNERS -rw-r--r-- 18 bytes
README.md -rw-r--r-- 1.3 KB
cookieStore_delete_arguments.tentative.window.js -rw-r--r-- 6.3 KB
cookieStore_event_arguments.tenative.window.js -rw-r--r-- 2.5 KB
cookieStore_event_basic.tentative.window.js -rw-r--r-- 971 bytes
cookieStore_event_delete.tenative.window.js -rw-r--r-- 1.1 KB
cookieStore_event_overwrite.tentative.window.js -rw-r--r-- 1.0 KB
cookieStore_getAll_arguments.tentative.window.js -rw-r--r-- 4.6 KB
cookieStore_getAll_set_basic.tentative.window.js -rw-r--r-- 749 bytes
cookieStore_get_arguments.tentative.window.js -rw-r--r-- 2.9 KB
cookieStore_get_delete_basic.tentative.window.js -rw-r--r-- 675 bytes
cookieStore_get_set_basic.tentative.window.js -rw-r--r-- 698 bytes
cookieStore_has_arguments.tentative.window.js -rw-r--r-- 3.3 KB
cookieStore_has_basic.tentative.window.js -rw-r--r-- 898 bytes
cookieStore_in_detached_frame.tentative.html -rw-r--r-- 621 bytes
cookieStore_set_arguments.tentative.window.js -rw-r--r-- 8.0 KB
cookieStore_set_expires_option.tentative.window.js -rw-r--r-- 2.0 KB
cookieStore_special_names.tentative.html -rw-r--r-- 2.7 KB
cookieStore_special_names.tentative.https.html -rw-r--r-- 1.7 KB
delete_cookies.tentative.html -rw-r--r-- 363 bytes
delete_cookies.tentative.https.html -rw-r--r-- 371 bytes
document_cookie.tentative.html -rw-r--r-- 365 bytes
document_cookie.tentative.https.html -rw-r--r-- 373 bytes
document_getAll_multiple.tentative.html -rw-r--r-- 1.6 KB
get_set_get_all.tentative.html -rw-r--r-- 366 bytes
get_set_get_all.tentative.https.html -rw-r--r-- 374 bytes
http_cookie_and_set_cookie_headers.tentative.html -rw-r--r-- 403 bytes
http_cookie_and_set_cookie_headers.tentative.https.html -rw-r--r-- 411 bytes
idlharness.tentative.html -rw-r--r-- 1.6 KB
idlharness_serviceworker.js -rw-r--r-- 1.2 KB
idlharness_serviceworker.tentative.https.html -rw-r--r-- 640 bytes
no_name_and_no_value.tentative.html -rw-r--r-- 380 bytes
no_name_and_no_value.tentative.https.html -rw-r--r-- 388 bytes
no_name_equals_in_value.tentative.html -rw-r--r-- 384 bytes
no_name_equals_in_value.tentative.https.html -rw-r--r-- 392 bytes
no_name_multiple_values.tentative.html -rw-r--r-- 387 bytes
no_name_multiple_values.tentative.https.html -rw-r--r-- 395 bytes
ordering.tentative.https.html -rw-r--r-- 359 bytes
serviceworker_cookieStore_arguments.js -rw-r--r-- 443 bytes
serviceworker_cookieStore_arguments.tentative.https.html -rw-r--r-- 747 bytes
serviceworker_cookieStore_basic.js -rw-r--r-- 386 bytes
serviceworker_cookieStore_basic.tentative.https.html -rw-r--r-- 731 bytes

README.md

back to top