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

Unified Diff: LayoutTests/fast/events/hit-test-clip-path-reference-expected.txt

Issue 1292333004: Make hit-test support clip-path references using svg clipPath (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebaseline for virutal test suites Created 5 years, 4 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
« no previous file with comments | « LayoutTests/fast/events/hit-test-clip-path-reference.html ('k') | Source/core/layout/LayoutBlock.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/hit-test-clip-path-reference-expected.txt
diff --git a/LayoutTests/fast/events/hit-test-clip-path-reference-expected.txt b/LayoutTests/fast/events/hit-test-clip-path-reference-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9ebfffa15e130e463a1bedc7bec15e589cc156d5
--- /dev/null
+++ b/LayoutTests/fast/events/hit-test-clip-path-reference-expected.txt
@@ -0,0 +1,18 @@
+Test that hit-test work with clip-path using svg reference
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+PASS path contains point at (99, 247)
+PASS path contains point at (94, 242)
+PASS path contains point at (104, 252)
+PASS path contains point at (94, 252)
+PASS path contains point at (104, 242)
+PASS path does not contain point at (67, 215)
+PASS path does not contain point at (66, 214)
+PASS path does not contain point at (68, 216)
+
+
« no previous file with comments | « LayoutTests/fast/events/hit-test-clip-path-reference.html ('k') | Source/core/layout/LayoutBlock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698