| Index: LayoutTests/fast/viewport/viewport-legacy-ordering-10.html
|
| diff --git a/LayoutTests/fast/viewport/viewport-legacy-ordering-10.html b/LayoutTests/fast/viewport/viewport-legacy-ordering-10.html
|
| deleted file mode 100644
|
| index 18289a630451bdc636eaeaabbd27f404fc38c5ca..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/viewport/viewport-legacy-ordering-10.html
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| - <title>Empty @viewport not overriding Viewport Meta tag</title>
|
| - <script src="../../resources/testharness.js"></script>
|
| - <script src="../../resources/testharnessreport.js"></script>
|
| - <script>
|
| - if (window.testRunner) {
|
| - internals.settings.setViewportEnabled(true);
|
| - }
|
| - </script>
|
| - <meta name="viewport" content="width=5000">
|
| - <style>@viewport {}</style>
|
| -</head>
|
| -<body style="overflow: hidden">
|
| - <div id="log"></div>
|
| - <script>
|
| - var rootWidth = document.documentElement.offsetWidth;
|
| - test(function(){
|
| - assert_equals(rootWidth, 5000, "documentElement.offsetWidth equals Meta viewport width.");
|
| - }, "Check that Meta viewport is not overridden by empty @viewport rule.");
|
| - </script>
|
| -</body>
|
| -</html>
|
|
|