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

Unified Diff: LayoutTests/fast/events/clientXY-in-zoom-and-scroll-expected.txt

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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: LayoutTests/fast/events/clientXY-in-zoom-and-scroll-expected.txt
diff --git a/LayoutTests/fast/events/clientXY-in-zoom-and-scroll-expected.txt b/LayoutTests/fast/events/clientXY-in-zoom-and-scroll-expected.txt
deleted file mode 100644
index 43137f44207a25015cefa277e48681ca57cd825a..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/events/clientXY-in-zoom-and-scroll-expected.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-Base
-PASS event.clientX is 100
-PASS event.clientY is 100
-PASS event.pageX is 100
-PASS event.pageY is 100
-
-Just zoomed
-PASS event.clientX is 83
-PASS event.clientY is 83
-PASS event.pageX is 83
-PASS event.pageY is 83
-
-Just scrolled
-PASS event.clientX is 100
-PASS event.clientY is 100
-PASS event.pageX is 150
-PASS event.pageY is 150
-
-Zoomed and scrolled
-PASS event.clientX is 84
-PASS event.clientY is 84
-PASS event.pageX is 133
-PASS event.pageY is 133
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698