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

Unified Diff: content/test/data/accessibility/html/iframe-transform-cross-process-expected-blink.txt

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/iframe-transform-cross-process-expected-blink.txt
diff --git a/content/test/data/accessibility/html/iframe-transform-cross-process-expected-blink.txt b/content/test/data/accessibility/html/iframe-transform-cross-process-expected-blink.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c88b9cc0280b18fb3ba528578b9990f27c0865b7
--- /dev/null
+++ b/content/test/data/accessibility/html/iframe-transform-cross-process-expected-blink.txt
@@ -0,0 +1,10 @@
+rootWebArea pageLocation=(0, 0)
+++group pageLocation=(0, 0)
+++++iframe pageLocation=(0, 0)
+++++++rootWebArea pageLocation=(0, 0)
+++++++++img pageLocation=(10, 10) pageSize=(200, 200)
+++++iframe pageLocation=(0, 300)
+++++++rootWebArea pageLocation=(0, 300)
+++++++++img pageLocation=(20, 320) pageSize=(400, 400)
+++++staticText pageLocation=(0, 0) name='Done'
+++++++inlineTextBox pageLocation=(0, 0) name='Done'

Powered by Google App Engine
This is Rietveld 408576698