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

Unified Diff: LayoutTests/platform/mac-mavericks/compositing/overflow/updating-scrolling-content-expected.txt

Issue 1289383002: Auto-rebaseline for r200567 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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: LayoutTests/platform/mac-mavericks/compositing/overflow/updating-scrolling-content-expected.txt
diff --git a/LayoutTests/platform/mac-mavericks/compositing/overflow/updating-scrolling-content-expected.txt b/LayoutTests/platform/mac-mavericks/compositing/overflow/updating-scrolling-content-expected.txt
deleted file mode 100644
index b9991786b4e5c5b6c5e6e4221e3560d7a6e1c460..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/mac-mavericks/compositing/overflow/updating-scrolling-content-expected.txt
+++ /dev/null
@@ -1,70 +0,0 @@
-{
- "bounds": [800, 600],
- "children": [
- {
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "children": [
- {
- "position": [8, 8],
- "bounds": [200, 200],
- "drawsContent": true,
- "repaintRects": [
- [0, 0, 185, 200],
- [0, -1000, 185, 200]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow DIV id='indicator'"
- ],
- "children": [
- {
- "bounds": [185, 185],
- "children": [
- {
- "bounds": [185, 1200],
- "drawsContent": true,
- "repaintRects": [
- [0, 0, 185, 200],
- [0, -1000, 185, 200]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow DIV id='indicator'"
- ],
- "children": [
- {
-
- }
- ]
- }
- ]
- },
- {
- "children": [
- {
- "position": [0, 185],
- "bounds": [185, 15]
- },
- {
- "position": [185, 0],
- "bounds": [15, 185],
- "repaintRects": [
- [0, 0, 15, 185],
- [0, 0, 15, 185],
- [0, 0, 15, 185]
- ]
- },
- {
- "position": [185, 185],
- "bounds": [15, 15],
- "drawsContent": true
- }
- ]
- }
- ]
- }
- ]
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698