#include "third_party/blink/public/web/web_disallow_transition_scope.h"
#include "third_party/blink/renderer/platform/testing/task_environment.h"
#if DCHECK_IS_ON()
#include "build/build_config.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/frame/frame_test_helpers.h"
#include "third_party/blink/renderer/core/frame/web_local_frame_impl.h"
namespace blink {
WebViewHelper;
class WebDisallowTransitionScopeTest : public testing::Test { … };
Document* WebDisallowTransitionScopeTest::TopDocument() const { … }
WebDocument WebDisallowTransitionScopeTest::TopWebDocument() const { … }
#if !BUILDFLAG(IS_ANDROID)
TEST_F(WebDisallowTransitionScopeTest, TestDisallowTransition) { … }
#endif
}
#endif