Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(991)

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/repaint_overlay_unittest.py

Issue 2418603002: Fix paint invalidation rect visualization (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 4157a50b81a091dea74240eb4cc6cc5dea09f033..fd280b8111b7fc16ea23e5eea92719205f214e20 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
@@ -8,9 +8,12 @@ from webkitpy.layout_tests.controllers import repaint_overlay
LAYER_TREE = """{
- "bounds":[800.00,600.00],
- "children":[
+ "layers": [
{
+ "name": "layer1",
+ "bounds": [800.00, 600.00],
+ }, {
+ "name": "layer2",
"position": [8.00, 80.00],
"bounds": [800.00, 600.00],
"contentsOpaque": true,

Powered by Google App Engine
This is Rietveld 408576698