Revert "Bug 1977019 - re-enable hw video decoding testing. r=media-playback-reviewers,jolin" for causing win mda failures on test_hw_video_decoding.html
This reverts commit 158474bdc0cf585b701bc47921f0a7d84f7bb84d.
<!DOCTYPE html><!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --><metacharset="UTF-8"><title>Canvas test: 2d.gradient.interpolate.zerosize.strokeRect</title><scriptsrc="/resources/testharness.js"></script><scriptsrc="/resources/testharnessreport.js"></script><scriptsrc="/html/canvas/resources/canvas-tests.js"></script><linkrel="stylesheet"href="/html/canvas/resources/canvas-tests.css"><bodyclass="show_output"><h1>2d.gradient.interpolate.zerosize.strokeRect</h1><pclass="desc"></p><pclass="output">Actual output:</p><canvasid="c"class="output"width="100"height="50"><pclass="fallback">FAIL (fallback content)</p></canvas><pclass="output expectedtext">Expected output:<p><imgsrc="/images/green-100x50.png"class="output expected"id="expected"alt=""><ulid="d"></ul><script>vart=async_test("");_addTest(function(canvas,ctx){ctx.fillStyle='#0f0';ctx.fillRect(0,0,100,50);varg=ctx.createLinearGradient(50,25,50,25);// zero-length line (undefined direction)g.addColorStop(0,'#f00');g.addColorStop(1,'#f00');ctx.strokeStyle=g;ctx.strokeRect(20,20,60,10);_assertPixel(canvas,19,19,0,255,0,255);_assertPixel(canvas,20,19,0,255,0,255);_assertPixel(canvas,21,19,0,255,0,255);_assertPixel(canvas,19,20,0,255,0,255);_assertPixel(canvas,20,20,0,255,0,255);_assertPixel(canvas,21,20,0,255,0,255);_assertPixel(canvas,19,21,0,255,0,255);_assertPixel(canvas,20,21,0,255,0,255);_assertPixel(canvas,21,21,0,255,0,255);});</script>