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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/acid2-pixel.html

Issue 1896793002: Rename (updateLayout/updateStyle).*.() to updateStyleAndLayout.*.() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/fast/css/acid2-pixel.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/acid2-pixel.html b/third_party/WebKit/LayoutTests/fast/css/acid2-pixel.html
index cdd4387258e276ab56c7aa9308b388499d316b70..d3337f56cfc9097c4eefe3c5b2f1837f2a2a5b95 100644
--- a/third_party/WebKit/LayoutTests/fast/css/acid2-pixel.html
+++ b/third_party/WebKit/LayoutTests/fast/css/acid2-pixel.html
@@ -139,6 +139,6 @@
</ul>
<div class="image-height-test"><table><tr><td><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAIAAAFSDNYfAAAAaklEQVR42u3XQQrAIAwAQeP%2F%2F6wf8CJBJTK9lnQ7FpHGaOurt1I34nfH9pMMZAZ8BwMGEvvh%2BBsJCAgICLwIOA8EBAQEBAQEBAQEBK79H5RfIQAAAAAAAAAAAAAAAAAAAAAAAAAAAID%2FABMSqAfj%2FsLmvAAAAABJRU5ErkJggg%3D%3D" alt=""></td></tr></table></div>
</div>
- <script>internals.updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks();</script>
+ <script>internals.updateStyleAndLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks();</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698