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

Side by Side Diff: LayoutTests/fast/regions/region-styling/region-style-block-background-color-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 html { font: 16px/1.25 monospace; }
6 .regionBox1 { width: 420px; height: 30px; }
7 .regionBox2 { width: 420px; height: 50px; }
8 .greenBackground { background-color: green; }
9 .limeBackground { background-color: lime; }
10 </style>
11 </head>
12 <body>
13 <div class="regionBox1">
14 <div class="greenBackground">Green background text styled in region1 .</div>
15 </div>
16 <div class="regionBox2">
17 <div class="greenBackground">Green background text styled in region2 1.</div>
18 </div>
19 <div class="regionBox1">
20 <div class="limeBackground">Lime background text styled in region22. </div>
21 </div>
22 <div class="regionBox1 greenBackground">
23 <div>Green background text styled in region31.</div>
24 </div>
25 <div class="regionBox2 limeBackground">
26 <div>Lime background text styled in region32.</div>
27 <div>Lime background text styled in region32.</div>
28 </div>
29 <div class="regionBox1">
30 <div class="greenBackground">Green background text styled in region3 1.</div>
31 </div>
32
33 <div class="regionBox2">
34 <div class="greenBackground">Green background text styled in region 41.</div>
35 </div>
36 <div class="regionBox2">
37 <div class="limeBackground">Lime background text styled in region 42 .</div>
38 </div>
39 <div class="regionBox1">
40 <div class="greenBackground">Green background text styled in region 41.</div>
41 </div>
42 <div class="regionBox1">
43 <div class="limeBackground"> Lime background text styled in region 4 2.</div>
44 </div>
45 <div class="regionBox1">
46 <div class="greenBackground"><i><b>Green background, styled text in region5.</b></i></div>
47 </div>
48 <div class="regionBox1">
49 <div>Transparent background text in region6.</b></i></div>
50 </div>
51 <div class="regionBox1">
52 <div>Transparent background text in region71.</div>
53 </div>
54 <div class="regionBox1">
55 <div class="greenBackground">Green background text in region 72.</di v>
56 </div>
57 </body>
58 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698