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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/spv2/remove-squashed-layer-plus-move.html

Issue 1366763002: Text expectations of paint/invalidation/spv2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/paint/invalidation/spv2/remove-squashed-layer-plus-move.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/remove-squashed-layer-plus-move.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/remove-squashed-layer-plus-move.html
index 7c29ad207b87bd5545f87996a3978103f69f2a72..0db549f4185088086b35727fd4c309001c6d1660 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/remove-squashed-layer-plus-move.html
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/remove-squashed-layer-plus-move.html
@@ -21,21 +21,6 @@
// the mv-tile element which is *not* removed from the DOM, but nevertheless moves to the left as the other one
// is removed.
-window.expectedPaintInvalidationObjects = [
- "LayoutBlockFlow (relative positioned) DIV id='foo' class='mv-tile'",
- "InlineBox",
- "RootInlineBox",
- "InlineBox",
- "RootInlineBox",
- "LayoutBlockFlow DIV id='container'",
- "LayoutBlockFlow DIV id='container'",
- "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
- "LayoutBlockFlow (anonymous)",
- "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
- "LayoutText #text",
- "LayoutText #text",
- "LayoutText #text",
-];
function paintInvalidationTest() {
document.querySelector("#foo").remove();
}

Powered by Google App Engine
This is Rietveld 408576698