OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <!-- | 2 <!-- |
3 Copyright (c) 2010 The Chromium Authors. All rights reserved. | 3 Copyright (c) 2010 The Chromium Authors. All rights reserved. |
4 Use of this source code is governed by a BSD-style license that can be | 4 Use of this source code is governed by a BSD-style license that can be |
5 found in the LICENSE file. | 5 found in the LICENSE file. |
6 --> | 6 --> |
7 <html> | 7 <html> |
8 <head> | 8 <head> |
9 <title></title> | 9 <title></title> |
10 <link rel="stylesheet" href="overlay.css"> | 10 <link rel="stylesheet" href="overlay.css"> |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 | 47 |
48 overlay.visible = false; | 48 overlay.visible = false; |
49 assertEquals(overlay.parentNode, document.body); | 49 assertEquals(overlay.parentNode, document.body); |
50 } | 50 } |
51 | 51 |
52 </script> | 52 </script> |
53 | 53 |
54 </body> | 54 </body> |
55 </html> | 55 </html> |
56 | 56 |
OLD | NEW |