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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/repaint-svg-after-style-change.html

Issue 2327223002: Move all remaining fast/repaint tests to paint/invalidation (Closed)
Patch Set: Created 4 years, 3 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>SVG failing to repaint</title> 4 <title>SVG failing to repaint</title>
5 </head> 5 </head>
6 <body> 6 <body>
7 <svg width="201px" height="201px"> 7 <svg width="201px" height="201px">
8 <g> 8 <g>
9 <path fill="red" fill-opacity="1" d="M 0 0 L 0 200 200 200 200 0 Z"></pa th> 9 <path fill="red" fill-opacity="1" d="M 0 0 L 0 200 200 200 200 0 Z"></pa th>
10 <path id="blinker" fill="green" fill-opacity="1" d="M 00 00 L 00 200 200 200 200 00 Z" style=""></path> 10 <path id="blinker" fill="green" fill-opacity="1" d="M 00 00 L 00 200 200 200 200 00 Z" style=""></path>
(...skipping 15 matching lines...) Expand all
26 window.testRunner.notifyDone(); 26 window.testRunner.notifyDone();
27 }, 50); 27 }, 50);
28 }, 50); 28 }, 50);
29 29
30 30
31 31
32 </script> 32 </script>
33 </body> 33 </body>
34 </html> 34 </html>
35 35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698