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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/vertical-scrollbar-in-rtl.html

Issue 2291653002: Promote Scroll Anchoring to experimental (Closed)
Patch Set: Mark devtools tests as failing + fix crashing test Created 4 years, 3 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/dom/vertical-scrollbar-in-rtl.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/vertical-scrollbar-in-rtl.html b/third_party/WebKit/LayoutTests/fast/dom/vertical-scrollbar-in-rtl.html
index 5e64eee3652def9fd4ee359b2d83ea95ccefa807..0d74081bb0a8aae270600957074366fee971b549 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/vertical-scrollbar-in-rtl.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/vertical-scrollbar-in-rtl.html
@@ -88,8 +88,6 @@
var selection = window.getSelection();
assertEqual("selectAll selects all document", selection.toString().substring(0, div.innerHTML.length), div.innerHTML);
- div.style.display = "none";
-
finishJSTest();
}
}

Powered by Google App Engine
This is Rietveld 408576698