Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Side by Side Diff: LayoutTests/platform/chromium-linux/fast/canvas/canvas-blend-solid-expected.txt

Issue 15851003: Rebaseline the remaining tests unskipped in r149700. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Series of tests to ensure correct results on applying different blend modes. 1 Series of tests to ensure correct results on applying different blend modes.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Testing blend mode "source-over" 6 Testing blend mode "source-over"
7 solid on solid 7 solid on solid
8 PASS pixelDataAtPoint(0)[0] is within 5 of 255 8 PASS pixelDataAtPoint(0)[0] is within 5 of 255
9 PASS pixelDataAtPoint(0)[1] is within 5 of 0 9 PASS pixelDataAtPoint(0)[1] is within 5 of 0
10 PASS pixelDataAtPoint(0)[2] is within 5 of 0 10 PASS pixelDataAtPoint(0)[2] is within 5 of 0
(...skipping 1109 matching lines...) Expand 10 before | Expand all | Expand 10 after
1120 PASS pixelDataAtPoint(2)[3] is within 5 of 191 1120 PASS pixelDataAtPoint(2)[3] is within 5 of 191
1121 PASS pixelDataAtPoint(3)[0] is within 5 of 0 1121 PASS pixelDataAtPoint(3)[0] is within 5 of 0
1122 PASS pixelDataAtPoint(3)[1] is within 5 of 0 1122 PASS pixelDataAtPoint(3)[1] is within 5 of 0
1123 PASS pixelDataAtPoint(3)[2] is within 5 of 255 1123 PASS pixelDataAtPoint(3)[2] is within 5 of 255
1124 PASS pixelDataAtPoint(3)[3] is within 5 of 191 1124 PASS pixelDataAtPoint(3)[3] is within 5 of 191
1125 1125
1126 PASS successfullyParsed is true 1126 PASS successfullyParsed is true
1127 1127
1128 TEST COMPLETE 1128 TEST COMPLETE
1129 1129
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698