summaryrefslogtreecommitdiffstats
path: root/components/test
diff options
context:
space:
mode:
authormdjones <mdjones@chromium.org>2015-06-10 11:10:34 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-10 18:11:04 +0000
commitae0286c350696ba16a8119af2af4aee2f06859e9 (patch)
treebb6fe2516967fcaaffa193e3f7b7e676c07b3596 /components/test
parentce603a0035c57b5bff8bf8728ea7490f8ae42716 (diff)
downloadchromium_src-ae0286c350696ba16a8119af2af4aee2f06859e9.zip
chromium_src-ae0286c350696ba16a8119af2af4aee2f06859e9.tar.gz
chromium_src-ae0286c350696ba16a8119af2af4aee2f06859e9.tar.bz2
HTML exit reader view button
This change removes the 'view original' link and replaces it with a button that currently navigates to the original article but will eventually slide the view out of focus. The feedback form and close button now span the full width of a page while content is limited to 800px wide. BUG=428533 Review URL: https://codereview.chromium.org/1160113004 Cr-Commit-Position: refs/heads/master@{#333759}
Diffstat (limited to 'components/test')
-rw-r--r--components/test/data/dom_distiller/pinch_tester.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/test/data/dom_distiller/pinch_tester.html b/components/test/data/dom_distiller/pinch_tester.html
index 9dbb48d..b6accd3 100644
--- a/components/test/data/dom_distiller/pinch_tester.html
+++ b/components/test/data/dom_distiller/pinch_tester.html
@@ -2,7 +2,7 @@
<head><title>Test Page for Pinch to Zoom</title></head>
<body>
<div id="contentWrap">
-<p id="showOriginal">Original</p>
+<p id="closeReaderView">Original</p>
</div>
<div id="feedbackContainer">
<div id="feedbackYes"></div>