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

Side by Side Diff: LayoutTests/fast/regions/outline-sides-in-region-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 <!-- this test should display two identical yellow squares -->
2 <style type="text/css">
3
4 h1{
5 outline: 5px solid yellow;
6 }
7
8 div{
9 width:200px;
10 height:200px;
11 }
12 </style>
13 <body>
14 <div>
15 <div>
16 <h1>&nbsp;</h1>
17 </div>
18 </div>
19 <div>
20 <h1>&nbsp;</h1>
21 </div>
22 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/regions/outline-sides-in-region.html ('k') | LayoutTests/fast/regions/overflow-in-uniform-regions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698