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

Unified Diff: trunk/LayoutTests/fast/css/object-position-svg-expected.html

Issue 23465021: Revert 157745 "Add support for the object-position CSS property." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 7 years, 3 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: trunk/LayoutTests/fast/css/object-position-svg-expected.html
===================================================================
--- trunk/LayoutTests/fast/css/object-position-svg-expected.html (revision 157750)
+++ trunk/LayoutTests/fast/css/object-position-svg-expected.html (working copy)
@@ -1,53 +0,0 @@
-<!DOCTYPE html>
-
-<html>
- <head>
- <title>object-position on SVG images</title>
- <style type="text/css">
- .group > div {
- display: inline-block;
- overflow: hidden;
- width: 72px;
- height: 144px;
- margin: 2px 10px;
- border: 1px solid black;
- padding: 5px;
- background-color: gray;
- }
-
- .group > div > div { position:relative; overflow: hidden; height:100%; }
- .group > div > div > * { position: absolute; width:36px; height:36px; }
-
- .group > *:nth-child(1) > div > * { right: 0; }
- .group > *:nth-child(2) > div > * { left: 0; bottom: 0; }
- .group > *:nth-child(3) > div > * { left: 10px; bottom: -27px; }
- .group > *:nth-child(4) > div > * { left: 1000px; }
- .group > *:nth-child(5) > div > * { left: -1000px; }
- .group > *:nth-child(6) > div > * { left: -9px; top: -10px; }
- .group > *:nth-child(7) > div > * { left: 72px; }
- .group > *:nth-child(8) > div > * { top: 72px; }
- .group > *:nth-child(9) > div > * { left: -72px; }
- .group > *:nth-child(10) > div > * { top: -72px; }
- .group > *:nth-child(11) > div > * { left: 30px; top: 30px; }
- .group > *:nth-child(12) > div > * { left: 18px; top: 54px; }
- </style>
- </head>
- <body>
-
- <div class="group">
- <div><div><img src="resources/circle-small.svg" type="image/svg+xml"></div></div>
- <div><div><img src="resources/circle-small.svg" type="image/svg+xml"></div></div>
- <div><div><img src="resources/circle-small.svg" type="image/svg+xml"></div></div>
- <div><div><img src="resources/circle-small.svg" type="image/svg+xml"></div></div>
- <div><div><img src="resources/circle-small.svg" type="image/svg+xml"></div></div>
- <div><div><img src="resources/circle-small.svg" type="image/svg+xml"></div></div>
- <div><div><img src="resources/circle-small.svg" type="image/svg+xml"></div></div>
- <div><div><img src="resources/circle-small.svg" type="image/svg+xml"></div></div>
- <div><div><img src="resources/circle-small.svg" type="image/svg+xml"></div></div>
- <div><div><img src="resources/circle-small.svg" type="image/svg+xml"></div></div>
- <div><div><img src="resources/circle-small.svg" type="image/svg+xml"></div></div>
- <div><div><img src="resources/circle-small.svg" type="image/svg+xml"></div></div>
- </div>
-
- </body>
-</html>
« no previous file with comments | « trunk/LayoutTests/fast/css/object-position-svg.html ('k') | trunk/LayoutTests/fast/css/object-position-with-fit-contain.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698