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

Unified Diff: third_party/WebKit/LayoutTests/fullscreen/full-screen-will-change.html

Issue 1656713002: Add will-change: none !important to fullscreen.css (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing -expected.html file Created 4 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fullscreen/full-screen-will-change-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fullscreen/full-screen-will-change.html
diff --git a/third_party/WebKit/LayoutTests/fullscreen/full-screen-fixed-pos-parent.html b/third_party/WebKit/LayoutTests/fullscreen/full-screen-will-change.html
similarity index 97%
copy from third_party/WebKit/LayoutTests/fullscreen/full-screen-fixed-pos-parent.html
copy to third_party/WebKit/LayoutTests/fullscreen/full-screen-will-change.html
index 7bf149636d60c60a9d55687743c3b75b22d60a7f..38e68b6bd647fa3400b9836cb4c9ca1649e2b9f7 100644
--- a/third_party/WebKit/LayoutTests/fullscreen/full-screen-fixed-pos-parent.html
+++ b/third_party/WebKit/LayoutTests/fullscreen/full-screen-will-change.html
@@ -21,6 +21,7 @@
height: 400px;
width: 400px;
border: 0px;
+ will-change: transform;
philipj_slow 2016/02/01 06:45:14 You probably don't need a test using an iframe to
}
</style>
</head>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fullscreen/full-screen-will-change-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698