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

Side by Side Diff: LayoutTests/svg/custom/svg-absolute-children.svg

Issue 205263004: Convert svg repaint tests to pixel test only repaint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove fixedpos Created 6 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k" width="100" height="100" style="position: static" onload="runRepaintTest()"> 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k" width="100" height="100" style="position: static" onload="runRepaintAndPixelT est()">
2 <script xlink:href="../../fast/repaint/resources/repaint.js"/> 2 <script xlink:href="../../fast/repaint/resources/text-based-repaint.js"/>
3 <rect width="100" height="100" fill="red" /> 3 <rect width="100" height="100" fill="red" />
4 <rect id="rect" width="1" height="1" fill="green" style="position: absolute" / > 4 <rect id="rect" width="1" height="1" fill="green" style="position: absolute" / >
5 <script> 5 <script>
6 <![CDATA[ 6 <![CDATA[
7 function repaintTest() { 7 function repaintTest() {
8 var rect = document.getElementById('rect'); 8 var rect = document.getElementById('rect');
9 rect.setAttribute("width", "100"); 9 rect.setAttribute("width", "100");
10 rect.setAttribute("height", "100"); 10 rect.setAttribute("height", "100");
11 } 11 }
12 ]]> 12 ]]>
13 </script> 13 </script>
14 </svg> 14 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/stroke-opacity-update.svg ('k') | LayoutTests/svg/custom/svg-image-resize.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698