You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DaoBackToOpenerBrowserTest fixture previously loaded an opener page
from engine/src/chrome/test/data/back_to_opener_opener.html, which is
not version-controlled (engine/ is gitignored). A fresh checkout would
fail these tests because the fixture file was missing.
Serve the opener page inline via embedded_test_server()'s request
handler so the tests no longer depend on any custom on-disk fixture.
The link target /title1.html is a stock Chromium test fixture provided
by ServeFilesFromSourceDirectory("chrome/test/data") and remains
available from any Chromium checkout.
0 commit comments