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><html><!--https://bugzilla.mozilla.org/show_bug.cgi?id=667520--><head><title>Test for Bug 667520</title><scriptsrc="/tests/SimpleTest/SimpleTest.js"></script><linkrel="stylesheet"type="text/css"href="/tests/SimpleTest/test.css"/></head><body><atarget="_blank"href="https://bugzilla.mozilla.org/show_bug.cgi?id=667520">Mozilla Bug 667520</a><pid="display"><!-- important: we need a <span> as the second element child and then non-span elements between that and the next </span> --><i></i><spanid="2"></span><i></i><i></i><i></i><i></i><spanid="7"></span><spanid="8"></span></p><divid="content"style="display: none"></div><preid="test"><scripttype="application/javascript">/** Test for Bug 667520 **/varspans=$("display").querySelectorAll("span");is(spans.length,3,"Should have 3 span kids");is($("display").querySelector("span:nth-child(3)"),null,"Third child is not span");is($("display").querySelector("span:nth-child(4)"),null,"Fourth child is not span");for(vari=0;i<spans.length;++i){varid=spans[i].id;/* Important: need to include 'span' in that selector so we only match nth-child against spans. */vartarget=$("display").querySelector("span:nth-child("+id+")");is(target,spans[i],"Unexpected element");is(target.id,spans[i].id,"Unexpected id");}</script></pre></body></html>