| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/repaint_overlay_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/repaint_overlay_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/repaint_overlay_unittest.py
|
| index f9f5870757730bb4f4bca27a71cf13522f050b61..4589a5dd7402d81d4f97aca76f3841d6d624f30a 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/repaint_overlay_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/repaint_overlay_unittest.py
|
| @@ -6,7 +6,6 @@ import unittest
|
|
|
| from webkitpy.layout_tests.controllers import repaint_overlay
|
|
|
| -
|
| LAYER_TREE = """{
|
| "bounds":[800.00,600.00],
|
| "children":[
|
| @@ -24,6 +23,7 @@ LAYER_TREE = """{
|
| }
|
| """
|
|
|
| +
|
| class TestRepaintOverlay(unittest.TestCase):
|
| def test_result_contains_repaint_rects(self):
|
| self.assertTrue(repaint_overlay.result_contains_repaint_rects(LAYER_TREE))
|
|
|