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

Unified Diff: LayoutTests/svg/custom/object-sizing-height-50p-on-target-svg-absolute.xhtml

Issue 26390004: Rework SVG sizing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix mishap during rebase in svg.css Created 6 years, 8 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/svg/custom/object-sizing-height-50p-on-target-svg-absolute.xhtml
diff --git a/LayoutTests/svg/custom/object-sizing-height-50p-on-target-svg-absolute.xhtml b/LayoutTests/svg/custom/object-sizing-height-50p-on-target-svg-absolute.xhtml
deleted file mode 100644
index 7174bb35555871f385e3530eca9eb17318e3f994..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/custom/object-sizing-height-50p-on-target-svg-absolute.xhtml
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
-<head>
- <style>
- html { width: 500px; }
- body { padding: 0; margin: 0; }
- p { padding: 0; margin: 0; }
- div { position: absolute; top: 0px; left: 0px; width: 500px; height: 75px; background: red; z-index: -1; }
- object { width: 500px; height: auto; }
- svg { position: absolute; top: 80px; left: 0px; width: 500px; height: 75px; }
- </style>
-</head>
-<body>
-
-<!-- Both objects should look identical -->
-<p><object data="resources/object-sizing-height-50p.svg" type="image/svg+xml"></object></p>
-
-<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 100 100">
- <rect x="0" y="0" width="100" height="100" fill="lightblue"/>
- <rect x="5" y="5" width="90" height="90" fill="green"/>
-</svg>
-
-<div></div>
-
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698