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

Side by Side Diff: LayoutTests/fast/regions/resources/region-style.css

Issue 34863002: [CSS Regions] Layout Test for selecting text ignoring region content (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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
« no previous file with comments | « no previous file | LayoutTests/fast/regions/selection/selecting-text-ignoring-region.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 .redBox { 1 .redBox {
2 width: 50px; 2 width: 50px;
3 height: 50px; 3 height: 50px;
4 background-color: red; 4 background-color: red;
5 } 5 }
6 6
7 .greenBox { 7 .greenBox {
8 width: 50px; 8 width: 50px;
9 height: 50px; 9 height: 50px;
10 background-color: green; 10 background-color: green;
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 height: 300px; 103 height: 300px;
104 width: 100px; 104 width: 100px;
105 } 105 }
106 106
107 .greyBigBoxVertical { 107 .greyBigBoxVertical {
108 height: 300px; 108 height: 300px;
109 width: 100px; 109 width: 100px;
110 background-color: lightgrey; 110 background-color: lightgrey;
111 } 111 }
112 112
113 .float {
114 float: left;
115 }
116
117 .clear {
118 clear: both;
119 }
120
113 /* regions create Stacking Contexts */ 121 /* regions create Stacking Contexts */
114 .forcedStackingContext { 122 .forcedStackingContext {
115 position: relative; 123 position: relative;
116 z-index: 1; 124 z-index: 1;
117 } 125 }
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/regions/selection/selecting-text-ignoring-region.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698