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

Unified Diff: content/test/data/accessibility/html/iframe-transform-scrolled.html

Issue 2289293004: Fix flakiness in DumpAccessibilityTree tests with iframes (Closed)
Patch Set: Created 4 years, 4 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: content/test/data/accessibility/html/iframe-transform-scrolled.html
diff --git a/content/test/data/accessibility/html/iframe-transform-scrolled.html b/content/test/data/accessibility/html/iframe-transform-scrolled.html
index 062e5c4d012a347033b6cadc8cf1ce999c796ab9..270bc9c83611564d508a81401a800419cdd24151 100644
--- a/content/test/data/accessibility/html/iframe-transform-scrolled.html
+++ b/content/test/data/accessibility/html/iframe-transform-scrolled.html
@@ -2,7 +2,8 @@
@BLINK-ALLOW:pageLocation*
@BLINK-ALLOW:pageSize=(500, 100)
@BLINK-ALLOW:transform
-@BLINK-ALLOW:scroll*
+@BLINK-ALLOW:scrollX=*
+@BLINK-ALLOW:scrollY=*
@WAIT-FOR:Scrolled Button
-->
<!DOCTYPE html>

Powered by Google App Engine
This is Rietveld 408576698