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

Unified Diff: third_party/WebKit/LayoutTests/hittesting/paint-containment-hittest-expected.txt

Issue 1490063002: Implement Paint Containment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix merge Created 5 years 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/hittesting/paint-containment-hittest-expected.txt
diff --git a/third_party/WebKit/LayoutTests/hittesting/paint-containment-hittest-expected.txt b/third_party/WebKit/LayoutTests/hittesting/paint-containment-hittest-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7282117ad332786b5662886b242664eeb174dc71
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/hittesting/paint-containment-hittest-expected.txt
@@ -0,0 +1,12 @@
+Hit testing should respect clips established by contain: paint.
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+PASS document.elementFromPoint(centerX, centerY).id is 'containTransform'
+PASS document.elementFromPoint(centerX, centerY).id is 'containAbsolute'
+PASS document.elementFromPoint(centerX, centerY).id is 'containFixed'
+PASS document.elementFromPoint(centerX, centerY).id is 'body'
+PASS document.elementFromPoint(centerX, centerY).id is 'body'
+PASS document.elementFromPoint(centerX, centerY).id is 'body'
+
« no previous file with comments | « third_party/WebKit/LayoutTests/hittesting/paint-containment-hittest.html ('k') | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698