 Chromium Code Reviews
 Chromium Code Reviews Issue 2693193003:
  Use testharness.js instead of js-test.js in LayoutTests/fast/canvas tests.  (Closed)
    
  
    Issue 2693193003:
  Use testharness.js instead of js-test.js in LayoutTests/fast/canvas tests.  (Closed) 
  | Index: third_party/WebKit/LayoutTests/fast/canvas/canvas-stroke-empty-fill-expected.txt | 
| diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-stroke-empty-fill-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/canvas-stroke-empty-fill-expected.txt | 
| deleted file mode 100644 | 
| index eceb92b2cfebf96aff4fc1175301c49d6d87d519..0000000000000000000000000000000000000000 | 
| --- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-stroke-empty-fill-expected.txt | 
| +++ /dev/null | 
| @@ -1,12 +0,0 @@ | 
| -Series of tests to ensure correct behaviour for stroke() on an empty fillStyle() (alpha=0) | 
| - | 
| -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". | 
| - | 
| - | 
| -PASS imgdata[4] is 0 | 
| -PASS imgdata[5] is 128 | 
| -PASS imgdata[6] is 0 | 
| -PASS successfullyParsed is true | 
| - | 
| -TEST COMPLETE | 
| - |