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

Side by Side Diff: LayoutTests/fast/html/details-position.html

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations 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 | Annotate | Revision Log
OLDNEW
1 <style> 1 <style>
2 body { overflow: hidden; }
2 3
3 summary.fixed { 4 summary.fixed {
4 position: fixed; 5 position: fixed;
5 left: 50px; 6 left: 50px;
6 top: 150px; 7 top: 150px;
7 } 8 }
8 9
9 summary.relative { 10 summary.relative {
10 position: relative; 11 position: relative;
11 left: 150px; 12 left: 150px;
(...skipping 15 matching lines...) Expand all
27 </details> 28 </details>
28 <details> 29 <details>
29 <summary class="relative">relative</summary> 30 <summary class="relative">relative</summary>
30 <input> 31 <input>
31 </details> 32 </details>
32 <details> 33 <details>
33 <summary class="absolute">absolute</summary> 34 <summary class="absolute">absolute</summary>
34 <input> 35 <input>
35 </details> 36 </details>
36 </body> 37 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/hidpi/gradient-with-scaled-ancestor.html ('k') | LayoutTests/fast/images/exif-orientation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698