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

Unified Diff: LayoutTests/animations/interpolation/shape-inside.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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/animations/interpolation/shape-inside-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/animations/interpolation/shape-inside.html
diff --git a/LayoutTests/animations/interpolation/shape-inside.html b/LayoutTests/animations/interpolation/shape-inside.html
deleted file mode 100644
index fc887e4302bfffa00db7274e34326f4165b0d4b1..0000000000000000000000000000000000000000
--- a/LayoutTests/animations/interpolation/shape-inside.html
+++ /dev/null
@@ -1,45 +0,0 @@
-<!DOCTYPE html>
-<meta charset="UTF-8">
-<style>
-.target {
- color: white;
- width: 100px;
- height: 100px;
- background-color: black;
- display: inline-block;
- overflow: hidden;
-}
-.replica {
- background-color: green;
-}
-.target div {
- width: 10px;
- height: 10px;
- display: inline-block;
- background: orange;
- margin: 1px;
-}
-</style>
-<body>
-<template id="target-template">
-<div></div><div></div>
-<div></div><div></div>
-<div></div><div></div>
-<div></div><div></div>
-</template>
-<script src="resources/interpolation-test.js"></script>
-<script>
-assertInterpolation({
- property: 'shape-inside',
- from: 'none',
- to: 'ellipse(100% 100% at 0% 0%)',
-}, [
- {at: -0.3, is: 'none'},
- {at: 0, is: 'none'},
- {at: 0.3, is: 'none'},
- {at: 0.6, is: 'ellipse(100% 100% at 0% 0%)'},
- {at: 1, is: 'ellipse(100% 100% at 0% 0%)'},
- {at: 1.5, is: 'ellipse(100% 100% at 0% 0%)'}
-]);
-</script>
-</body>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/animations/interpolation/shape-inside-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698