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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/box-shadow-add-repaint-expected.txt

Issue 1809643008: Adding or changing any of box-shadow, outline, or border-image-outset does not need a layout.. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated Created 4 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/fast/repaint/box-shadow-add-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/box-shadow-add-repaint-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/box-shadow-add-repaint-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..da1a73fcc91b5cf9f815d7e43cf53f530a05a89d
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/repaint/box-shadow-add-repaint-expected.txt
@@ -0,0 +1,18 @@
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [8, 8, 110, 110],
+ [8, 8, 100, 100]
+ ],
+ "paintInvalidationClients": [
+ "LayoutBlockFlow DIV id='test'"
+ ]
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698