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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/iframe-display-none-to-display-block-expected.txt

Issue 2860433002: Update WebView/FrameView size from LayoutView::UpdateAfterLayout (Closed)
Patch Set: s/IsLocalRoot/IsMainFrame/ Created 3 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/resize-iframe-text-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/paint/invalidation/iframe-display-none-to-display-block-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/iframe-display-none-to-display-block-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/iframe-display-none-to-display-block-expected.txt
deleted file mode 100644
index 7cd0fff1622d088fc8d66c95a9e4f6361f3d3466..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/paint/invalidation/iframe-display-none-to-display-block-expected.txt
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "layers": [
- {
- "name": "LayoutView #document",
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutIFrame IFRAME id='iframe'",
- "rect": [8, 68, 732, 94],
- "reason": "layoutObject insertion"
- },
- {
- "object": "LayoutView #document",
- "rect": [10, 70, 728, 90],
- "reason": "style change"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutIFrame IFRAME id='iframe'",
- "reason": "layoutObject insertion"
- },
- {
- "object": "LayoutView #document",
- "reason": "style change"
- },
- {
- "object": "LayoutBlockFlow HTML",
- "reason": "layoutObject insertion"
- },
- {
- "object": "LayoutBlockFlow BODY",
- "reason": "layoutObject insertion"
- }
- ]
-}
-
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/resize-iframe-text-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698