Chromium Code Reviews

Side by Side Diff: LayoutTests/imported/web-platform-tests/FileAPI/BlobURL/support/file_test3.html

Issue 1236713002: Import FileAPI tests from web-platform-tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Ugh, stupid baselines Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Test file</title>
6 <style>
7 body {
8 margin: 0;
9 }
10 .block {
11 height: 5000px;
12 }
13 </style>
14 <script>
15 window.test_result = 'test3_OK';
16 </script>
17 </head>
18 <body>
19 <a id="block1"></a>
20 <div class="block"></div>
21
22 <a id="block2"></a>
23 <div class="block"></div>
24 </body>
25 </html>
OLDNEW

Powered by Google App Engine