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

Unified Diff: third_party/WebKit/LayoutTests/svg/css/anchor-change-href.svg

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/svg/css/anchor-change-href.svg
diff --git a/third_party/WebKit/LayoutTests/svg/css/anchor-change-href.svg b/third_party/WebKit/LayoutTests/svg/css/anchor-change-href.svg
index b460a4c86619c20fd9e8531f292659358a90a2be..b4d9bf7c7e7669a73a561affdd22a1032750640e 100644
--- a/third_party/WebKit/LayoutTests/svg/css/anchor-change-href.svg
+++ b/third_party/WebKit/LayoutTests/svg/css/anchor-change-href.svg
@@ -23,7 +23,7 @@
if (window.internals) {
var resultText = document.getElementById("result1").firstChild;
- var elementCount = internals.updateStyleAndReturnAffectedElementCount();
+ var elementCount = internals.updateStyleAndLayoutAndReturnAffectedElementCount();
// The elementCount should have been 2, but visited links are
// not recognized in content_shell, thus the text color doesn't

Powered by Google App Engine
This is Rietveld 408576698