Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fragmentation/README.txt |
| diff --git a/third_party/WebKit/LayoutTests/fragmentation/README.txt b/third_party/WebKit/LayoutTests/fragmentation/README.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..806899c4a753cd8b38e25f6093c15ca0182f1fa4 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fragmentation/README.txt |
| @@ -0,0 +1,7 @@ |
| +This directory contains generic tests for fragmentation. |
| + |
| +Spec: https://www.w3.org/TR/2016/CR-css-break-3-20160114/ |
| + |
| +Actual layout tests here will typically use multicol, paged overflow or printing to test some |
| +fragmentation behavior, but they should not test anything pertaining to a specific fragmentation |
| +type. Such specific tests should go in printing/ , fast/pagination/ or fast/multicol/ . |