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

Unified Diff: LayoutTests/platform/win/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/virtual/slimmingpaint/fast/repaint/window-resize-vertical-writing-mode-expected.txt
diff --git a/LayoutTests/platform/win/virtual/slimmingpaint/fast/repaint/window-resize-vertical-writing-mode-expected.txt b/LayoutTests/platform/win/virtual/slimmingpaint/fast/repaint/window-resize-vertical-writing-mode-expected.txt
deleted file mode 100644
index b4b57654b9b7a7158fa100786bf7556a485d0fdb..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/win/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": [
- [175, 8, 17, 244],
- [174, 8, 18, 284],
- [166, 0, 34, 300],
- [157, 8, 35, 145],
- [156, 8, 36, 184],
- [148, 0, 52, 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": [
- [275, 8, 17, 244],
- [274, 8, 18, 284],
- [266, 0, 34, 300],
- [200, 0, 100, 300],
- [175, 8, 17, 244],
- [174, 8, 18, 284],
- [166, 0, 34, 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": [
- [275, 8, 17, 244],
- [274, 8, 18, 284],
- [266, 0, 34, 300],
- [257, 8, 35, 195],
- [256, 8, 36, 234],
- [248, 0, 52, 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": [
- [257, 8, 35, 195],
- [256, 8, 36, 234],
- [250, 0, 50, 250],
- [248, 0, 52, 250],
- [207, 8, 35, 195],
- [206, 8, 36, 234],
- [198, 0, 52, 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