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

Unified Diff: LayoutTests/css3/masking/clip-path-rectangle.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/css3/masking/clip-path-rectangle.html
diff --git a/LayoutTests/css3/masking/clip-path-rectangle.html b/LayoutTests/css3/masking/clip-path-rectangle.html
deleted file mode 100644
index df869dd79a798dde553acd8d4daf7b02914bacf4..0000000000000000000000000000000000000000
--- a/LayoutTests/css3/masking/clip-path-rectangle.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-<style>
-div {
- width: 180px;
- height: 180px;
- background-color: green;
- border: 10px solid black;
- -webkit-clip-path: rectangle(0, 0, 200px, 200px, 100px, 100px);
-}
-</style>
-</head>
-<body>
-<div>
-</body>
-</html>
« no previous file with comments | « LayoutTests/css3/masking/clip-path-animation-expected.txt ('k') | LayoutTests/css3/masking/clip-path-rectangle-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698