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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/regions/resources/region-style.css
diff --git a/LayoutTests/fast/regions/resources/region-style.css b/LayoutTests/fast/regions/resources/region-style.css
index 9c5f7af762277854a50fb5a79cf80f6eb04af784..b96d5fca39fab559203740655a51a71affe21f32 100644
--- a/LayoutTests/fast/regions/resources/region-style.css
+++ b/LayoutTests/fast/regions/resources/region-style.css
@@ -110,6 +110,14 @@
background-color: lightgrey;
}
+.float {
+ float: left;
+}
+
+.clear {
+ clear: both;
+}
+
/* regions create Stacking Contexts */
.forcedStackingContext {
position: relative;
« 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