Pass | Verify that when one radius is given to roundRect(), specified as a double, it applies to all corners. | Asserts runPass | assert_equals(255, 255, "Red channel of the pixel at (1, 1)")
at _assertPixel ( /html/canvas/resources/canvas-tests.js:38:5) | Pass | assert_equals(0, 0, "Green channel of the pixel at (1, 1)")
at _assertPixel ( /html/canvas/resources/canvas-tests.js:39:5) | Pass | assert_equals(0, 0, "Blue channel of the pixel at (1, 1)")
at _assertPixel ( /html/canvas/resources/canvas-tests.js:40:5) | Pass | assert_equals(255, 255, "Alpha channel of the pixel at (1, 1)")
at _assertPixel ( /html/canvas/resources/canvas-tests.js:41:5) | Pass | assert_equals(255, 255, "Red channel of the pixel at (98, 1)")
at _assertPixel ( /html/canvas/resources/canvas-tests.js:38:5) | Pass | assert_equals(0, 0, "Green channel of the pixel at (98, 1)")
at _assertPixel ( /html/canvas/resources/canvas-tests.js:39:5) | Pass | assert_equals(0, 0, "Blue channel of the pixel at (98, 1)")
at _assertPixel ( /html/canvas/resources/canvas-tests.js:40:5) | Pass | assert_equals(255, 255, "Alpha channel of the pixel at (98, 1)")
at _assertPixel ( /html/canvas/resources/canvas-tests.js:41:5) | Pass | assert_equals(255, 255, "Red channel of the pixel at (98, 48)")
at _assertPixel ( /html/canvas/resources/canvas-tests.js:38:5) | Pass | assert_equals(0, 0, "Green channel of the pixel at (98, 48)")
at _assertPixel ( /html/canvas/resources/canvas-tests.js:39:5) | Pass | assert_equals(0, 0, "Blue channel of the pixel at (98, 48)")
at _assertPixel ( /html/canvas/resources/canvas-tests.js:40:5) | Pass | assert_equals(255, 255, "Alpha channel of the pixel at (98, 48)")
at _assertPixel ( /html/canvas/resources/canvas-tests.js:41:5) | Pass | assert_equals(255, 255, "Red channel of the pixel at (1, 48)")
at _assertPixel ( /html/canvas/resources/canvas-tests.js:38:5) | Pass | assert_equals(0, 0, "Green channel of the pixel at (1, 48)")
at _assertPixel ( /html/canvas/resources/canvas-tests.js:39:5) | Pass | assert_equals(0, 0, "Blue channel of the pixel at (1, 48)")
at _assertPixel ( /html/canvas/resources/canvas-tests.js:40:5) | Pass | assert_equals(255, 255, "Alpha channel of the pixel at (1, 48)")
at _assertPixel ( /html/canvas/resources/canvas-tests.js:41:5) |
|