Add async script scheduling test
This CL adds an async script scheduling test, mainly to document the current scheduling behavior of async scripts with respect to other scripts. It indicates that currently, async scripts are allowed to load before: - First Paint - The Document is Finished Parsing A follow-up CL (https://crrev.com/c/2213343) implements the delaying of async script execution until: - Finished Parsing - First Paint or Finished Parsing ... and asserts that the implementation affects the output of this test accordingly. The test has to be hosted in wpt_internal/, because we need to use WPT server features such as the trickle pipe, that are not available for use in regular web_tests. Bug: 1086227 Change-Id: I2562df28efbba2c8ab5c21fe55d82a2e44676f1a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2213354Reviewed-by:Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Dominic Farolino <dom@chromium.org> Cr-Commit-Position: refs/heads/master@{#772199}
Showing
Please register or sign in to comment