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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 .articleInFlow {
2 -webkit-flow-into: flow;
3 }
4
5 .articleNone {
6 display: none;
7 }
8
9 .region {
10 -webkit-flow-from: flow;
11 border: 1px solid black;
12 -webkit-region-fragment: break;
13 }
14
15 .contentParagraph {
16 font-size: 16px;
17 }
18
19 .breakAfter {
20 -webkit-region-break-after: always;
21 }
22
23 .regionContainer {
24
25 }
OLDNEW
« 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