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-content test: first letter with quotes interaction dynamic style change</title><linkrel="author"title="Daniil Sakhapov"href="sakhapov@google.com"><linkrel="match"href="reference/quotes-first-letter-001-ref.html"><linkrel=helphref="https://drafts.csswg.org/css-content/#quotes"><style>#outer{quotes:"'X""'Y";}#outer::first-letter{color:red;}#outer.green::first-letter{color:green;}</style><divid="outer"><divid="inner"><q>First letter</q></div></div><script>document.body.offsetTop;outer.className="green";</script>