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

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-multiple-blocks-dynamic.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/shape-inside-multiple-blocks-dynamic.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-multiple-blocks-dynamic.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-multiple-blocks-dynamic.html
deleted file mode 100644
index 2158fb32bb19845a727bb113ea1f033534fe73ee..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-multiple-blocks-dynamic.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style id='stylesheet'>
-div {
- font: 50px/1 Ahem, sans-serif;
- color: green;
-}
-p {
- margin: 0;
-}
-</style>
-<script src='../resources/simple-rectangle.js'></script>
-<script>
- window.onload = function() {
- createRectangleTest('shape-inside1', 'stylesheet', { width: 200, height: 200 }, { x: 50, y: 50, width: 100, height: 100 }, 'px', null);
- createRectangleTest('shape-inside2', 'stylesheet', { width: 200, height: 200 }, { x: 50, y: 50, width: 100, height: 100 }, 'px', null);
- };
-</script>
-</head>
-<body>
-<p>This test requires the Ahem font. It tests that dynamically set shape-insides should affect their block's children. You should see two green squares inside blue outlines.</p>
-<div id='shape-inside1'><p>XX</p><p>XX</p></div>
-<div id='shape-inside2'><div><p>XX</p><p>XX</p></div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698