Commit 77699468 authored by Xiaocheng Hu's avatar Xiaocheng Hu Committed by Commit Bot

Triage external/wpt/css/mediaqueries/prefers-contrast.html

Bug: 1110873, 1107431
Change-Id: Ie6b181786d0e5757288902346d4321c6c0116f1d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327134Reviewed-by: default avatarAnders Hartvoll Ruud <andruud@chromium.org>
Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#793053}
parent ce9e99bd
......@@ -4867,6 +4867,9 @@ crbug.com/571722 external/wpt/xhr/preserve-ua-header-on-redirect.htm [ Failure ]
# CSS Scrollbars Level 1
crbug.com/891944 external/wpt/css/cssom-view/client-props-root.html [ Failure ]
# CSS prefers-contrast media query not implemented
crbug.com/1107431 external/wpt/css/mediaqueries/prefers-contrast.html [ Failure ]
# Sheriff failures 2017-02-21
crbug.com/73609 http/tests/media/video-play-stall.html [ Pass Timeout ]
......
This is a testharness.js-based test.
FAIL Should be parseable in a CSS stylesheet: '(prefers-contrast)' assert_true: expected true got false
FAIL Should be parseable in a CSS stylesheet: '(prefers-contrast: no-preference)' assert_true: expected true got false
FAIL Should be parseable in a CSS stylesheet: '(prefers-contrast: high)' assert_true: expected true got false
FAIL Should be parseable in a CSS stylesheet: '(prefers-contrast: low)' assert_true: expected true got false
FAIL Should be parseable in a CSS stylesheet: '(prefers-contrast: forced)' assert_true: expected true got false
PASS Should not be parseable in a CSS stylesheet: '(prefers-contrast: increase)'
PASS Should not be parseable in a CSS stylesheet: '(prefers-contrast: none)'
PASS Should not be parseable in a CSS stylesheet: '(prefers-contrast: forced high)'
PASS Should not be parseable in a CSS stylesheet: '(prefers-contrast: forced low)'
PASS Should not be parseable in a CSS stylesheet: '(prefers-contrast > increase)'
PASS Should not be parseable in a CSS stylesheet: '(prefers-increased-contrast)'
PASS Should not be parseable in a CSS stylesheet: '(prefers-decreased-contrast)'
FAIL Should be parseable in JS: '(prefers-contrast)' assert_true: expected true got false
FAIL Should be parseable in JS: '(prefers-contrast: no-preference)' assert_true: expected true got false
FAIL Should be parseable in JS: '(prefers-contrast: high)' assert_true: expected true got false
FAIL Should be parseable in JS: '(prefers-contrast: low)' assert_true: expected true got false
FAIL Should be parseable in JS: '(prefers-contrast: forced)' assert_true: expected true got false
PASS Should not be parseable in JS: '(prefers-contrast: increase)'
PASS Should not be parseable in JS: '(prefers-contrast: none)'
PASS Should not be parseable in JS: '(prefers-contrast: forced high)'
PASS Should not be parseable in JS: '(prefers-contrast: forced low)'
PASS Should not be parseable in JS: '(prefers-contrast > increase)'
PASS Should not be parseable in JS: '(prefers-increased-contrast)'
PASS Should not be parseable in JS: '(prefers-decreased-contrast)'
FAIL Check boolean context evaluation. assert_equals: expected true but got false
Harness: the test ran to completion.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment