#include "third_party/blink/renderer/core/editing/markers/custom_highlight_marker.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/dom/range.h"
#include "third_party/blink/renderer/core/dom/text.h"
#include "third_party/blink/renderer/core/highlight/highlight.h"
#include "third_party/blink/renderer/core/html/html_element.h"
#include "third_party/blink/renderer/core/testing/page_test_base.h"
namespace blink {
class CustomHighlightMarkerTest : public PageTestBase { … };
TEST_F(CustomHighlightMarkerTest, CreationAndProperties) { … }
}