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

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

Issue 2131283002: Use will-change: auto !important in fullscreen.css (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/fullscreen.css » ('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-will-change.html b/third_party/WebKit/LayoutTests/fullscreen/full-screen-will-change.html
index 38e68b6bd647fa3400b9836cb4c9ca1649e2b9f7..9186be1f695eb0dc5f69060a5be0f5c21b874ec9 100644
--- a/third_party/WebKit/LayoutTests/fullscreen/full-screen-will-change.html
+++ b/third_party/WebKit/LayoutTests/fullscreen/full-screen-will-change.html
@@ -1,26 +1,7 @@
<!DOCTYPE html>
<html>
<style>
- #bad {
- position: fixed;
- top: 0px;
- left: 0px;
- background-color: red;
- width: 100%;
- height: 100%;
- }
-
- #fixed-container {
- position: fixed;
- top: 0px;
- left: 0px;
- z-index: 0;
- }
-
- #fullscreenme {
- height: 400px;
- width: 400px;
- border: 0px;
+ #container {
will-change: transform;
}
</style>
@@ -51,10 +32,8 @@
window.addEventListener("load", doTest, false);
</script>
<body>
- <!-- when full screening the iframe, bad should not be visible -->
- <div id="fixed-container">
+ <div id="container">
<iframe id="fullscreenme" src="resources/green.html"></iframe>
</div>
- <div id="bad"></div>
</body>
</html>
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/fullscreen.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698