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

Side by Side Diff: LayoutTests/fast/canvas/canvas-scroll-path-into-view.html

Issue 196243007: Implement CRC2D.scrollPathIntoView() on Canvas (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: TestExpectations Created 6 years, 8 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 <head>
4 <script src="../../resources/js-test.js"></script>
5 <style>
6
7 .container {
8 display : inline-block;
9 width : 200px;
10 height : 200px;
11 overflow : scroll;
12 }
13
14 .border {
15 border : 500px solid white;
16 }
17
18 .padding {
19 padding : 500px;
20 }
21
22 .margin {
23 margin : 500px;
24 }
25
26 </style>
27 </head>
28 <body>
29 <div class="container">
30 <canvas width="400" height="400"></canvas>
31 </div>
32 <script src="script-tests/canvas-scroll-path-into-view.js"></script>
33 </body>
34 </html>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/canvas/canvas-scroll-path-into-view-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698