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

Unified Diff: LayoutTests/fast/viewport/viewport-53.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: LayoutTests/fast/viewport/viewport-53.html
diff --git a/LayoutTests/fast/viewport/viewport-53.html b/LayoutTests/fast/viewport/viewport-53.html
deleted file mode 100644
index d4276bcc08115d954e9355bb5d230202e5436016..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/viewport/viewport-53.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<head>
- <title>Check that unrecognized keyword translate to 0 for height.</title>
- <meta name="viewport" content="height=y20">
- <script>
- function test() {
- if (window.testRunner) {
- testRunner.dumpAsText();
- alert(internals.viewportAsText(document, 1, 320, 352));
- }
- }
- </script>
-</head>
-<body onload="test();">
« no previous file with comments | « LayoutTests/fast/viewport/viewport-52-expected.txt ('k') | LayoutTests/fast/viewport/viewport-53-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698