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

Unified Diff: third_party/WebKit/LayoutTests/compositing/scaling/preferred-raster-scale-expected.txt

Issue 2441853002: Plumb preferred raster bounds rather than scale (Closed)
Patch Set: none Created 4 years, 2 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/scaling/preferred-raster-scale-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/scaling/preferred-raster-scale-expected.txt b/third_party/WebKit/LayoutTests/compositing/scaling/preferred-raster-scale-expected.txt
deleted file mode 100644
index 7e71c961f23f2215dace19361c6b1c3af817620d..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/compositing/scaling/preferred-raster-scale-expected.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "layers": [
- {
- "name": "LayoutView #document",
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true
- },
- {
- "name": "LayoutBlockFlow DIV id='target'",
- "position": [8, 8],
- "bounds": [310, 175],
- "drawsContent": true,
- "preferredRasterScale": 1.57741940021515
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698