| Index: LayoutTests/fast/regions/region-styling/region-rule-nested-region-rule.html
 | 
| diff --git a/LayoutTests/fast/regions/region-styling/region-rule-nested-region-rule.html b/LayoutTests/fast/regions/region-styling/region-rule-nested-region-rule.html
 | 
| deleted file mode 100644
 | 
| index 26eb56bdb53c2784545100eb63bece3645b60d05..0000000000000000000000000000000000000000
 | 
| --- a/LayoutTests/fast/regions/region-styling/region-rule-nested-region-rule.html
 | 
| +++ /dev/null
 | 
| @@ -1,34 +0,0 @@
 | 
| -<!doctype html>
 | 
| -<html>
 | 
| -    <head>
 | 
| -        <style>
 | 
| -            h1 {
 | 
| -                font-size: 3em;
 | 
| -                color: blue;
 | 
| -                -webkit-flow-into: article;
 | 
| -                margin-top: 0;
 | 
| -            }
 | 
| -
 | 
| -            #region1 {
 | 
| -                -webkit-flow-from: article;
 | 
| -            }
 | 
| -
 | 
| -            @-webkit-region #region1 {
 | 
| -                h1 {
 | 
| -                    color: green;
 | 
| -                }
 | 
| -                @-webkit-region #region1{
 | 
| -                    h1 {
 | 
| -                        color: red;
 | 
| -                    }
 | 
| -                }
 | 
| -            }
 | 
| -        </style>
 | 
| -    </head>
 | 
| -    <body>
 | 
| -        <div id="region1"></div>
 | 
| -        <article>
 | 
| -            <h1>The text color should be green.</h1>
 | 
| -        </article>
 | 
| -    </body>
 | 
| -</html>
 | 
| 
 |