blob: 78d76cd435ee8eccfc32425c5b1d52397c41d5af [file] [log] [blame]
This test checks invalid colors on gradients.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS gradient.addColorStop(0, '') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
PASS gradient.addColorStop(0, '#cc') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
PASS gradient.addColorStop(0, 'rgb(257, 0)') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
PASS gradient.addColorStop(0, 'rgb(257, 0, 5, 0)') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
PASS successfullyParsed is true
TEST COMPLETE