Fix bad Oneof3.pdf test case. The key/mouse events sent to the test PDF did not unfocus the second form field. As a result, its value has not been saved. Change the other Oneof test cases to consistently focus on the same result field. BUG=pdfium:781 Change-Id: I0dd2333e53f935c51b43b520e238aae37053d31b Reviewed-on: https://pdfium-review.googlesource.com/6972 Reviewed-by: Nicolás Peña <npm@chromium.org>
diff --git a/xfa_specific/fx/test_case_0006/Oneof1.evt b/xfa_specific/fx/test_case_0006/Oneof1.evt index 82edef5..b30f5b6 100644 --- a/xfa_specific/fx/test_case_0006/Oneof1.evt +++ b/xfa_specific/fx/test_case_0006/Oneof1.evt
@@ -10,3 +10,6 @@ mousedown,left,268,182 mouseup,left,268,182 charcode,52 +mousemove,268,227 +mousedown,left,268,227 +mouseup,left,268,227
diff --git a/xfa_specific/fx/test_case_0006/Oneof1_expected.pdf.0.png b/xfa_specific/fx/test_case_0006/Oneof1_expected.pdf.0.png index d696b9d..2c552a1 100644 --- a/xfa_specific/fx/test_case_0006/Oneof1_expected.pdf.0.png +++ b/xfa_specific/fx/test_case_0006/Oneof1_expected.pdf.0.png Binary files differ
diff --git a/xfa_specific/fx/test_case_0006/Oneof2.evt b/xfa_specific/fx/test_case_0006/Oneof2.evt index e2d6fd2..bf3684f 100644 --- a/xfa_specific/fx/test_case_0006/Oneof2.evt +++ b/xfa_specific/fx/test_case_0006/Oneof2.evt
@@ -10,3 +10,6 @@ mousedown,left,268,182 mouseup,left,268,182 charcode,52 +mousemove,268,227 +mousedown,left,268,227 +mouseup,left,268,227
diff --git a/xfa_specific/fx/test_case_0006/Oneof2_expected.pdf.0.png b/xfa_specific/fx/test_case_0006/Oneof2_expected.pdf.0.png index b6f3138..d5007d9 100644 --- a/xfa_specific/fx/test_case_0006/Oneof2_expected.pdf.0.png +++ b/xfa_specific/fx/test_case_0006/Oneof2_expected.pdf.0.png Binary files differ
diff --git a/xfa_specific/fx/test_case_0006/Oneof3.evt b/xfa_specific/fx/test_case_0006/Oneof3.evt index d7ea207..425371a 100644 --- a/xfa_specific/fx/test_case_0006/Oneof3.evt +++ b/xfa_specific/fx/test_case_0006/Oneof3.evt
@@ -6,3 +6,6 @@ mousedown,left,268,137 mouseup,left,268,137 charcode,51 +mousemove,268,227 +mousedown,left,268,227 +mouseup,left,268,227
diff --git a/xfa_specific/fx/test_case_0006/Oneof3_expected.pdf.0.png b/xfa_specific/fx/test_case_0006/Oneof3_expected.pdf.0.png index f0681e4..c8b8505 100644 --- a/xfa_specific/fx/test_case_0006/Oneof3_expected.pdf.0.png +++ b/xfa_specific/fx/test_case_0006/Oneof3_expected.pdf.0.png Binary files differ