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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/W3C-SVG-1.1-SE/text-intro-09-b.svg

Issue 1405283006: Deprecate SVGElement.offsetParent/offsetTop/offsetLeft/offsetWidth/offsetHeight (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix the tests instead Created 5 years, 1 month 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 unified diff | Download patch
OLDNEW
1 <svg version="1.1" baseProfile="basic" id="svg-root" 1 <svg version="1.1" baseProfile="basic" id="svg-root"
2 width="100%" height="100%" viewBox="0 0 480 360" 2 width="100%" height="100%" viewBox="0 0 480 360"
3 xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> 3 xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
4 <!--======================================================================--> 4 <!--======================================================================-->
5 <!--= SVG 1.1 2nd Edition Test Case =--> 5 <!--= SVG 1.1 2nd Edition Test Case =-->
6 <!--======================================================================--> 6 <!--======================================================================-->
7 <!--= Copyright 2009 World Wide Web Consortium, (Massachusetts =--> 7 <!--= Copyright 2009 World Wide Web Consortium, (Massachusetts =-->
8 <!--= Institute of Technology, European Research Consortium for =--> 8 <!--= Institute of Technology, European Research Consortium for =-->
9 <!--= Informatics and Mathematics (ERCIM), Keio University). =--> 9 <!--= Informatics and Mathematics (ERCIM), Keio University). =-->
10 <!--= All Rights Reserved. =--> 10 <!--= All Rights Reserved. =-->
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 <g font-size="18" font-family="SVGHebrew, 'Ezra SIL SR', serif"> 64 <g font-size="18" font-family="SVGHebrew, 'Ezra SIL SR', serif">
65 <!-- FIXME: We added text-anchor="end" here, the tests was wrong as-is. Al ready reported to SVG WG, will be fixed soon. --> 65 <!-- FIXME: We added text-anchor="end" here, the tests was wrong as-is. Al ready reported to SVG WG, will be fixed soon. -->
66 <text x="10" y="280" unicode-bidi="normal" direction="rtl" text-anchor="en d">Text "אני יכול לאכול זכוכית וזה לא מזיק לי" is in Hebrew</text> 66 <text x="10" y="280" unicode-bidi="normal" direction="rtl" text-anchor="en d">Text "אני יכול לאכול זכוכית וזה לא מזיק לי" is in Hebrew</text>
67 </g> 67 </g>
68 </g> 68 </g>
69 <g font-family="SVGFreeSansASCII,sans-serif" font-size="32"> 69 <g font-family="SVGFreeSansASCII,sans-serif" font-size="32">
70 <text id="revision" x="10" y="340" stroke="none" fill="black">$Revision: 1.6 $</text> 70 <text id="revision" x="10" y="340" stroke="none" fill="black">$Revision: 1.6 $</text>
71 </g> 71 </g>
72 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke= "#000000"/> 72 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke= "#000000"/>
73 <script> 73 <script>
74 document.documentElement.offsetLeft; 74 document.documentElement.clientLeft;
75 </script> 75 </script>
76 <!-- comment out this watermark once the test is approved --> 76 <!-- comment out this watermark once the test is approved -->
77 <!--<g id="draft-watermark"> 77 <!--<g id="draft-watermark">
78 <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-w idth="1"/> 78 <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-w idth="1"/>
79 <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size ="20" x="240" 79 <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size ="20" x="240"
80 text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white" >DRAFT</text> 80 text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white" >DRAFT</text>
81 </g>--> 81 </g>-->
82 </svg> 82 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698