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

Unified Diff: third_party/WebKit/LayoutTests/paint/pagination/pagination-change-clip-crash-expected.txt

Issue 2820233002: Always report maybe-clipped when painting fragmented content (Closed)
Patch Set: none Created 3 years, 8 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/pagination/pagination-change-clip-crash-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/pagination/pagination-change-clip-crash-expected.txt b/third_party/WebKit/LayoutTests/paint/pagination/pagination-change-clip-crash-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ef1810a05409d4cc6f1ef22793e322899f067a35
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/pagination/pagination-change-clip-crash-expected.txt
@@ -0,0 +1,33 @@
+{
+ "layers": [
+ {
+ "name": "LayoutView #document",
+ "bounds": [785, 736],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "paintInvalidations": [
+ {
+ "object": "LayoutView #document",
+ "rect": [0, 636, 785, 100],
+ "reason": "incremental"
+ }
+ ]
+ },
+ {
+ "name": "LayoutBlockFlow DIV id='background'",
+ "position": [8, 428],
+ "bounds": [769, 300]
+ }
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutView #document",
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='background'",
+ "reason": "style change"
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698