| Index: LayoutTests/fast/viewport/viewport-90.html
|
| diff --git a/LayoutTests/fast/viewport/viewport-90.html b/LayoutTests/fast/viewport/viewport-90.html
|
| deleted file mode 100644
|
| index 9e0ac48d4b3765c4ecd48430e843d56a0be1e0dd..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/viewport/viewport-90.html
|
| +++ /dev/null
|
| @@ -1,19 +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">
|
| -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
| -<head>
|
| - <title>XHTML Mobile Profile 1.0 document with viewport meta</title>
|
| - <meta name="viewport" content="width=700, initial-scale=0.5">
|
| - <script>
|
| - function test() {
|
| - if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - alert(internals.viewportAsText(document, 1, 320, 352));
|
| - }
|
| - }
|
| - </script>
|
| -</head>
|
| -<body onload="test();">
|
| -</body>
|
| -</html>
|
|
|