Index: LayoutTests/fast/shapes/shape-inside/floats/shape-inside-multiple-segment-polygon-floating-iframe-crash.html |
diff --git a/LayoutTests/fast/shapes/shape-inside/floats/shape-inside-multiple-segment-polygon-floating-iframe-crash.html b/LayoutTests/fast/shapes/shape-inside/floats/shape-inside-multiple-segment-polygon-floating-iframe-crash.html |
deleted file mode 100644 |
index 43b8d7653c3c9b3f26b9e05ee3ed70682865f564..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/shapes/shape-inside/floats/shape-inside-multiple-segment-polygon-floating-iframe-crash.html |
+++ /dev/null |
@@ -1,29 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<!-- |
-This is a regression test for https://code.google.com/p/chromium/issues/detail?id=344359 |
- |
-The test is similar to shape-inside-multiple-segment-polygon-floating-iframe-inline-content-crash.html, |
-exept this test tests updating the segments for the shape-inside in LineWidth::fitBelowFloats() after |
-the float. |
---> |
-<head> |
-<style> |
-iframe { |
- float: right; |
- shape-outside: content-box; |
-} |
-body { |
- shape-inside: polygon(99999999px 0px, 999px 0px, 88px 0px, 0px 99999px, 99px 0px, 76px 0px, 0px 99999px); |
-} |
-</style> |
-<body> |
- <iframe></iframe> |
- |
-<div>This test should not crash.</div> |
-<script> |
- if (window.testRunner) |
- testRunner.dumpAsText(); |
-</script> |
-</body> |
-</html> |