#include "fpdfsdk/cpdfsdk_annotiterator.h"
#include "fpdfsdk/cpdfsdk_formfillenvironment.h"
#include "fpdfsdk/cpdfsdk_helpers.h"
#include "fpdfsdk/cpdfsdk_widget.h"
#include "fpdfsdk/formfiller/cffl_formfield.h"
#include "fpdfsdk/pwl/cpwl_special_button.h"
#include "fpdfsdk/pwl/cpwl_wnd.h"
#include "testing/embedder_test.h"
class CPWLSpecialButtonEmbedderTest : public EmbedderTest { … };
TEST_F(CPWLSpecialButtonEmbedderTest, EnterOnReadOnlyCheckBox) { … }
TEST_F(CPWLSpecialButtonEmbedderTest, EnterOnCheckBox) { … }
TEST_F(CPWLSpecialButtonEmbedderTest, EnterOnReadOnlyRadioButton) { … }
TEST_F(CPWLSpecialButtonEmbedderTest, EnterOnRadioButton) { … }