$this->assertRaw('<a href="'.base_path().'big_pipe_sessionless_test" data-drupal-link-system-path="big_pipe_sessionless_test" class="is-active">This should be marked active</a>');
$this->assertRaw('<a href="'.base_path().'" data-drupal-link-system-path="<front>">This should be marked inactive</a>');
$this->assertSession()->responseContains('<a href="'.base_path().'big_pipe_sessionless_test" data-drupal-link-system-path="big_pipe_sessionless_test" class="is-active">This should be marked active</a>');
$this->assertSession()->responseContains('<a href="'.base_path().'" data-drupal-link-system-path="<front>">This should be marked inactive</a>');
$cases=$this->getTestCases();
$this->assertBigPipeNoJsPlaceholders([
@@ -80,28 +79,28 @@ class BigPipeSessionlessTest extends BigPipeTest {
$this->assertRaw('<a href="'.base_path().'big_pipe_sessionless_test" data-drupal-link-system-path="big_pipe_sessionless_test" class="is-active">This should be marked active</a>');
$this->assertRaw('<a href="'.base_path().'" data-drupal-link-system-path="<front>">This should be marked inactive</a>');
$this->assertSession()->responseContains('<a href="'.base_path().'big_pipe_sessionless_test" data-drupal-link-system-path="big_pipe_sessionless_test" class="is-active">This should be marked active</a>');
$this->assertSession()->responseContains('<a href="'.base_path().'" data-drupal-link-system-path="<front>">This should be marked inactive</a>');
// Clear the Page Cache. Note that we use a cache tag that exists on this
// response, despite it being absent from both the Page Cache miss
@@ -110,15 +109,16 @@ class BigPipeSessionlessTest extends BigPipeTest {