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><metacharset=utf-8><title>CSS Text — out-of-flow element adjacent to a potential line-break</title><metaname=assertcontent="The anchor of an out-of-flow should not migrate across a soft line break"><!-- NOTE: I'm not sure the spec explicitly addresses this exact point, but it seems like a clear bug in Firefox, hence this test (which passes as expected in Chrome and Safari). --><linkrel=helphref="https://www.w3.org/TR/css-text-3/#line-break-details"><linkrel=matchhref="reference/line-breaking-019-ref.html"><linkrel=authortitle="Jonathan Kew"href="jkew@mozilla.com"><style>.outer{float:left;padding:01em;margin:1em;border:1pxsolidsilver;}.outerdiv{font-family:monospace;line-height:2;margin:1em0;border:1pxdottedsilver;}.test20div{width:20ch;}.test27div{width:27ch;}.test30div{width:30ch;}b{color:blue;border-left:2pxsolidred;border-right:2pxsolidgreen;}/* adjust for the width of the target element's border */div>.before{margin-left:2px;}div>.after{margin-left:-2px;}.test::before,.test::after,.before,.after{position:absolute;font-size:0.5em;}.test::before{content:"before";}.test::after{content:"after";}.before,.test::before{color:red;font-weight:normal;}.after,.test::after{color:green;font-weight:normal;}</style><div>Test passes if all the examples in each group render the same:</div><divclass="outer test30"><!-- Using ::before and ::after to insert abs-pos elements with non-empty content: --><div> Preceding text <bclass=test>target element</b> following text.</div><!-- With explicit spans just inside the target element: --><div> Preceding text <b><spanclass=before>before</span>target element<spanclass=after>after</span></b> following text.</div><!-- With explicit spans just outside the target element: --><div> Preceding text <spanclass=before>before</span><b>target element</b><spanclass=after>after</span> following text.</div><!-- With explicit line breaks: --><div> Preceding text <spanclass=before>before</span><b>target element</b><spanclass=after>after</span><br>following text.</div></div><divclass="outer test27"><div> Preceding text <bclass=test>target element</b> following text.</div><div> Preceding text <b><spanclass=before>before</span>target element<spanclass=after>after</span></b> following text.</div><div> Preceding text <spanclass=before>before</span><b>target element</b><spanclass=after>after</span> following text.</div><div> Preceding text <spanclass=before>before</span><b>target<br>element</b><spanclass=after>after</span> following text.</div></div><divclass="outer test20"><div> Preceding text <bclass=test>target element</b> following text.</div><div> Preceding text <b><spanclass=before>before</span>target element<spanclass=after>after</span></b> following text.</div><div> Preceding text <spanclass=before>before</span><b>target element</b><spanclass=after>after</span> following text.</div><div> Preceding text<br><spanclass=before>before</span><b>target element</b><spanclass=after>after</span><br>following text.</div></div>