Remove tabs and trailing whitspace in LayoutTests/dom/.../*.js

Command to reproduce:

$ find LayoutTests/dom -name '*.js' | while read f; do sed 's/\t/    /g' < $f | git stripspace > tmp; mv tmp $f; done

R=mkwst@chromium.org

Review URL: https://codereview.chromium.org/756123002

git-svn-id: svn://svn.chromium.org/blink/trunk@186014 bbb929c8-8fbe-4397-9dbb-9b2b20218538
2367 files changed
tree: 3e67d8bd4395585a60d353002b0597816eb54ad1
  1. third_party/