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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/misc/acid2.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/http/tests/misc/acid2.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/misc/acid2.html b/third_party/WebKit/LayoutTests/http/tests/misc/acid2.html
index 15852291c4731e4be1cf2adf8a7ae403bea743b8..d2047379400ca591ad268593c8aeb354f1cb456d 100644
--- a/third_party/WebKit/LayoutTests/http/tests/misc/acid2.html
+++ b/third_party/WebKit/LayoutTests/http/tests/misc/acid2.html
@@ -145,6 +145,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