// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "public/web/WebElement.h" #include "core/dom/Document.h" #include "core/dom/Element.h" #include "core/dom/shadow/ShadowRoot.h" #include "core/testing/DummyPageHolder.h" #include "testing/gtest/include/gtest/gtest.h" namespace blink { static const char s_blockWithContinuations[] = "
" "" " " ""; static const char s_emptyBlock[] = " " " "; static const char s_emptyInline[] = " "; static const char s_blockWithDisplayNone[] = " " "" " " ""; static const char s_blockWithContent[] = "