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

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

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/regions/resources/ipad.jpg ('k') | LayoutTests/fast/regions/resources/seamless.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
deleted file mode 100644
index e70f36a674320ac51376522cf875ac73d6c5b738..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/resources/region-style.css
+++ /dev/null
@@ -1,160 +0,0 @@
-.redBox {
- width: 50px;
- height: 50px;
- background-color: red;
-}
-
-.greenBox {
- width: 50px;
- height: 50px;
- background-color: green;
-}
-
-.blueBox {
- width: 50px;
- height: 50px;
- background-color: blue;
-}
-
-.orangeBox {
- width: 50px;
- height: 50px;
- background-color: orange;
-}
-
-.flowArticle {
- -webkit-flow-into: article;
-}
-
-.regionArticle {
- -webkit-flow-from: article;
-}
-
-.regionArticleAfter::after {
- display: block;
- width: 50px;
- height: 50px;
- content: 'This text should not be displayed';
- border: 1px solid black;
- -webkit-flow-from: article;
-}
-
-.regionArticleBefore::before {
- display: block;
- width: 50px;
- height: 50px;
- border: 1px solid black;
- -webkit-flow-from: article;
-}
-
-.borderBox {
- width: 50px;
- height: 50px;
- float: left;
- border: 1px solid black;
-}
-
-.borderBoxNoFloat {
- width: 50px;
- height: 50px;
- border: 1px solid black;
-}
-
-.pass {
- font-weight: bold;
- color: green;
-}
-
-.fail, .error {
- 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;
-}
-
-.floatLeft {
- float: left;
-}
-
-.floatRight {
- float: right;
-}
-
-.clear {
- clear: both;
-}
-
-/* regions create Stacking Contexts */
-.forcedStackingContext {
- position: relative;
- z-index: 1;
-}
-
-/* overflow tests styles */
-.overflowContentFlow {
- -webkit-flow-into: flow1;
- padding: 5px;
-}
-
-.overflowContent {
- padding: 5px;
-}
-
-.overflowBox {
- width: 30px;
- height: 50px;
- background-color: lime;
-}
-
-.overflowBox2 {
- width: 50px;
- height: 50px;
- background-color: lime;
-}
-
-.overflowFirstBox {
- border: 1px solid blue;
-}
-
-.overflowSecondBox {
- border: 1px solid green;
- overflow: hidden;
-}
« no previous file with comments | « LayoutTests/fast/regions/resources/ipad.jpg ('k') | LayoutTests/fast/regions/resources/seamless.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698