#include "third_party/blink/renderer/core/html/html_dialog_element.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/dom/events/event.h"
#include "third_party/blink/renderer/core/html/html_body_element.h"
#include "third_party/blink/renderer/core/testing/page_test_base.h"
namespace blink {
class HTMLDialogElementTest : public PageTestBase { … };
TEST_F(HTMLDialogElementTest, CancelEventDontClose) { … }
}