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

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-offset-block-children-expected.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-offset-block-children-expected.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-offset-block-children-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-offset-block-children-expected.html
deleted file mode 100644
index 979a08393f2d5d42fe560c1337143686ab3d4252..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-offset-block-children-expected.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style id='stylesheet'>
-.shape-inside {
- font: 50px/1 Ahem, sans-serif;
- color: green;
- float: left;
-}
-</style>
-<script src='../resources/simple-rectangle.js'></script>
-<script>
- ids = [
- 'shape-inside',
- 'shape-inside-rl',
- 'shape-inside-lr',
- 'shape-inside-tb-lr-tb',
- 'shape-inside-lr-rl-lr'
- ];
- ids.forEach(function(id) {
- createRectangleTestResult(id, 'stylesheet', { width: 300, height: 300 }, { x: 100, y: 100, width: 100, height: 100 }, 'px', null);
- });
-</script>
-</head>
-<body>
-<p>This test ensures that shape-inside takes into account padding on nested child blocks in different writing modes. You should see several green squares within a blue outline. The test requires the Ahem font.</p>
-<div id='shape-inside' class='shape-inside'>xxxx</div>
-<div id='shape-inside-rl' class='shape-inside'>xxxx</div>
-<div id='shape-inside-lr' class='shape-inside'>xxxx</div>
-<div id='shape-inside-tb-lr-tb' class='shape-inside'>xxxx</div>
-<div id='shape-inside-lr-rl-lr' class='shape-inside'>xxxx</div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698