// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/base/webui/web_ui_util.h" #include "testing/gtest/include/gtest/gtest.h" #include "url/gurl.h" TEST(WebUIUtilTest, ParsePathAndImageSpec) { … } TEST(WebUIUtilTest, GetPngDataUrl_Basic) { … } TEST(WebUIUtilTest, GetPngDataUrl_EmptyInput) { … } TEST(WebUIUtilTest, ParseScaleFactor) { … }