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

Side by Side Diff: LayoutTests/fast/layers/geometry-map-transform-state-translation-mismatch.html

Issue 11880024: Merge 139479 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 11 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
« no previous file with comments | « no previous file | LayoutTests/fast/layers/geometry-map-transform-state-translation-mismatch-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <style> 3 <style>
4 .wrapper { 4 .wrapper {
5 width: 200px; 5 width: 200px;
6 margin-left: 101.7px; 6 margin-left: 101.7px;
7 } 7 }
8 8
9 .content { 9 .content {
10 background: rgba(255, 0, 0, 0.2); 10 background: rgba(255, 0, 0, 0.2);
(...skipping 13 matching lines...) Expand all
24 </script> 24 </script>
25 <body> 25 <body>
26 <div id="description">This tests that RenderGeometryMap and TransformState both avoid pixel snapping prior to applying translation-only transforms. 26 <div id="description">This tests that RenderGeometryMap and TransformState both avoid pixel snapping prior to applying translation-only transforms.
27 The test passes if it doesn't assert on Debug.</div> 27 The test passes if it doesn't assert on Debug.</div>
28 <div class="wrapper"> 28 <div class="wrapper">
29 <div class="content"> 29 <div class="content">
30 <div class="inner"></div> 30 <div class="inner"></div>
31 </div> 31 </div>
32 </div> 32 </div>
33 </body> 33 </body>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/layers/geometry-map-transform-state-translation-mismatch-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698