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

Unified Diff: content/test/data/accessibility/html/frame/box.html

Issue 1713723002: Implement accessibility support for CSS-transformed iframes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed another skia dependency Created 4 years, 10 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/frame/box.html
diff --git a/content/test/data/accessibility/html/frame/box.html b/content/test/data/accessibility/html/frame/box.html
new file mode 100644
index 0000000000000000000000000000000000000000..df0441e71871a77502f909935fdde25e3be8f214
--- /dev/null
+++ b/content/test/data/accessibility/html/frame/box.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<html>
+<body style="margin: 10px; padding: 0px; border: 0px;">
+<div role="img" style="width: 200px; height: 200px; background-color: #fef;"></div>
aboxhall 2016/02/24 18:46:07 Can we somehow test that the scroll offsets are tr
dmazzoni 2016/02/24 18:53:26 Good idea. There's already a different test for a
dmazzoni 2016/02/29 23:20:07 This is done now, take a look.
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698