chromium/third_party/blink/renderer/core/exported/web_disallow_transition_scope_test.cc

// Copyright 2020 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/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)
// TODO(crbug.com/1067036): the death test fails on Android.
TEST_F(WebDisallowTransitionScopeTest, TestDisallowTransition) {}
#endif

}  // namespace blink

#endif  // DCHECK_IS_ON()