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

Side by Side Diff: LayoutTests/fast/regions/render-region-renderer-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 .border
6 {
7 border: 1px solid red;
8 }
9
10 .size
11 {
12 width:50px;
13 height:51px;
14 }
15 .size1
16 {
17 height:0px;
18 }
19
20 .size2
21 {
22 width:50px;
23 height:50px;
24 }
25
26 .pos
27 {
28 top: 61px;
29 position: absolute;
30 }
31
32 .pos1
33 {
34 top: 150px;
35 position: absolute;
36 }
37
38 .pos2
39 {
40 top: 200px;
41 position: absolute;
42 }
43
44 .outline
45 {
46 outline: green dotted thick;
47 }
48
49 </style>
50 </head>
51 <body>
52 <div class="border size1"></div>
53 <div class="border size"></div>
54 <div class="border size pos"></div>
55 <div class="border size2 pos1"></div>
56 <div class="border size2 pos2 outline"></div>
57 </body>
58 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/regions/render-region-renderer.html ('k') | LayoutTests/fast/regions/resources/font-smoothing-disabler.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698