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

Unified Diff: third_party/WebKit/LayoutTests/compositing/img-layer-object-fit-expected.txt

Issue 2134253002: Adjust src and dest rects when drawing images instead of using a clip (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove dcheck for containment Created 4 years, 5 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/compositing/img-layer-object-fit-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/img-layer-object-fit-expected.txt b/third_party/WebKit/LayoutTests/compositing/img-layer-object-fit-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..65d36b2aed012fcdd6a6dbb62988d7cd020519b3
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/compositing/img-layer-object-fit-expected.txt
@@ -0,0 +1,17 @@
+layer at (0,0) size 800x600
+ LayoutView at (0,0) size 800x600
+layer at (0,0) size 800x156
+ LayoutBlockFlow {HTML} at (0,0) size 800x156
+ LayoutBlockFlow {BODY} at (8,8) size 784x140
+ LayoutBR {BR} at (100,15) size 0x19
+ LayoutBR {BR} at (100,50) size 0x19
+ LayoutBR {BR} at (100,85) size 0x19
+ LayoutBR {BR} at (100,120) size 0x19
+layer at (8,8) size 100x30
+ LayoutImage {IMG} at (0,0) size 100x30
+layer at (8,43) size 100x30
+ LayoutImage {IMG} at (0,35) size 100x30
+layer at (8,78) size 100x30
+ LayoutImage {IMG} at (0,70) size 100x30
+layer at (8,113) size 100x30
+ LayoutImage {IMG} at (0,105) size 100x30

Powered by Google App Engine
This is Rietveld 408576698