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

Unified Diff: LayoutTests/fast/viewport/viewport-135.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
« no previous file with comments | « no previous file | LayoutTests/fast/viewport/viewport-135-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/viewport/viewport-135.html
diff --git a/LayoutTests/fast/viewport/viewport-132.html b/LayoutTests/fast/viewport/viewport-135.html
similarity index 74%
copy from LayoutTests/fast/viewport/viewport-132.html
copy to LayoutTests/fast/viewport/viewport-135.html
index 52468dc5c599d6147bfb00ca778a85b2ed03cdf8..e78077be19b6f93945254d5ff37859e108ac5023 100644
--- a/LayoutTests/fast/viewport/viewport-132.html
+++ b/LayoutTests/fast/viewport/viewport-135.html
@@ -1,6 +1,7 @@
<head>
- <title>Check that no user-scalable value is the default -1.0.</title>
+ <title>Viewport META multiple; last with empty content ("").</title>
<meta name="viewport" content="width=device-width">
+ <meta name="viewport" content="">
<script>
function test() {
if (window.testRunner) {
« no previous file with comments | « no previous file | LayoutTests/fast/viewport/viewport-135-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698