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

Unified Diff: LayoutTests/fast/viewport/viewport-136.html

Issue 23495008: Added viewport tests for missing/empty content attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 4 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-136.html
diff --git a/LayoutTests/fast/viewport/viewport-1.html b/LayoutTests/fast/viewport/viewport-136.html
similarity index 78%
copy from LayoutTests/fast/viewport/viewport-1.html
copy to LayoutTests/fast/viewport/viewport-136.html
index 440ff66f0c76d80cbecd24d045bd7dd64c4b633f..0083139c4a2cc69c931f53e52db76fee0ec83ce2 100644
--- a/LayoutTests/fast/viewport/viewport-1.html
+++ b/LayoutTests/fast/viewport/viewport-136.html
@@ -1,6 +1,7 @@
<head>
- <title>Viewport Meta with "width=device-width".</title>
+ <title>Viewport META without content attribute.</title>
<meta name="viewport" content="width=device-width">
+ <meta name="viewport">
<script>
function test() {
if (window.testRunner) {
« no previous file with comments | « LayoutTests/fast/viewport/viewport-135-expected.txt ('k') | LayoutTests/fast/viewport/viewport-136-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698