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

Unified Diff: third_party/WebKit/Source/web/tests/data/same-page-navigate.html

Issue 2320303002: Reset VisualViewport position after same page navigation (Closed)
Patch Set: add test html Created 4 years, 3 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: third_party/WebKit/Source/web/tests/data/same-page-navigate.html
diff --git a/third_party/WebKit/Source/web/tests/data/same-page-navigate.html b/third_party/WebKit/Source/web/tests/data/same-page-navigate.html
new file mode 100644
index 0000000000000000000000000000000000000000..84db3f394d6a98042e9e4722cd799eadcfd0b586
--- /dev/null
+++ b/third_party/WebKit/Source/web/tests/data/same-page-navigate.html
@@ -0,0 +1,196 @@
+
+<html>
+<body>
+
+<pre>
+<a href="#1">goto 1</a> <a href="#2">goto 2</a> <a href="#3">goto 3</a> <a href="#4">goto 4</a> <a href="#5">goto 5</a> <a href="#6">goto 6</a>
+
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+<a name="1">1
+
+<a href="#1">goto 1</a> <a href="#2">goto 2</a> <a href="#3">goto 3</a> <a href="#4">goto 4</a> <a href="#5">goto 5</a> <a href="#6">goto 6</a>
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+<a name="2">2
+
+<a href="#1">goto 1</a> <a href="#2">goto 2</a> <a href="#3">goto 3</a> <a href="#4">goto 4</a> <a href="#5">goto 5</a> <a href="#6">goto 6</a>
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+<a name="3">3
+
+<a href="#1">goto 1</a> <a href="#2">goto 2</a> <a href="#3">goto 3</a> <a href="#4">goto 4</a> <a href="#5">goto 5</a> <a href="#6">goto 6</a>
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+<a name="4">4
+
+<a href="#1">goto 1</a> <a href="#2">goto 2</a> <a href="#3">goto 3</a> <a href="#4">goto 4</a> <a href="#5">goto 5</a> <a href="#6">goto 6</a>
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+<a name="5">5
+
+<a href="#1">goto 1</a> <a href="#2">goto 2</a> <a href="#3">goto 3</a> <a href="#4">goto 4</a> <a href="#5">goto 5</a> <a href="#6">goto 6</a>
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+<a name="6">6
+
+<a href="#1">goto 1</a> <a href="#2">goto 2</a> <a href="#3">goto 3</a> <a href="#4">goto 4</a> <a href="#5">goto 5</a> <a href="#6">goto 6</a>
+
+
+
+
+<a href="same-page-navigate.html" id="same-page">link to self html</a>
+</pre>
+</body>
+</html>
+

Powered by Google App Engine
This is Rietveld 408576698