Name Description Size
browser.toml 273
browser_scroll-to-text-fragment-from-browser-chrome.js This test ensures that a page navigated to via the URL bar, containing a text fragment, scrolls correctly to the specified text fragment. The test simulates user actions by entering a URL in the URL bar and pressing Enter to navigate to a cross-origin URL. The steps are as follows: 1. Open a new tab with "about:blank". 2. Programmatically set the URL bar to a cross-origin URL containing a text fragment. 3. Simulate a click in the URL bar to focus it. 4. Simulate pressing the Enter key to navigate to the new URL. 5. Wait for the cross-origin page to load completely. 6. Verify that the page has scrolled to the specified text fragment. See Bug 1904773. 2220
browser_scroll-to-text-fragment-from-window-open.js Test for Bug 1901139 * 1968
dummy_page.html Dummy test page 149
scroll-to-text-fragment-from-browser-chrome-target.html Scroll to a text fragment triggered by browser chrome (Bug 1904773) 415