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

Unified Diff: LayoutTests/svg/as-image/resources/link.svg

Issue 308643002: Teach SVGImage::containerSize() to deduce intrinsic values (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@remove-text-zoom-factor
Patch Set: Lower timeout and use expandedIntSize Created 6 years, 6 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/as-image/resources/link.svg
diff --git a/LayoutTests/svg/as-image/resources/link.svg b/LayoutTests/svg/as-image/resources/link.svg
index cbd0958cf8131c1e81af555579c209c7b806887c..a6b815735459731df3cee008bf40c37792827861 100644
--- a/LayoutTests/svg/as-image/resources/link.svg
+++ b/LayoutTests/svg/as-image/resources/link.svg
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100">
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100" height="100" viewBox="0 0 100 100">
<style>a rect { fill: green } a:link rect, a:visited rect { fill: red }</style>
<a xlink:href="http://www.example.com/">
<rect x="0" y="0" width="100" height="100"/>

Powered by Google App Engine
This is Rietveld 408576698