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

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

Issue 1713723002: Implement accessibility support for CSS-transformed iframes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gn build Created 4 years, 9 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
new file mode 100644
index 0000000000000000000000000000000000000000..062e5c4d012a347033b6cadc8cf1ce999c796ab9
--- /dev/null
+++ b/content/test/data/accessibility/html/iframe-transform-scrolled.html
@@ -0,0 +1,13 @@
+<!--
+@BLINK-ALLOW:pageLocation*
+@BLINK-ALLOW:pageSize=(500, 100)
+@BLINK-ALLOW:transform
+@BLINK-ALLOW:scroll*
+@WAIT-FOR:Scrolled Button
+-->
+<!DOCTYPE html>
+<html>
+<body style="padding: 0; margin: 0;">
+ <iframe scrolling="no" src="frame/button_scrolled.html" style="width: 150px; height: 50px; border: 0; transform: scale(2.0); transform-origin: left top;"></iframe>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698