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

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-004.html

Issue 200633005: [CSS Shapes] Remove deprecated shapes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix test expectations 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-rounded-rectangle-004.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-004.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-004.html
deleted file mode 100644
index 2f6b612567bd7165932977e1b6aa7b4ed0b4e7bf..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-004.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="../resources/rounded-rectangle.js"></script>
-<script>
- function createShapeElement() {
- var stylesheet = document.getElementById("stylesheet");
- var dimensions = { width: 700, height: 500,
- shapeX: 25, shapeY: 45,
- shapeWidth: 600, shapeHeight: 300,
- shapeRadiusX: 100, shapeRadiusY: 150 };
- generateShapeElement("shape-inside", stylesheet.sheet, dimensions, 90);
- }
-</script>
-<style id="stylesheet">
- body { margin: 0; }
-</style>
-</head>
-<body onload="createShapeElement()">
-<div id="shape-inside"></div>
-<div>
- This test requires the Ahem font. It creates a rounded rectangle shape-inside and fills it
- with alternating black and white squares as inline content. The middle line overlaps the top
- and bottom rounded corner area. The entire shape-inside should be filled, without any overflow.
-</div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698