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

Unified Diff: LayoutTests/compositing/fixed-position-opaque-compositing-expected.txt

Issue 1298493003: Currently we only composite fixed position elements if we are on High DPI devices. This fix allows … Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update affected tests Created 5 years, 4 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: LayoutTests/compositing/fixed-position-opaque-compositing-expected.txt
diff --git a/LayoutTests/platform/android/compositing/rtl/rtl-fixed-expected.txt b/LayoutTests/compositing/fixed-position-opaque-compositing-expected.txt
similarity index 67%
copy from LayoutTests/platform/android/compositing/rtl/rtl-fixed-expected.txt
copy to LayoutTests/compositing/fixed-position-opaque-compositing-expected.txt
index f9fa62e0e6fd7b83064dae4c5af54f0195de3b31..32852156e4ae0c254fc891d8171dd98d415f3a54 100644
--- a/LayoutTests/platform/android/compositing/rtl/rtl-fixed-expected.txt
+++ b/LayoutTests/compositing/fixed-position-opaque-compositing-expected.txt
@@ -1,14 +1,14 @@
{
- "bounds": [800, 600],
+ "bounds": [785, 2000],
"children": [
{
- "bounds": [800, 600],
+ "bounds": [785, 2000],
"contentsOpaque": true,
"drawsContent": true,
+ "backgroundColor": "#FFFFFF",
"children": [
{
- "position": [50, 50],
- "bounds": [100, 100],
+ "bounds": [250, 250],
"contentsOpaque": true,
"drawsContent": true,
"backgroundColor": "#008000"

Powered by Google App Engine
This is Rietveld 408576698