commit | 943a03f1dc5e5da1c9f5f3906ed93d6433e3e04c | [log] [tgz] |
---|---|---|
author | Jean-Philippe Gravel <jpgravel@chromium.org> | Tue Oct 29 14:08:17 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 29 14:08:17 2024 |
tree | 5bddfe5ac16ba041fa78c78711561e16a87f02a4 | |
parent | 6830261fe7ace6a754c055ecb4db9dcf6c34c896 [diff] |
Style cleanup in canvas_webgpu_transfert web tests This CL does a cleanup pass in all canvas_webgpu_transfer web tests, to address style or consistency issues. In particular, the <html> and <head> tags are removed, to align with the minimality guideline. From Chromium's Web Test guide: "Below is a skeleton for a JavaScript test embedded in an HTML page. Note that, in order to follow the minimality guideline, the test omits the tags <html>, <head>, and <body>, as they can be inferred by the HTML parser." https://chromium.googlesource.com/chromium/src/+/HEAD/docs/testing/writing_web_tests.md#javascript-tests Bug: 374263392 Change-Id: Idbdbb63361598c68210cc29d94f5f0371f45239e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5971613 Commit-Queue: Jean-Philippe Gravel <jpgravel@chromium.org> Reviewed-by: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/main@{#1375199}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.