| Index: third_party/WebKit/LayoutTests/fast/canvas/rgba-parsing-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/canvas/rgba-parsing-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/rgba-parsing-expected.txt
|
| index cbe35c691152ebe518f2bc3181df08e48240b564..15a9a62e654c7e68c9fab07024be15e961c8542e 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/canvas/rgba-parsing-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/canvas/rgba-parsing-expected.txt
|
| @@ -30,63 +30,63 @@ PASS parse('rgba(0, 0, 0, 2.0)') is 'RGBA[0, 0, 0, 255]'
|
| PASS parse('rgba(0, 0, 0, 0.0)') is 'RGBA[0, 0, 0, 0]'
|
| PASS parse('rgba(0, 0, 0, 00.0)') is 'RGBA[0, 0, 0, 0]'
|
| PASS parse('rgba(0, 0, 0, 0.00)') is 'RGBA[0, 0, 0, 0]'
|
| -PASS parse('rgba(0, 0, 0, .1)') is 'RGBA[0, 0, 0, 26]'
|
| +PASS parse('rgba(0, 0, 0, .1)') is 'RGBA[0, 0, 0, 25]'
|
| PASS parse('rgba(0, 0, 0, .2)') is 'RGBA[0, 0, 0, 51]'
|
| -PASS parse('rgba(0, 0, 0, .3)') is 'RGBA[0, 0, 0, 77]'
|
| +PASS parse('rgba(0, 0, 0, .3)') is 'RGBA[0, 0, 0, 76]'
|
| PASS parse('rgba(0, 0, 0, .4)') is 'RGBA[0, 0, 0, 102]'
|
| -PASS parse('rgba(0, 0, 0, .5)') is 'RGBA[0, 0, 0, 128]'
|
| +PASS parse('rgba(0, 0, 0, .5)') is 'RGBA[0, 0, 0, 127]'
|
| PASS parse('rgba(0, 0, 0, .6)') is 'RGBA[0, 0, 0, 153]'
|
| PASS parse('rgba(0, 0, 0, .7)') is 'RGBA[0, 0, 0, 179]'
|
| PASS parse('rgba(0, 0, 0, .8)') is 'RGBA[0, 0, 0, 204]'
|
| PASS parse('rgba(0, 0, 0, .9)') is 'RGBA[0, 0, 0, 230]'
|
| -PASS parse('rgba(0, 0, 0, 0.1)') is 'RGBA[0, 0, 0, 26]'
|
| +PASS parse('rgba(0, 0, 0, 0.1)') is 'RGBA[0, 0, 0, 25]'
|
| PASS parse('rgba(0, 0, 0, 0.2)') is 'RGBA[0, 0, 0, 51]'
|
| -PASS parse('rgba(0, 0, 0, 0.3)') is 'RGBA[0, 0, 0, 77]'
|
| +PASS parse('rgba(0, 0, 0, 0.3)') is 'RGBA[0, 0, 0, 76]'
|
| PASS parse('rgba(0, 0, 0, 0.4)') is 'RGBA[0, 0, 0, 102]'
|
| -PASS parse('rgba(0, 0, 0, 0.5)') is 'RGBA[0, 0, 0, 128]'
|
| +PASS parse('rgba(0, 0, 0, 0.5)') is 'RGBA[0, 0, 0, 127]'
|
| PASS parse('rgba(0, 0, 0, 0.6)') is 'RGBA[0, 0, 0, 153]'
|
| PASS parse('rgba(0, 0, 0, 0.7)') is 'RGBA[0, 0, 0, 179]'
|
| PASS parse('rgba(0, 0, 0, 0.8)') is 'RGBA[0, 0, 0, 204]'
|
| PASS parse('rgba(0, 0, 0, 0.9)') is 'RGBA[0, 0, 0, 230]'
|
| PASS parse('rgba(0, 0, 0, 1.0)') is 'RGBA[0, 0, 0, 255]'
|
| -PASS parse('rgba(0, 0, 0, 0.10)') is 'RGBA[0, 0, 0, 26]'
|
| +PASS parse('rgba(0, 0, 0, 0.10)') is 'RGBA[0, 0, 0, 25]'
|
| PASS parse('rgba(0, 0, 0, 0.20)') is 'RGBA[0, 0, 0, 51]'
|
| -PASS parse('rgba(0, 0, 0, 0.30)') is 'RGBA[0, 0, 0, 77]'
|
| +PASS parse('rgba(0, 0, 0, 0.30)') is 'RGBA[0, 0, 0, 76]'
|
| PASS parse('rgba(0, 0, 0, 0.40)') is 'RGBA[0, 0, 0, 102]'
|
| -PASS parse('rgba(0, 0, 0, 0.50)') is 'RGBA[0, 0, 0, 128]'
|
| +PASS parse('rgba(0, 0, 0, 0.50)') is 'RGBA[0, 0, 0, 127]'
|
| PASS parse('rgba(0, 0, 0, 0.60)') is 'RGBA[0, 0, 0, 153]'
|
| PASS parse('rgba(0, 0, 0, 0.70)') is 'RGBA[0, 0, 0, 179]'
|
| PASS parse('rgba(0, 0, 0, 0.80)') is 'RGBA[0, 0, 0, 204]'
|
| PASS parse('rgba(0, 0, 0, 0.90)') is 'RGBA[0, 0, 0, 230]'
|
| PASS parse('rgba(0, 0, 0, 1.00)') is 'RGBA[0, 0, 0, 255]'
|
| -PASS parse('rgba(0, 0, 0, .10)') is 'RGBA[0, 0, 0, 26]'
|
| +PASS parse('rgba(0, 0, 0, .10)') is 'RGBA[0, 0, 0, 25]'
|
| PASS parse('rgba(0, 0, 0, .20)') is 'RGBA[0, 0, 0, 51]'
|
| -PASS parse('rgba(0, 0, 0, .30)') is 'RGBA[0, 0, 0, 77]'
|
| +PASS parse('rgba(0, 0, 0, .30)') is 'RGBA[0, 0, 0, 76]'
|
| PASS parse('rgba(0, 0, 0, .40)') is 'RGBA[0, 0, 0, 102]'
|
| -PASS parse('rgba(0, 0, 0, .50)') is 'RGBA[0, 0, 0, 128]'
|
| +PASS parse('rgba(0, 0, 0, .50)') is 'RGBA[0, 0, 0, 127]'
|
| PASS parse('rgba(0, 0, 0, .60)') is 'RGBA[0, 0, 0, 153]'
|
| PASS parse('rgba(0, 0, 0, .70)') is 'RGBA[0, 0, 0, 179]'
|
| PASS parse('rgba(0, 0, 0, .80)') is 'RGBA[0, 0, 0, 204]'
|
| PASS parse('rgba(0, 0, 0, .90)') is 'RGBA[0, 0, 0, 230]'
|
| -PASS parse('rgba(0, 0, 0, 0.10000000000000000000000)') is 'RGBA[0, 0, 0, 26]'
|
| +PASS parse('rgba(0, 0, 0, 0.10000000000000000000000)') is 'RGBA[0, 0, 0, 25]'
|
| PASS parse('rgba(0, 0, 0, 0.20000000000000000000000)') is 'RGBA[0, 0, 0, 51]'
|
| -PASS parse('rgba(0, 0, 0, 0.30000000000000000000000)') is 'RGBA[0, 0, 0, 77]'
|
| +PASS parse('rgba(0, 0, 0, 0.30000000000000000000000)') is 'RGBA[0, 0, 0, 76]'
|
| PASS parse('rgba(0, 0, 0, 0.40000000000000000000000)') is 'RGBA[0, 0, 0, 102]'
|
| -PASS parse('rgba(0, 0, 0, 0.50000000000000000000000)') is 'RGBA[0, 0, 0, 128]'
|
| +PASS parse('rgba(0, 0, 0, 0.50000000000000000000000)') is 'RGBA[0, 0, 0, 127]'
|
| PASS parse('rgba(0, 0, 0, 0.60000000000000000000000)') is 'RGBA[0, 0, 0, 153]'
|
| PASS parse('rgba(0, 0, 0, 0.70000000000000000000000)') is 'RGBA[0, 0, 0, 179]'
|
| PASS parse('rgba(0, 0, 0, 0.80000000000000000000000)') is 'RGBA[0, 0, 0, 204]'
|
| PASS parse('rgba(0, 0, 0, 0.90000000000000000000000)') is 'RGBA[0, 0, 0, 230]'
|
| PASS parse('rgba(0, 0, 0, 1.00000000000000000000000)') is 'RGBA[0, 0, 0, 255]'
|
| -PASS parse('rgba(0, 0, 0, 0.990)') is 'RGBA[0, 0, 0, 252]'
|
| +PASS parse('rgba(0, 0, 0, 0.990)') is 'RGBA[0, 0, 0, 253]'
|
| PASS parse('rgba(0, 0, 0, 0.991)') is 'RGBA[0, 0, 0, 253]'
|
| PASS parse('rgba(0, 0, 0, 0.992)') is 'RGBA[0, 0, 0, 253]'
|
| -PASS parse('rgba(0, 0, 0, 0.993)') is 'RGBA[0, 0, 0, 253]'
|
| -PASS parse('rgba(0, 0, 0, 0.994)') is 'RGBA[0, 0, 0, 253]'
|
| +PASS parse('rgba(0, 0, 0, 0.993)') is 'RGBA[0, 0, 0, 254]'
|
| +PASS parse('rgba(0, 0, 0, 0.994)') is 'RGBA[0, 0, 0, 254]'
|
| PASS parse('rgba(0, 0, 0, 0.995)') is 'RGBA[0, 0, 0, 254]'
|
| PASS parse('rgba(0, 0, 0, 0.996)') is 'RGBA[0, 0, 0, 254]'
|
| -PASS parse('rgba(0, 0, 0, 0.997)') is 'RGBA[0, 0, 0, 254]'
|
| -PASS parse('rgba(0, 0, 0, 0.998)') is 'RGBA[0, 0, 0, 254]'
|
| +PASS parse('rgba(0, 0, 0, 0.997)') is 'RGBA[0, 0, 0, 255]'
|
| +PASS parse('rgba(0, 0, 0, 0.998)') is 'RGBA[0, 0, 0, 255]'
|
| PASS parse('rgba(0, 0, 0, 0.999)') is 'RGBA[0, 0, 0, 255]'
|
| PASS successfullyParsed is true
|
|
|
|
|