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

Unified Diff: content/test/data/accessibility/html/iframe-transform-nested-cross-process-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-cross-process-expected-blink.txt
diff --git a/content/test/data/accessibility/html/iframe-transform-nested-cross-process-expected-blink.txt b/content/test/data/accessibility/html/iframe-transform-nested-cross-process-expected-blink.txt
index 8daa565b56fcb838fbbb4ba7f5455384173940bc..434b7e9fbb19487ade0d5ee428a3b0b1228b7c12 100644
--- a/content/test/data/accessibility/html/iframe-transform-nested-cross-process-expected-blink.txt
+++ b/content/test/data/accessibility/html/iframe-transform-nested-cross-process-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)
+++++++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