Index: LayoutTests/fast/shapes/shape-inside/shape-inside-subtract-intervals-crash.html |
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-subtract-intervals-crash.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-subtract-intervals-crash.html |
deleted file mode 100644 |
index a02f927d7e71fd19918cedf66c069e03c1d4e7b1..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-subtract-intervals-crash.html |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
-<style> |
- #shape-inside { |
- shape-inside: polygon(0px 0px, 400px 0px, 200px 175px); |
- } |
-</style> |
-</head> |
-<body> |
-<p> |
-This test caused a crash when run with a bounds checker, see https://code.google.com/p/chromium/issues/detail?id=285788. |
-<pre> |
-Fuzzer: Inferno_layout_test_fuzzer |
-Job Type: Linux_asan_content_shell_drt |
-Crash Type: Heap-buffer-overflow READ 8 |
-</pre> |
-</p> |
-<div id="shape-inside"></div> |
-</body> |
-</html> |