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

Unified Diff: PerformanceTests/Layout/resources/regions.css

Issue 205323003: Remove CSS Regions performance tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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 | « PerformanceTests/Layout/RegionsSelection.html ('k') | PerformanceTests/Layout/resources/regions.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PerformanceTests/Layout/resources/regions.css
diff --git a/PerformanceTests/Layout/resources/regions.css b/PerformanceTests/Layout/resources/regions.css
deleted file mode 100644
index c75295253755b3e3eeb3d722c122c9136f7ef724..0000000000000000000000000000000000000000
--- a/PerformanceTests/Layout/resources/regions.css
+++ /dev/null
@@ -1,25 +0,0 @@
-.articleInFlow {
- -webkit-flow-into: flow;
-}
-
-.articleNone {
- display: none;
-}
-
-.region {
- -webkit-flow-from: flow;
- border: 1px solid black;
- -webkit-region-fragment: break;
-}
-
-.contentParagraph {
- font-size: 16px;
-}
-
-.breakAfter {
- -webkit-region-break-after: always;
-}
-
-.regionContainer {
-
-}
« no previous file with comments | « PerformanceTests/Layout/RegionsSelection.html ('k') | PerformanceTests/Layout/resources/regions.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698