https://github.com/web-platform-tests/wpt
Revision 6b6a6faecd58c5271eac7dda4f3180b040d6ee31 authored by Antoine Quint on 12 August 2016, 12:44:26 UTC, committed by Ms2ger on 12 August 2016, 12:44:26 UTC
Upstreaming a fix made to the WebKit repository for https://webkit.org/b/160689.

When the test samples 25th pixel it expect the value to be exactly 25% interpolation of the color values.
However, the sampling location is the center of the pixel, i.e. it should correspond to 25.5% interpolation,
which would expect the color of (189.975, 189.75, 65.25, 65.25). The new values are a rounded values of
interpolation “by hand” at steps of 25.5%, 50.5% and 75.5%.

Original fix by Bartosz Ciechanowski.
1 parent 0ec0294
History
Tip revision: 6b6a6faecd58c5271eac7dda4f3180b040d6ee31 authored by Antoine Quint on 12 August 2016, 12:44:26 UTC
Correct the expected values in 2d.gradient.interpolate.colouralpha (#3458); r=Ms2ger
Tip revision: 6b6a6fa
File Mode Size
2dcontext
FileAPI
IndexedDB
WebCryptoAPI
WebIDL
XMLHttpRequest
ambient-light
annotation-model
app-uri
battery-status
common
compat
conformance-checkers
content-security-policy
cookies
cors
cssom-view
custom-elements
docs
dom
domparsing
domxpath
editing
encoding
encrypted-media
eventsource
ext-xhtml-pubid
fetch
fonts
gamepad
generic-sensor
geolocation-API
hr-time
html
html-imports
html-longdesc
html-media-capture
http
images
infrastructure
innerText
js
media
media-source
mediacapture-streams
microdata
mixed-content
navigation-timing
notifications
old-tests
orientation-event
page-visibility
payment-request
performance-timeline
pointerevents
pointerlock
presentation-api
progress-events
proximity
quirks-mode
referrer-policy
resource-timing
resources @ 8550cfe
screen-orientation
secure-contexts
selection
selectors
selectors-api
service-workers
shadow-dom
streams
subresource-integrity
svg
tools @ 35de4d0
touch-events
typedarrays
uievents
url
user-timing
vibration
web-animations
webaudio
webauthn
webdriver
webgl
webmessaging
webrtc
websockets
webstorage
webvtt
workers
.gitignore -rw-r--r-- 131 bytes
.gitmodules -rw-r--r-- 200 bytes
.travis.yml -rw-r--r-- 216 bytes
CONTRIBUTING.md -rw-r--r-- 1.5 KB
LICENSE -rw-r--r-- 145 bytes
README.md -rw-r--r-- 8.9 KB
config.default.json -rw-r--r-- 679 bytes
lint -rwxr-xr-x 261 bytes
lint.whitelist -rw-r--r-- 4.0 KB
manifest -rwxr-xr-x 167 bytes
serve -rwxr-xr-x 80 bytes
serve.py -rw-r--r-- 60 bytes
server-side.md -rw-r--r-- 8.1 KB
testharness_runner.html -rw-r--r-- 95 bytes

README.md

back to top