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

Side by Side Diff: LayoutTests/fast/regions/region-overflow-auto-overflow-hidden-expected.html

Issue 159933010: Remove everything region-specific from LayoutTests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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 <style>
5 body {
6 font-family: monospace;
7 }
8
9 #region_1, #region_2 {
10 overflow: hidden;
11 display: inline-block;
12 vertical-align: top;
13 margin: 2px;
14 }
15
16 #region_1 {
17 height: 400px;
18 width: 400px;
19 border: 1px solid #a0a0a0;
20 }
21
22 #region_2 {
23 height: 200px;
24 width: 300px;
25 border: 1px solid black;
26 }
27 </style>
28 </head>
29 <body>
30 <div id="region_1">
31 <div style="font-size: 18px; line-height: 2; color: #a0a0a0; text-al ign: justify">
32 <span style="background-color: #a0a0a0">
33 This is some content This is some content
34 This is some content This is some content
35 This is some content This is some content
36 This is some content This is some content
37 This is some content This is some content
38 This is some content This is some content
39 This is some content This is some content
40 This is some content This is some content
41 This is some content This
42 </span>
43 </div>
44 </div>
45 <div id="region_2">
46 <div style="font-size: 12px; line-height: 2; color: #00a0e0; text-al ign: justify">
47 <span style="background-color: #00a0e0">
48 This is some content This is some content
49 This is some content This is some content
50 This is some content This is some content
51 This is some content This is some content
52 This is some content This is some content
53 This is some content This is some content
54 This is some content This is some content
55 This is some content This is some content
56 </span>
57 </div>
58 <div style="font-size: 12px; line-height: 2; color: #800000; text-al ign: justify">
59 <span style="background-color: #800000">
60 This is some content This is some content
61 This is some content This is some content
62 This is some content This is some content
63 This is some content.
64 </span>
65 </div>
66 </div>
67 </body>
68 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698