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

Side by Side Diff: LayoutTests/svg/foreignObject/fO-parent-display-changes.svg

Issue 208583004: Remove repaint.js from svg tests that pass without it (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove use-instanceRoot-event-bubbling.xhtml 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 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k" onload="runRepaintTest()"> 2 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k" onload="forceStyleRecalc();repaintTest();">
3 <script xlink:href="../../fast/repaint/resources/repaint.js"/> 3 <script xlink:href="../../fast/repaint/resources/text-based-repaint.js"/>
4 <script> 4 <script>
5 function repaintTest() { 5 function repaintTest() {
6 document.getElementsByTagName("g")[0].setAttribute("style", "display: bl ock"); 6 document.getElementsByTagName("g")[0].setAttribute("style", "display: bl ock");
7 } 7 }
8 </script> 8 </script>
9 9
10 <g style="display:none;" > 10 <g style="display:none;" >
11 <foreignObject> 11 <foreignObject>
12 <html xmlns="http://www.w3.org/1999/xhtml" > 12 <html xmlns="http://www.w3.org/1999/xhtml" >
13 <body style="width: 100px; height: 100px;margin:0; color: #FFFFF F; position: relative" id="databody" >PASS</body> 13 <body style="width: 100px; height: 100px;margin:0; color: #FFFFF F; position: relative" id="databody" >PASS</body>
14 </html> 14 </html>
15 </foreignObject> 15 </foreignObject>
16 </g> 16 </g>
17 <rect x='0' y='0' width='100' height='90' fill='green' ></rect> 17 <rect x='0' y='0' width='100' height='90' fill='green' ></rect>
18 </svg> 18 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698