#include <memory>
#include <string>
#include "base/path_service.h"
#include "base/strings/strcat.h"
#include "build/build_config.h"
#include "components/dom_distiller/content/browser/distiller_javascript_utils.h"
#include "components/dom_distiller/content/browser/test/test_util.h"
#include "content/public/test/browser_test.h"
#include "content/public/test/browser_test_utils.h"
#include "content/public/test/content_browser_test.h"
#include "content/shell/browser/shell.h"
#include "net/test/embedded_test_server/controllable_http_response.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace dom_distiller {
namespace {
class DistilledPageJsTest : public content::ContentBrowserTest { … };
#if !BUILDFLAG(IS_ANDROID)
#define MAYBE_Pinch …
#else
#define MAYBE_Pinch …
#endif
IN_PROC_BROWSER_TEST_F(DistilledPageJsTest, MAYBE_Pinch) { … }
#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_IOS)
#define MAYBE_FontSizeSlider …
#else
#define MAYBE_FontSizeSlider …
#endif
IN_PROC_BROWSER_TEST_F(DistilledPageJsTest, MAYBE_FontSizeSlider) { … }
IN_PROC_BROWSER_TEST_F(DistilledPageJsTest, SettingsDialogTest) { … }
}
}