36 auto pDict = pdfium::MakeRetain<CPDF_Dictionary>();
37 pDict->SetNewFor<CPDF_Number>(
"FunctionType", 0);
39 auto pArray = pDict->SetNewFor<CPDF_Array>(
"Domain");
40 pArray->AppendNew<CPDF_Number>(0);
41 pArray->AppendNew<CPDF_Number>(10);
42 EXPECT_FALSE(CPDF_Function::Load(pDict));