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

Unified Diff: third_party/WebKit/LayoutTests/fragmentation/README.txt

Issue 1681273003: Add CSS parser support for break-after, break-before and break-inside. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase master Created 4 years, 10 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
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/ .

Powered by Google App Engine
This is Rietveld 408576698