Index: LayoutTests/fast/canvas/canvas-composite-text-alpha-expected.txt |
diff --git a/LayoutTests/fast/canvas/canvas-composite-alpha-expected.txt b/LayoutTests/fast/canvas/canvas-composite-text-alpha-expected.txt |
similarity index 94% |
copy from LayoutTests/fast/canvas/canvas-composite-alpha-expected.txt |
copy to LayoutTests/fast/canvas/canvas-composite-text-alpha-expected.txt |
index 7aba06efd4a6f615062cad239d59bc4b4fe58280..3d51e9dffaa07ab652349ef5bfa09cd70842b026 100644 |
--- a/LayoutTests/fast/canvas/canvas-composite-alpha-expected.txt |
+++ b/LayoutTests/fast/canvas/canvas-composite-text-alpha-expected.txt |
@@ -1,6 +1,6 @@ |
-This test exercises a bunch of color composition with alpha blending. The top-left rectangles are the source images and bottom-right rectangles are the destination images. |
+This test exercises a bunch of alpha composition operations on text. The top-left rectangles are the source images and bottom-right rectangles are the destination images. |
-Tests for fill rect |
+Tests for fill text |
src 255, 0, 0, 255 src 255, 0, 0, 255 src 255, 0, 0, 255 src 0, 255, 0, 0 src 0, 255, 0, 1 src 255, 0, 0, 0 src 255, 0, 0, 127 src 255, 0, 0, 255 src 255, 0, 0, 127 src 127, 0, 0, 255 src 127, 0, 0, 127 src 255, 0, 0, 127 src 255, 127, 0, 32 src 255, 0, 0, 191 src 255, 0, 255, 191 |
dst 0, 255, 0, 255 dst 0, 255, 0, 0 dst 0, 255, 0, 1 dst 255, 0, 0, 255 dst 255, 0, 0, 255 dst 0, 255, 0, 255 dst 0, 255, 0, 127 dst 0, 255, 0, 127 dst 0, 255, 0, 255 dst 0, 127, 0, 127 dst 0, 127, 0, 255 dst 255, 0, 0, 63 dst 255, 63, 0, 63 dst 0, 255, 0, 127 dst 0, 255, 255, 127 |
@@ -180,7 +180,7 @@ PASS |
PASS |
PASS |
PASS |
-Tests for path and fill |
+Tests for stroke text |
src 255, 0, 0, 255 src 255, 0, 0, 255 src 255, 0, 0, 255 src 0, 255, 0, 0 src 0, 255, 0, 1 src 255, 0, 0, 0 src 255, 0, 0, 127 src 255, 0, 0, 255 src 255, 0, 0, 127 src 127, 0, 0, 255 src 127, 0, 0, 127 src 255, 0, 0, 127 src 255, 127, 0, 32 src 255, 0, 0, 191 src 255, 0, 255, 191 |
dst 0, 255, 0, 255 dst 0, 255, 0, 0 dst 0, 255, 0, 1 dst 255, 0, 0, 255 dst 255, 0, 0, 255 dst 0, 255, 0, 255 dst 0, 255, 0, 127 dst 0, 255, 0, 127 dst 0, 255, 0, 255 dst 0, 127, 0, 127 dst 0, 127, 0, 255 dst 255, 0, 0, 63 dst 255, 63, 0, 63 dst 0, 255, 0, 127 dst 0, 255, 255, 127 |