chromium/third_party/blink/renderer/core/clipboard/clipboard_utilities_test.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/renderer/core/clipboard/clipboard_utilities.h"

#include "base/containers/span.h"
#include "mojo/public/cpp/base/big_buffer.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/platform/image-encoders/image_encoder.h"
#include "third_party/blink/renderer/platform/weborigin/kurl.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"
#include "third_party/skia/include/core/SkBitmap.h"
#include "third_party/skia/include/encode/SkPngEncoder.h"

namespace blink {

TEST(ClipboardUtilitiesTest, URLToImageMarkupNonASCII) {}

TEST(ClipboardUtilitiesTest, URLToImageMarkupEmbeddedNull) {}

TEST(ClipboardUtilitiesTest, PNGToImageMarkupEmpty) {}

TEST(ClipboardUtilitiesTest, PNGToImageMarkup) {}

}  // namespace blink