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

Unified Diff: components/test/data/dom_distiller/pinch_tester.html

Issue 1009703002: Changing font size with pinch gesture in Reader Mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: multitouch and tests Created 5 years, 9 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: components/test/data/dom_distiller/pinch_tester.html
diff --git a/components/test/data/dom_distiller/pinch_tester.html b/components/test/data/dom_distiller/pinch_tester.html
new file mode 100644
index 0000000000000000000000000000000000000000..2e7a30269e200db8ad1a6f38837fc4c01128b7b8
--- /dev/null
+++ b/components/test/data/dom_distiller/pinch_tester.html
@@ -0,0 +1,8 @@
+<html>
+<head><title>Test Page for Pinch to Zoom</title></head>
+<body>
+<p id="showOriginal">Original</p>
+<script src="dom_distiller_viewer.js"></script>
+<script src="pinch_tester.js"></script>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698