| Index: third_party/WebKit/LayoutTests/canvas/philip/tests/2d.fillStyle.parse.invalid.hex8.html
|
| diff --git a/third_party/WebKit/LayoutTests/canvas/philip/tests/2d.fillStyle.parse.invalid.hex8.html b/third_party/WebKit/LayoutTests/canvas/philip/tests/2d.fillStyle.parse.invalid.hex8.html
|
| deleted file mode 100644
|
| index ad344cb492df1a8c2d7e208ec106c035102c9c6e..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/canvas/philip/tests/2d.fillStyle.parse.invalid.hex8.html
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<title>Canvas test: 2d.fillStyle.parse.invalid.hex8</title>
|
| -<script src="../tests.js"></script>
|
| -<link rel="stylesheet" href="../tests.css">
|
| -<body>
|
| -<p id="passtext">Pass</p>
|
| -<p id="failtext">Fail</p>
|
| -<p class="output">These images should be identical:</p>
|
| -<canvas id="c" class="output" width="100" height="50"><p class="fallback">FAIL (fallback content)</p></canvas>
|
| -<p class="output expectedtext">Expected output:<p><img src="green-100x50.png" class="output expected" id="expected" alt="">
|
| -<ul id="d"></ul>
|
| -<script>
|
| -_addTest(function(canvas, ctx) {
|
| -
|
| -
|
| -ctx.fillStyle = '#0f0';
|
| -try { ctx.fillStyle = '#ff0000ff'; } catch (e) { } // this shouldn't throw, but it shouldn't matter here if it does
|
| -ctx.fillRect(0, 0, 100, 50);
|
| -_assertPixel(canvas, 50,25, 0,255,0,255, "50,25", "0,255,0,255");
|
| -
|
| -
|
| -});
|
| -</script>
|
| -
|
|
|