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

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

Issue 2217363002: Use relative bounding boxes throughout Chrome accessibility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback from aboxhall 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-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
index 43c038e330ed6e61e7e319dec11af36d43f57e85..434b7e9fbb19487ade0d5ee428a3b0b1228b7c12 100644
--- a/content/test/data/accessibility/html/iframe-transform-nested-expected-blink.txt
+++ b/content/test/data/accessibility/html/iframe-transform-nested-expected-blink.txt
@@ -1,6 +1,6 @@
rootWebArea pageLocation=(0, 0)
-++iframe pageLocation=(0, 100)
+++iframe pageLocation=(0, 100) transform
++++rootWebArea pageLocation=(0, 100)
-++++++iframe pageLocation=(200, 100)
-++++++++rootWebArea pageLocation=(200, 100) transform
+++++++iframe pageLocation=(200, 100) transform
+++++++++rootWebArea pageLocation=(200, 100)
++++++++++image pageLocation=(240, 140) pageSize=(800, 800)

Powered by Google App Engine
This is Rietveld 408576698