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

Side by Side Diff: LayoutTests/fast/regions/regions-widows-and-orphans.html

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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Testing Widows and Orphans</title> 4 <title>Testing Widows and Orphans</title>
5 <script src="../../fast/js/resources/js-test-pre.js"></script> 5 <script src="../../fast/js/resources/js-test-pre.js"></script>
6 <style> 6 <style>
7 body.hide-containers .container, body.hide-containers h3 { 7 body.hide-containers .container, body.hide-containers h3 {
8 display: none; 8 display: none;
9 } 9 }
10 10
11 .region { 11 .region {
12 height: 200px; 12 height: 200px;
13 -webkit-region-overflow: break; 13 -webkit-region-fragment: break;
14 display: inline-block; 14 display: inline-block;
15 } 15 }
16 16
17 .region0 { 17 .region0 {
18 width: 150px; 18 width: 150px;
19 } 19 }
20 20
21 .region1 { 21 .region1 {
22 width: 200px; 22 width: 200px;
23 } 23 }
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 201
202 isSuccessfullyParsed(); 202 isSuccessfullyParsed();
203 } 203 }
204 204
205 window.addEventListener("load", runTest, false); 205 window.addEventListener("load", runTest, false);
206 </script> 206 </script>
207 </head> 207 </head>
208 <body> 208 <body>
209 </body> 209 </body>
210 </html> 210 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/regions/region-overflow-break.html ('k') | LayoutTests/fast/regions/script-tests/css-regions-disabled.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698