DescriptionUpdate 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
Committed: https://crrev.com/9ecb585652429b88c8a802833bfe24c7fef128d8
Cr-Commit-Position: refs/heads/master@{#405226}
Patch Set 1 #
Dependent Patchsets: Messages
Total messages: 9 (3 generated)
|