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

Side by Side Diff: sky/engine/web/tests/data/viewport/viewport-legacy-xhtmlmp-ordering.html

Issue 1210153009: Remove (almost all of) //sky/engine/web (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapfor um.org/DTD/xhtml-mobile10.dtd">
3 <head>
4 <!--
5 Related spec: http://www.w3.org/TR/css-device-adapt/
6
7 XHTML-MP is used for mobile documents which are assumed to be designed for
8 handheld devices, hence using the viewport size as the initial containing
9 block size, so using XHTML-MP will give the same result as a viewport
10 meta tag with the following parameters:
11
12 width=device-width, height=device-height, initial-scale=1
13
14 However XHTML-MP is a legacy way of setting the viewport, so any viewport
15 related meta tag takes precedence.
16
17 -->
18 <title>Default viewport value changed by XHTML-MP and overwritten by viewpor t meta tag</title>
19 <meta name="viewport" content="width=640" />
20 </head>
21 <body />
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698