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

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

Issue 2743053003: [Reland #1] Don't create layout objects for children of display-none iframes. (Closed)
Patch Set: rebaseline. Created 3 years, 9 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/virtual/disable-spinvalidation/paint/invalidation/iframe-display-none-to-display-block-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/iframe-display-none-to-display-block-expected.txt b/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/iframe-display-none-to-display-block-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f122360282f23eed754c7e8d3e853dea29a61ed3
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/iframe-display-none-to-display-block-expected.txt
@@ -0,0 +1,51 @@
+{
+ "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": "LayoutBlockFlow HTML",
+ "rect": [10, 70, 728, 90],
+ "reason": "layoutObject insertion"
+ },
+ {
+ "object": "LayoutView #document",
+ "rect": [10, 70, 728, 90],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutBlockFlow BODY",
+ "rect": [18, 78, 712, 74],
+ "reason": "layoutObject insertion"
+ }
+ ]
+ }
+ ],
+ "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"
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698