Revert "Bug 1938967 - Part 2: Use relative paths within Taskbar Tabs to create shortcuts. r=nrishel,fluent-reviewers,bolsson" for causing bc failures @ browser_createWindowsShortcut.js
This reverts commit 76c91e29a4310104f82d32ce50de9faf027c34f5.
Revert "Bug 1938967 - Part 1: Allow shortcuts to be located in subdirectories of the Start menu or desktop. r=nrishel"
This reverts commit 17f3a92d47e36c8a879be8d0bf1777cbcb72dc91.
<!DOCTYPE html><!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --><metacharset="UTF-8"><title>Canvas test: 2d.text.draw.space.collapse.nonspace</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"><style>@font-face{font-family:CanvasTest;src:url("/fonts/CanvasTest.ttf");}</style><bodyclass="show_output"><h1>2d.text.draw.space.collapse.nonspace</h1><pclass="desc">Non-space characters are not converted to U+0020 and collapsed</p><spanstyle="font-family: CanvasTest; position: absolute; visibility: hidden">A</span><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>promise_test(asynct=>{varcanvas=document.getElementById('c');varctx=canvas.getContext('2d');awaitdocument.fonts.ready;ctx.font='50px CanvasTest';ctx.fillStyle='#f00';ctx.fillRect(0,0,100,50);ctx.fillStyle='#0f0';ctx.fillText('E\x0b EE',-150,37.5);_assertPixelApprox(canvas,25,25,0,255,0,255,2);_assertPixelApprox(canvas,75,25,0,255,0,255,2);},"Non-space characters are not converted to U+0020 and collapsed");</script>