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

Side by Side Diff: PerformanceTests/Layout/resources/regions.css

Issue 16690004: [CSS Regions] Rename region-overflow to region-fragment (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch Created 7 years, 6 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
1 .articleInFlow { 1 .articleInFlow {
2 -webkit-flow-into: flow; 2 -webkit-flow-into: flow;
3 } 3 }
4 4
5 .articleNone { 5 .articleNone {
6 display: none; 6 display: none;
7 } 7 }
8 8
9 .region { 9 .region {
10 -webkit-flow-from: flow; 10 -webkit-flow-from: flow;
11 border: 1px solid black; 11 border: 1px solid black;
12 -webkit-region-overflow: break; 12 -webkit-region-fragment: break;
13 } 13 }
14 14
15 .contentParagraph { 15 .contentParagraph {
16 font-size: 16px; 16 font-size: 16px;
17 } 17 }
18 18
19 .breakAfter { 19 .breakAfter {
20 -webkit-region-break-after: always; 20 -webkit-region-break-after: always;
21 } 21 }
22 22
23 .regionContainer { 23 .regionContainer {
24 24
25 } 25 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/css-properties-as-js-properties-expected.txt ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698