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

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

Issue 25890007: [CSS Regions] Layout Test for selecting text in 2 regions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Using Vertical instead of Vert for both JavaScript method and CSS classes. 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
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 6f075b5ec8a1f510215fcf440a2fc7bfc218729e..ec80023a8b8bead09730dfd116128a139ea29a4c 100644
--- a/LayoutTests/fast/regions/resources/region-style.css
+++ b/LayoutTests/fast/regions/resources/region-style.css
@@ -69,3 +69,43 @@
font-weight: bold;
color: red;
}
+
+.break {
+ -webkit-region-break-before: always;
+ display: block;
+}
+
+.token {
+ color: blue;
+ font-weight: bold;
+}
+
+.description {
+ width: 600px;
+}
+
+.bigBox {
+ height: 100px;
+ width: 300px;
+}
+
+.greyBigBox {
+ height: 100px;
+ width: 300px;
+ background-color: lightgrey;
+}
+
+.descriptionVertical {
+ height: 600px;
+}
+
+.bigBoxVertical {
+ height: 300px;
+ width: 100px;
+}
+
+.greyBigBoxVertical {
+ height: 300px;
+ width: 100px;
+ background-color: lightgrey;
+}
« no previous file with comments | « LayoutTests/fast/regions/resources/helper.js ('k') | LayoutTests/fast/regions/selection/selecting-text-in-2-regions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698