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

Unified Diff: content/test/data/accessibility/html/iframe-transform-nested-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: 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-nested-expected-blink.txt
diff --git a/content/test/data/accessibility/html/iframe-transform-nested-expected-blink.txt b/content/test/data/accessibility/html/iframe-transform-nested-expected-blink.txt
new file mode 100644
index 0000000000000000000000000000000000000000..43c038e330ed6e61e7e319dec11af36d43f57e85
--- /dev/null
+++ b/content/test/data/accessibility/html/iframe-transform-nested-expected-blink.txt
@@ -0,0 +1,6 @@
+rootWebArea pageLocation=(0, 0)
+++iframe pageLocation=(0, 100)
+++++rootWebArea pageLocation=(0, 100)
+++++++iframe pageLocation=(200, 100)
+++++++++rootWebArea pageLocation=(200, 100) transform
+++++++++++image pageLocation=(240, 140) pageSize=(800, 800)

Powered by Google App Engine
This is Rietveld 408576698