Index: third_party/WebKit/LayoutTests/fast/repaint/box-sizing-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/box-sizing-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/box-sizing-expected.txt |
deleted file mode 100644 |
index f2b2df546a022052f75284daf5368db79dc13c32..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/box-sizing-expected.txt |
+++ /dev/null |
@@ -1,50 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='target2' class='border-box'", |
- "rect": [0, 200, 440, 140], |
- "reason": "content box change" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='target1' class='content-box'", |
- "rect": [0, 80, 440, 60], |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='target1' class='content-box'", |
- "rect": [0, 100, 440, 40], |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='target1' class='content-box'", |
- "rect": [380, 0, 60, 140], |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='target1' class='content-box'", |
- "rect": [400, 0, 40, 140], |
- "reason": "incremental" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='target1' class='content-box'", |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='target2' class='border-box'", |
- "reason": "content box change" |
- } |
- ] |
-} |
- |