diff options
Diffstat (limited to 'WebKitTools/Scripts/webkitpy/layout_tests/data/misc')
5 files changed, 0 insertions, 17 deletions
diff --git a/WebKitTools/Scripts/webkitpy/layout_tests/data/misc/crash-expected.txt b/WebKitTools/Scripts/webkitpy/layout_tests/data/misc/crash-expected.txt deleted file mode 100644 index 521c3f5..0000000 --- a/WebKitTools/Scripts/webkitpy/layout_tests/data/misc/crash-expected.txt +++ /dev/null @@ -1 +0,0 @@ -This test is expected to crash. diff --git a/WebKitTools/Scripts/webkitpy/layout_tests/data/misc/crash.html b/WebKitTools/Scripts/webkitpy/layout_tests/data/misc/crash.html deleted file mode 100644 index b9820d6..0000000 --- a/WebKitTools/Scripts/webkitpy/layout_tests/data/misc/crash.html +++ /dev/null @@ -1,5 +0,0 @@ -<html> -<body> -This test is expected to crash. -</body> -</html> diff --git a/WebKitTools/Scripts/webkitpy/layout_tests/data/misc/missing-expectation.html b/WebKitTools/Scripts/webkitpy/layout_tests/data/misc/missing-expectation.html deleted file mode 100644 index 1f00b50..0000000 --- a/WebKitTools/Scripts/webkitpy/layout_tests/data/misc/missing-expectation.html +++ /dev/null @@ -1,5 +0,0 @@ -<html> -<body> -This test intentionally doesn't have an expected result checked in. -</body> -</html> diff --git a/WebKitTools/Scripts/webkitpy/layout_tests/data/misc/passing-expected.txt b/WebKitTools/Scripts/webkitpy/layout_tests/data/misc/passing-expected.txt deleted file mode 100644 index 26bd316..0000000 --- a/WebKitTools/Scripts/webkitpy/layout_tests/data/misc/passing-expected.txt +++ /dev/null @@ -1 +0,0 @@ -This test is expected to pass. diff --git a/WebKitTools/Scripts/webkitpy/layout_tests/data/misc/passing.html b/WebKitTools/Scripts/webkitpy/layout_tests/data/misc/passing.html deleted file mode 100644 index db7e3de..0000000 --- a/WebKitTools/Scripts/webkitpy/layout_tests/data/misc/passing.html +++ /dev/null @@ -1,5 +0,0 @@ -<html> -<body> -This test is expected to pass. -</body> -</html> |