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

Unified Diff: LayoutTests/compositing/gestures/gesture-tapHighlight-on-promoted-overflow-div-scrolled.html

Issue 30383002: Merge 159961 "Defer the real work in updateCompositingLayers unt..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1675/
Patch Set: Created 7 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
« no previous file with comments | « no previous file | LayoutTests/compositing/overflow/automatically-opt-into-composited-scrolling-after-sibling-display-change.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/compositing/gestures/gesture-tapHighlight-on-promoted-overflow-div-scrolled.html
===================================================================
--- LayoutTests/compositing/gestures/gesture-tapHighlight-on-promoted-overflow-div-scrolled.html (revision 159992)
+++ LayoutTests/compositing/gestures/gesture-tapHighlight-on-promoted-overflow-div-scrolled.html (working copy)
@@ -10,6 +10,10 @@
function runTest() {
var targetDiv = document.getElementById('targetDiv');
var resultDiv = document.getElementById('result');
+
+ if (window.internals)
+ window.internals.forceCompositingUpdate(document);
+
if (!window.internals || !didOptIn(targetDiv))
resultDiv.innerHTML = "Error: target scrollable overflow div did not opt-in.";
var clientRect = document.getElementById('targetLink').getBoundingClientRect();
« no previous file with comments | « no previous file | LayoutTests/compositing/overflow/automatically-opt-into-composited-scrolling-after-sibling-display-change.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698