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

Unified Diff: Source/web/tests/data/viewport/viewport-90.html

Issue 48613005: Moved most viewport layout tests into a unit test (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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: Source/web/tests/data/viewport/viewport-90.html
diff --git a/LayoutTests/fast/viewport/viewport-90.html b/Source/web/tests/data/viewport/viewport-90.html
similarity index 60%
rename from LayoutTests/fast/viewport/viewport-90.html
rename to Source/web/tests/data/viewport/viewport-90.html
index 9e0ac48d4b3765c4ecd48430e843d56a0be1e0dd..3b616ced5951459439e42e62b2a211d609a358f8 100644
--- a/LayoutTests/fast/viewport/viewport-90.html
+++ b/Source/web/tests/data/viewport/viewport-90.html
@@ -5,15 +5,7 @@
<head>
<title>XHTML Mobile Profile 1.0 document with viewport meta</title>
<meta name="viewport" content="width=700, initial-scale=0.5">
- <script>
- function test() {
- if (window.testRunner) {
- testRunner.dumpAsText();
- alert(internals.viewportAsText(document, 1, 320, 352));
- }
- }
- </script>
</head>
-<body onload="test();">
+<body></body>
</body>
</html>
« no previous file with comments | « Source/web/tests/data/viewport/viewport-9.html ('k') | Source/web/tests/data/viewport/viewport-legacy-handheldfriendly.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698