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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/css/CSS2/normal-flow/support/intrinsic-ratio.svg

Issue 2818243002: Import css21/normal-flow W3C CSS Test Suite (Closed)
Patch Set: git rebase-update Created 3 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: third_party/WebKit/LayoutTests/external/wpt/css/CSS2/normal-flow/support/intrinsic-ratio.svg
diff --git a/third_party/WebKit/LayoutTests/external/wpt/css/CSS2/normal-flow/support/intrinsic-ratio.svg b/third_party/WebKit/LayoutTests/external/wpt/css/CSS2/normal-flow/support/intrinsic-ratio.svg
new file mode 100644
index 0000000000000000000000000000000000000000..e57abd206f21126a5476ea5877e6ac52eb46b726
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/css/CSS2/normal-flow/support/intrinsic-ratio.svg
@@ -0,0 +1,15 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.0"
+ viewBox="0 0 1000 250" preserveAspectRatio="xMinYMin meet"
+ xmlns="http://www.w3.org/2000/svg">
+ <!-- This rectangle goes from (0,0) to (1500,1000) in user space.
+ Because of the viewBox attribute above,
+ the rectangle will end up filling the entire area
+ reserved for the SVG content. -->
+ <rect x="0" y="0" width="1000" height="250"
+ fill="lime" stroke="green" stroke-width="12" />
+ <!-- A large, red triangle -->
+ <path fill="green" d="M 500,50 L 150,200 L 850,200 z"/>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698