We've rarely held webui test code to the same standards as the "prod" code (that controls UI/logic shown to users). This means less consistent code between 2 parts of the same codebase (that are often updated together in the same CL). This also means having to manually format testing code (whereas prod code can benefit from things like `git cl format --js`).
Concretely: let's run clang-format on chrome/test/data/webui just like we have on chrome/browser/resources and enforce formatting through presubmit.
Comment 1 by bugdroid1@chromium.org
, May 11 2018