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

Unified Diff: content/test/data/accessibility/css/fixed-transformed-with-scrolling-expected-blink.txt

Issue 2956053005: Keep track of fixed positioning in accessibility tree.
Patch Set: GetSimpleRelativeBounds, add failing test for fixed with transform Created 3 years, 5 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/css/fixed-transformed-with-scrolling-expected-blink.txt
diff --git a/content/test/data/accessibility/css/fixed-transformed-with-scrolling-expected-blink.txt b/content/test/data/accessibility/css/fixed-transformed-with-scrolling-expected-blink.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d8e472ba61ff7c1fec0b35778269cfa62fc30b7e
--- /dev/null
+++ b/content/test/data/accessibility/css/fixed-transformed-with-scrolling-expected-blink.txt
@@ -0,0 +1,9 @@
+rootWebArea pageLocation=(0, 0) scrollY=50
+++genericContainer pageLocation=(100, -50)
+++++genericContainer pageLocation=(100, -50)
+++++++staticText pageLocation=(100, -50) name='Before'
+++++++++inlineTextBox pageLocation=(100, -50) name='Before'
+++++genericContainer pageLocation=(200, 50)
+++++++staticText pageLocation=(200, 50) name='Fixed'
+++++++++inlineTextBox pageLocation=(200, 50) name='Fixed'
+++++genericContainer pageLocation=(100, 950) name='After'

Powered by Google App Engine
This is Rietveld 408576698