Move reftests/crashtests that use testdriver to wpt_internal
Wptrunner does not support testdriver for test types other than
test harness test. These tests will either fail or do not test
what they intend to test in most browsers with Chrome
included. Move them to wpt_internal for now. We can move them back to
external/wpt once the bug is resolved.
For reftests that use testdriver, they all shown as Timeout on
wpt.fyi. For crashtests, an exception[1] will be thrown at browser
side, but since the browser did not crash, the test will still
pass but won't test anything useful.
Bug: #13183
Bug: #31739
Change-Id: I81a4d218c318a344992f2661d463c71607e41d18
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5589091
Reviewed-by: Mason Freed masonf@chromium.org
Reviewed-by: Joey Arhar jarhar@chromium.org
Commit-Queue: Weizhong Xia weizhong@google.com
Cr-Commit-Position: refs/heads/main@{#1310309}