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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/text-on-scaled-surface-expected.html

Issue 2859483006: cc: Enable composited border-radius scrolling.
Patch Set: test-rebaseline Created 3 years, 6 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
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <script>
4 if (window.testRunner) {
5 testRunner.dumpAsTextWithPixelResults();
6 }
7 </script>
8 <body style="overflow:hidden">
9 <div style="-webkit-transform-origin: 0 0; transform:translate(50px,50px) scale( 1.5); background: green; width:30em; height:8em;">
10 <div style="-webkit-transform-origin: 0 0; transform:scale(1.5);">
11 <!-- Use short lines of text to avoid accumulating error -->
12 Text on<br/>
13 a scaled<br/>
14 composited<br/>
15 layer<br/>
16 </div>
17 </div>
18 </body>
19 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698