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

Side by Side Diff: LayoutTests/svg/as-image/set-img-height-expected.html

Issue 250803011: Revert FCM text-based-repaint change and rebaselines (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Too many 500 errors Created 6 years, 7 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 <!doctype html> 1 <!doctype html>
2 <style> 2 <style>
3 #scaleMe { 3 #scaleMe {
4 width:100px; 4 width:100px;
5 height:100px; 5 height:100px;
6 background:yellow; 6 background:yellow;
7 } 7 }
8 </style> 8 </style>
9 <script>
10 if (window.internals)
11 window.internals.settings.setForceCompositingMode(true);
12 </script>
13 <body> 9 <body>
14 <div> 10 <div>
15 <img id="scaleMe" src="resources/circle-200px-none.svg"> 11 <img id="scaleMe" src="resources/circle-200px-none.svg">
16 </div> 12 </div>
17 </body> 13 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698