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

Unified Diff: content/test/data/accessibility/html/iframe-transform.html

Issue 2802173002: Test changes for accLocation to confirm that transformations work. (Closed)
Patch Set: Test changes for accLocation to confirm that transformations work. Created 3 years, 8 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.html
diff --git a/content/test/data/accessibility/html/iframe-transform.html b/content/test/data/accessibility/html/iframe-transform.html
index ebb01e7d15dbb87f2fb9dc199100dd6ca0fd1e95..3adeae11569e7c332f8ead26d8c9ed4f65bc668c 100644
--- a/content/test/data/accessibility/html/iframe-transform.html
+++ b/content/test/data/accessibility/html/iframe-transform.html
@@ -1,4 +1,7 @@
<!--
+@WIN-ALLOW:location*
+@WIN-ALLOW:size*
+
@BLINK-ALLOW:pageLocation*
@BLINK-ALLOW:pageSize=(200, 200)
@BLINK-ALLOW:pageSize=(400, 400)
@@ -6,8 +9,8 @@
-->
<!DOCTYPE html>
<html>
-<body style="padding: 0; margin: 0;">
+<body style="padding: 0; margin: 0; width: 800px; height: 800px">
<iframe width=250 height=250 src="frame/box.html" style="border: 0; position: absolute; top: 0px; left: 0px;"></iframe>
<iframe width=250 height=250 src="frame/box.html" style="border: 0; position: absolute; top: 300px; left: 0px; transform: scale(2.0); transform-origin: left top;"></iframe>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698