| Index: LayoutTests/fast/regions/region-styling/region-styling-mediaquery.html
 | 
| diff --git a/LayoutTests/fast/regions/region-styling/region-styling-mediaquery.html b/LayoutTests/fast/regions/region-styling/region-styling-mediaquery.html
 | 
| deleted file mode 100644
 | 
| index 334926c1b31a616405de622af9d25e2a15abdd5c..0000000000000000000000000000000000000000
 | 
| --- a/LayoutTests/fast/regions/region-styling/region-styling-mediaquery.html
 | 
| +++ /dev/null
 | 
| @@ -1,39 +0,0 @@
 | 
| -<!doctype html>
 | 
| -<html>
 | 
| -    <head>
 | 
| -        <style>
 | 
| -            h1 {
 | 
| -                font-size: 3em;
 | 
| -                color: red;
 | 
| -                -webkit-flow-into: article;
 | 
| -                outline: 3px solid red;
 | 
| -                margin-top: 0;
 | 
| -            }
 | 
| -
 | 
| -            #region1 {
 | 
| -                -webkit-flow-from: article;
 | 
| -            }
 | 
| -
 | 
| -            @media screen and (min-width: 10px) {
 | 
| -
 | 
| -                /* the outline should be green if media query is valid */
 | 
| -                h1 {
 | 
| -                    outline: 3px solid green;
 | 
| -                }
 | 
| -
 | 
| -                /* the title color should be green if media query is valid */
 | 
| -                @-webkit-region #region1 {
 | 
| -                    h1 {
 | 
| -                        color: green;
 | 
| -                    }
 | 
| -                }
 | 
| -            }
 | 
| -        </style>
 | 
| -    </head>
 | 
| -    <body>
 | 
| -        <div id="region1"></div>
 | 
| -        <article>
 | 
| -            <h1>The text color should be green and have a green outline.</h1>
 | 
| -        </article>
 | 
| -    </body>
 | 
| -</html>
 | 
| 
 |