Index: third_party/WebKit/LayoutTests/platform/win/fast/repaint/gradients-em-stops-repaint-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/gradients-em-stops-repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/gradients-em-stops-repaint-expected.txt |
deleted file mode 100644 |
index 7698f0246dd111108703891f5c3968c2bd19c507..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/gradients-em-stops-repaint-expected.txt |
+++ /dev/null |
@@ -1,70 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow DIV class='em-units'", |
- "rect": [8, 8, 784, 146], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV id='box4' class='box'", |
- "rect": [344, 18, 302, 122], |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV id='box3' class='box'", |
- "rect": [18, 18, 302, 122], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV class='indicator'", |
- "rect": [345, 19, 240, 20], |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutText #text", |
- "rect": [330, 136, 4, 17], |
- "reason": "forced by layout" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow DIV class='em-units'", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "RootInlineBox", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV id='box3' class='box'", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutText #text", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "InlineTextBox '\n'", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV id='box4' class='box'", |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV class='indicator'", |
- "reason": "style change" |
- } |
- ] |
-} |
- |