| Index: LayoutTests/fast/viewport/viewport-91.html
|
| diff --git a/LayoutTests/fast/viewport/viewport-91.html b/LayoutTests/fast/viewport/viewport-91.html
|
| deleted file mode 100644
|
| index f085b962096fb21aac0609d2690c44a8ed86bf1f..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/viewport/viewport-91.html
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -<head>
|
| - <title>Check that device dimensions are adapted due to the heigher DPI.</title>
|
| - <meta name="viewport" content="width=device-width">
|
| - <script>
|
| - function test() {
|
| - if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - alert(internals.configurationForViewport(document, 1.5, 480, 564, 480, 534));
|
| - }
|
| - }
|
| - </script>
|
| -</head>
|
| -<body onload="test();">
|
|
|