Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: LayoutTests/fast/shapes/shape-inside/floats/shape-inside-multiple-segment-polygon-floating-iframe-crash.html

Issue 209443007: Remove shape-inside support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove now unused segmentIsEmpty Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698