Index: third_party/WebKit/LayoutTests/fast/repaint/box-sizing-border-keeping-size-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/box-sizing-border-keeping-size-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/box-sizing-border-keeping-size-expected.txt |
index 6ccd12603fb93a5748b64605c1bec3903ad2152e..1e6a8863dab4af2810f6cecaa827adb82c830619 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/box-sizing-border-keeping-size-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/box-sizing-border-keeping-size-expected.txt |
@@ -7,13 +7,13 @@ |
"drawsContent": true, |
"paintInvalidations": [ |
{ |
- "object": "LayoutBlockFlow (positioned) DIV id='target1' class='content-box'", |
- "rect": [0, 0, 100, 100], |
+ "object": "LayoutBlockFlow (positioned) DIV id='target2' class='border-box'", |
+ "rect": [0, 200, 100, 100], |
"reason": "style change" |
}, |
{ |
- "object": "LayoutBlockFlow (positioned) DIV id='target2' class='border-box'", |
- "rect": [0, 200, 100, 100], |
+ "object": "LayoutBlockFlow (positioned) DIV id='target1' class='content-box'", |
+ "rect": [0, 0, 100, 100], |
"reason": "style change" |
} |
] |