Index: LayoutTests/fast/canvas/canvas-composite.html |
diff --git a/LayoutTests/fast/canvas/canvas-composite.html b/LayoutTests/fast/canvas/canvas-composite.html |
index 7c0658ef6399ec3357d6d2fd30481700805cf445..6bca28459d424acf69b8027ad031d894f815066d 100644 |
--- a/LayoutTests/fast/canvas/canvas-composite.html |
+++ b/LayoutTests/fast/canvas/canvas-composite.html |
@@ -10,7 +10,7 @@ |
var compositeTypes = [ |
'source-over','source-in','source-out','source-atop', |
'destination-over','destination-in','destination-out','destination-atop', |
- 'lighter','darker','copy','xor' |
+ 'lighter','copy','xor' |
]; |
function draw(){ |
for (i=0;i<compositeTypes.length;i++){ |
@@ -60,7 +60,6 @@ |
<td><canvas id="tut8" width="125" height="125"></canvas><br/><label id="lab8"></label></td> |
<td><canvas id="tut9" width="125" height="125"></canvas><br/><label id="lab9"></label></td> |
<td><canvas id="tut10" width="125" height="125"></canvas><br/><label id="lab10"></label></td> |
- <td><canvas id="tut11" width="125" height="125"></canvas><br/><label id="lab11"></label></td> |
</tr> |
</table> |
</div> |