Force .evt files to have LF line endings.

Change-Id: I575368ec3523ec2e01ab590b3346958953155a52
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/67370
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
diff --git a/.gitattributes b/.gitattributes
index c772c32..953c317 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -3,6 +3,7 @@
 *.c text eol=lf
 *.cc text eol=lf
 *.cpp text eol=lf
+*.evt text eol=lf
 *.gn text eol=lf
 *.gni text eol=lf
 *.h text eol=lf
diff --git a/testing/resources/javascript/xfa_specific/bug_1039629.evt b/testing/resources/javascript/xfa_specific/bug_1039629.evt
index aa5fcb1..96d37be 100644
--- a/testing/resources/javascript/xfa_specific/bug_1039629.evt
+++ b/testing/resources/javascript/xfa_specific/bug_1039629.evt
@@ -1,3 +1,3 @@
-mousedown,left,295,187

-mouseup,left,295,187

+mousedown,left,295,187
+mouseup,left,295,187
 keycode,40
\ No newline at end of file
diff --git a/testing/resources/javascript/xfa_specific/bug_1043510.evt b/testing/resources/javascript/xfa_specific/bug_1043510.evt
index 891a49d..08e98cf 100644
--- a/testing/resources/javascript/xfa_specific/bug_1043510.evt
+++ b/testing/resources/javascript/xfa_specific/bug_1043510.evt
@@ -1 +1 @@
-mousedoubleclick,left,0,0
\ No newline at end of file
+mousedoubleclick,left,0,0
diff --git a/testing/resources/javascript/xfa_specific/bug_1054429.evt b/testing/resources/javascript/xfa_specific/bug_1054429.evt
index 8158a76..86e0905 100644
--- a/testing/resources/javascript/xfa_specific/bug_1054429.evt
+++ b/testing/resources/javascript/xfa_specific/bug_1054429.evt
@@ -1,2 +1,2 @@
-mousedown,left,61,51

+mousedown,left,61,51
 keycode,46
\ No newline at end of file
diff --git a/testing/resources/pixel/checkbox_radiobutton.evt b/testing/resources/pixel/checkbox_radiobutton.evt
index 6742beb..c519dcb 100644
--- a/testing/resources/pixel/checkbox_radiobutton.evt
+++ b/testing/resources/pixel/checkbox_radiobutton.evt
@@ -1,11 +1,11 @@
-# Check the checkbox

-mousemove,145,220

-mousedown,left,145,220

-mouseup,left,145,220

-

-# Tab to radio button from checkbox

-keycode,9

-keycode,9

-

-# Press Enter to select radio button

+# Check the checkbox
+mousemove,145,220
+mousedown,left,145,220
+mouseup,left,145,220
+
+# Tab to radio button from checkbox
+keycode,9
+keycode,9
+
+# Press Enter to select radio button
 charcode,13
\ No newline at end of file