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>OffscreenCanvas test: 2d.fillStyle.parse.invalid.hex7</title><scriptsrc="/resources/testharness.js"></script><scriptsrc="/resources/testharnessreport.js"></script><scriptsrc="/html/canvas/resources/canvas-tests.js"></script><h1>2d.fillStyle.parse.invalid.hex7</h1><pclass="desc"></p><script>vart=async_test("");vart_pass=t.done.bind(t);vart_fail=t.step_func(function(reason){throwreason;});t.step(function(){varcanvas=newOffscreenCanvas(100,50);varctx=canvas.getContext('2d');ctx.fillStyle='#0f0';try{ctx.fillStyle='#ff0000f';}catch(e){}// this shouldn't throw, but it shouldn't matter here if it doesctx.fillRect(0,0,100,50);_assertPixel(canvas,50,25,0,255,0,255);t.done();});</script>