testing/web-platform/tests/css/css-text/text-spacing-trim/text-spacing-trim-start-001.html
Revert "
Bug 1972411 - give gnome-shell and pipewire more time to start, and retry the task if we time out. r=jmaher" for causing linux perma failures
This reverts commit 2b905fe7199c9210434f7c7f8326b57025c91c55.
Revert "
Bug 1972411 - make /builds/worker/fetches a volume in the test docker image. r=releng-reviewers,Eijebong"
This reverts commit 9d15aecaf6a08b98d3c47f2d0e644e35341b2520.
+ − <!DOCTYPE html>
+ − < meta charset = "utf-8" >
+ − < link rel = "help" href = "https://drafts.csswg.org/css-text-4/#text-spacing-trim-property" >
+ − < link rel = "match" href = "text-spacing-trim-start-001-ref.html" >
+ − < meta name = "variant" content = "?class=halt,htb" >
+ − < meta name = "variant" content = "?class=chws,htb" >
+ − < meta name = "variant" content = "?class=halt,vrl" >
+ − < meta name = "variant" content = "?class=chws,vrl" >
+ − < meta name = "variant" content = "?class=space-first,halt,htb" >
+ − < meta name = "variant" content = "?class=space-first,chws,htb" >
+ − < meta name = "variant" content = "?class=space-first,halt,vrl" >
+ − < meta name = "variant" content = "?class=space-first,chws,vrl" >
+ − < meta name = "variant" content = "?class=trim-start,halt,htb" >
+ − < meta name = "variant" content = "?class=trim-start,chws,htb" >
+ − < meta name = "variant" content = "?class=trim-start,halt,vrl" >
+ − < meta name = "variant" content = "?class=trim-start,chws,vrl" >
+ − < script src = "support/variant-class.js" ></ script >
+ − < style >
+ − @font-face {
+ − font-family : halt-font ;
+ − src : url ( '/fonts/noto/cjk/NotoSansCJKjp-Regular-subset-halt.otf' );
+ − }
+ − @font-face {
+ − font-family : chws-font ;
+ − src : url ( '/fonts/noto/cjk/NotoSansCJKjp-Regular-subset-chws.otf' );
+ − }
+ − #container {
+ − font-family : halt - font ;
+ − font-size : 20px ;
+ − inline - size : 4em ;
+ − }
+ − .chws #container {
+ − font-family : chws - font ;
+ − }
+ − .vrl {
+ − writing - mode : vertical - rl ;
+ − }
+ − .trim-start {
+ − text - spacing - trim : trim - start ;
+ − }
+ − .space-first {
+ − text - spacing - trim : space - first ;
+ − }
+ − </ style >
+ − < div id = "container" >
+ − < div > (国国国(国国国(国</ div >
+ − < div > 国国国)(国国)(国</ div >
+ − < div > 国国国国(</ div >
+ − < div lang = "zh-hans" > 国国国国“</ div >
+ −
+ − < div > (国国国< br > (国国国< br > (国</ div >
+ − < div > 国国国国< br > (</ div >
+ − < div lang = "zh-hans" > 国国国国< br > “</ div >
+ − </ div >