#include "third_party/blink/renderer/core/highlight/highlight.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/html/html_element.h"
#include "third_party/blink/renderer/core/testing/page_test_base.h"
namespace blink {
class HighlightTest : public PageTestBase { … };
TEST_F(HighlightTest, Creation) { … }
TEST_F(HighlightTest, Properties) { … }
}