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

Unified Diff: LayoutTests/platform/win-xp/virtual/slimmingpaint/fast/repaint/window-resize-vertical-writing-mode-expected.txt

Issue 1185423002: Enable slimming paint for fast/repaint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove old expectations Created 5 years, 6 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/win-xp/virtual/slimmingpaint/fast/repaint/window-resize-vertical-writing-mode-expected.txt
diff --git a/LayoutTests/platform/win-xp/virtual/slimmingpaint/fast/repaint/window-resize-vertical-writing-mode-expected.txt b/LayoutTests/platform/win-xp/virtual/slimmingpaint/fast/repaint/window-resize-vertical-writing-mode-expected.txt
deleted file mode 100644
index 94beeadc5c42a8f872babced85e638c917e9c49e..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/win-xp/virtual/slimmingpaint/fast/repaint/window-resize-vertical-writing-mode-expected.txt
+++ /dev/null
@@ -1,123 +0,0 @@
-{
- "bounds": [200, 300],
- "children": [
- {
- "bounds": [200, 300],
- "contentsOpaque": true,
- "drawsContent": true,
- "repaintRects": [
- [173, 8, 19, 236],
- [172, 8, 20, 284],
- [164, 0, 36, 300],
- [153, 8, 39, 140],
- [152, 8, 40, 184],
- [144, 0, 56, 200],
- [0, 200, 200, 100],
- [0, 0, 200, 300]
- ],
- "paintInvalidationClients": [
- "RootInlineBox",
- "RootInlineBox",
- "InlineTextBox 'AAAA AAAA AAAA'",
- "InlineTextBox 'AAAA AAAA'",
- "VerticalScrollbar",
- "LayoutView #document",
- "LayoutView #document",
- "LayoutBlockFlow HTML",
- "LayoutBlockFlow BODY",
- "LayoutText #text",
- "InlineTextBox 'AAAA AAAA AAAA AAAA AAAA'"
- ]
- }
- ]
-}
-{
- "bounds": [300, 300],
- "children": [
- {
- "bounds": [300, 300],
- "contentsOpaque": true,
- "drawsContent": true,
- "repaintRects": [
- [273, 8, 19, 236],
- [272, 8, 20, 284],
- [264, 0, 36, 300],
- [200, 0, 100, 300],
- [173, 8, 19, 236],
- [172, 8, 20, 284],
- [164, 0, 36, 300],
- [0, 0, 300, 300]
- ],
- "paintInvalidationClients": [
- "HorizontalScrollbar",
- "LayoutView #document",
- "LayoutView #document",
- "LayoutBlockFlow HTML",
- "LayoutBlockFlow BODY",
- "LayoutText #text",
- "InlineTextBox 'AAAA AAAA AAAA AAAA AAAA'"
- ]
- }
- ]
-}
-{
- "bounds": [300, 250],
- "children": [
- {
- "bounds": [300, 250],
- "contentsOpaque": true,
- "drawsContent": true,
- "repaintRects": [
- [273, 8, 19, 236],
- [272, 8, 20, 284],
- [264, 0, 36, 300],
- [253, 8, 39, 188],
- [252, 8, 40, 234],
- [244, 0, 56, 250],
- [0, 250, 300, 50],
- [0, 0, 300, 250]
- ],
- "paintInvalidationClients": [
- "RootInlineBox",
- "InlineTextBox 'AAAA AAAA AAAA AAAA AAAA'",
- "LayoutView #document",
- "LayoutView #document",
- "LayoutBlockFlow HTML",
- "LayoutBlockFlow BODY",
- "LayoutText #text",
- "InlineTextBox 'AAAA AAAA AAAA AAAA'",
- "InlineTextBox 'AAAA'"
- ]
- }
- ]
-}
-{
- "bounds": [250, 250],
- "children": [
- {
- "bounds": [250, 250],
- "contentsOpaque": true,
- "drawsContent": true,
- "repaintRects": [
- [253, 8, 39, 188],
- [252, 8, 40, 234],
- [250, 0, 50, 250],
- [244, 0, 56, 250],
- [203, 8, 39, 188],
- [202, 8, 40, 234],
- [194, 0, 56, 250],
- [0, 0, 250, 250]
- ],
- "paintInvalidationClients": [
- "LayoutView #document",
- "LayoutView #document",
- "LayoutBlockFlow HTML",
- "LayoutBlockFlow BODY",
- "LayoutText #text",
- "InlineTextBox 'AAAA AAAA AAAA AAAA'",
- "InlineTextBox 'AAAA'"
- ]
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698