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

Unified Diff: sky/engine/web/tests/data/viewport/viewport-legacy-xhtmlmp.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, 6 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: sky/engine/web/tests/data/viewport/viewport-legacy-xhtmlmp.html
diff --git a/sky/engine/web/tests/data/viewport/viewport-legacy-xhtmlmp.html b/sky/engine/web/tests/data/viewport/viewport-legacy-xhtmlmp.html
deleted file mode 100644
index a4da1b7b7f11e42d6c40e0e15ace469f04cb8bd0..0000000000000000000000000000000000000000
--- a/sky/engine/web/tests/data/viewport/viewport-legacy-xhtmlmp.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
-<head>
- <!--
- Related spec: http://www.w3.org/TR/css-device-adapt/
-
- XHTML-MP is used for mobile documents which are assumed to be designed for
- handheld devices, hence using the viewport size as the initial containing
- block size, so using XHTML-MP will give the same result as a viewport
- meta tag with the following parameters:
-
- width=device-width, height=device-height, initial-scale=1
-
- -->
- <title>Default viewport value changed by XHTML-MP</title>
-</head>
-<body />

Powered by Google App Engine
This is Rietveld 408576698