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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/compositing/overflow/clear-scroll-parent-expected.txt

Issue 1372393006: Auto-rebaseline for r351979 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/LayoutTests/platform/win/compositing/overflow/clear-scroll-parent-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/compositing/overflow/clear-scroll-parent-expected.txt b/third_party/WebKit/LayoutTests/platform/win/compositing/overflow/clear-scroll-parent-expected.txt
deleted file mode 100644
index ab91040a9c7b0f868cbee69503d3d5aba40feb37..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/win/compositing/overflow/clear-scroll-parent-expected.txt
+++ /dev/null
@@ -1,90 +0,0 @@
-{
- "bounds": [800, 600],
- "children": [
- {
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "children": [
- {
- "position": [8, 8],
- "bounds": [308, 208],
- "drawsContent": true,
- "children": [
- {
- "position": [4, 4],
- "bounds": [285, 200],
- "children": [
- {
- "bounds": [285, 530],
- "shouldFlattenTransform": false,
- "drawsContent": true,
- "children": [
- {
- "shouldFlattenTransform": false
- }
- ]
- }
- ]
- },
- {
- "children": [
- {
- "position": [289, 4],
- "bounds": [15, 185],
- "drawsContent": true
- },
- {
- "position": [289, 189],
- "bounds": [15, 15],
- "drawsContent": true
- }
- ]
- }
- ]
- },
- {
- "position": [50, 200],
- "bounds": [200, 200],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#008000"
- },
- {
- "position": [12, 12],
- "bounds": [80, 80],
- "shouldFlattenTransform": false,
- "hasScrollParent": true,
- "children": [
- {
- "position": [10, 10],
- "bounds": [100, 100],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#FF0000"
- }
- ]
- },
- {
- "shouldFlattenTransform": false,
- "hasScrollParent": true,
- "children": [
- {
- "position": [22, 102],
- "bounds": [100, 100],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#0000FF"
- },
- {
- "position": [22, 212],
- "bounds": [100, 320],
- "drawsContent": true
- }
- ]
- }
- ]
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698