qt6-bb10/tests/auto/gui/text/qcssparser
Christian Ehrlicher aaae027435 Qt Style Sheets: fix range of hue in hsl/hsv functions
The hue parameter in hsl/hsv was treated the same way as a the other
parameters although it's range is from 0-359 and not from 0-255.
Fix it by extending the maximum range for the first parameter when
parsing a color value given in hsv or hsl.

[ChangeLog][QtGui][CSS] Fix the range of the hue parameter when parsing
a color given in hsl or hsv

Fixes: QTBUG-70897
Change-Id: I9ffa65a89c0abcca62bae35777ca1cbde3375180
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
2018-10-18 06:36:28 +00:00
..
testdata/scanner Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
.gitignore Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
qcssparser.pro update testdata 2016-08-31 10:00:29 +00:00
testdata.qrc Android: Fix tests in gui/text requiring test data 2014-07-21 09:49:09 +02:00
tst_qcssparser.cpp Qt Style Sheets: fix range of hue in hsl/hsv functions 2018-10-18 06:36:28 +00:00