Update https engagement browsertest to always use HTML resources.
A few https engagement tests used the test server resource at URL '/'. It turns out that this resource gets served with mime type text/plain, which we're planning to have page load metrics infrastructure ignore in the future. This change switches those tests to use '/simple.html' which is served with mime type text/html. Additionally, this change adds a new test Navigate_Both_NonHtmlMainResource, which we'll use to verify that we do not track non-HTML resources. The test currently asserts that we do track these resources, with a comment explaining that we'll update it to assert they are untracked as part of fixing bug 627536. BUG=627536 Review-Url: https://codereview.chromium.org/2148473002 Cr-Commit-Position: refs/heads/master@{#405226}
Showing
Please register or sign in to comment