summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/virtual
diff options
context:
space:
mode:
authortrchen <trchen@chromium.org>2016-03-08 16:32:44 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-09 00:33:55 +0000
commitbe6997777d5f17e40a8fb4b68756624483ebd91e (patch)
tree9afd46a1a8f0a9d82b0965aca98b0924220abc1f /third_party/WebKit/LayoutTests/virtual
parentab08537f91041bb00b4060e0ba6a770e9eab3d64 (diff)
downloadchromium_src-be6997777d5f17e40a8fb4b68756624483ebd91e.zip
chromium_src-be6997777d5f17e40a8fb4b68756624483ebd91e.tar.gz
chromium_src-be6997777d5f17e40a8fb4b68756624483ebd91e.tar.bz2
[SPv2] Hookup overflow clip/scroll property nodes for normal flow
This CL adds scoped clip/scroll property in BoxClipper and BlockPainter. It associates normal flow display items with the correct property nodes. BUG=537409 Review URL: https://codereview.chromium.org/1652313003 Cr-Commit-Position: refs/heads/master@{#379995}
Diffstat (limited to 'third_party/WebKit/LayoutTests/virtual')
-rw-r--r--third_party/WebKit/LayoutTests/virtual/spv2/fast/overflow/README.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/WebKit/LayoutTests/virtual/spv2/fast/overflow/README.txt b/third_party/WebKit/LayoutTests/virtual/spv2/fast/overflow/README.txt
new file mode 100644
index 0000000..89dba61
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/virtual/spv2/fast/overflow/README.txt
@@ -0,0 +1,3 @@
+# This suite runs tests with --enable-slimming-paint-v2
+# We also have try bots running full set of layout tests for spv2:
+# https://codereview.chromium.org/1283823002