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

Unified Diff: content/test/data/accessibility/css/fixed-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-with-scrolling-expected-blink.txt
diff --git a/content/test/data/accessibility/css/fixed-with-scrolling-expected-blink.txt b/content/test/data/accessibility/css/fixed-with-scrolling-expected-blink.txt
new file mode 100644
index 0000000000000000000000000000000000000000..eca0d8f14761d10c48ebc1b0ba96bcc13b7ada5b
--- /dev/null
+++ b/content/test/data/accessibility/css/fixed-with-scrolling-expected-blink.txt
@@ -0,0 +1,8 @@
+rootWebArea pageLocation=(0, 0) scrollY=50
+++genericContainer pageLocation=(0, -50)
+++++staticText pageLocation=(0, -50) name='Before'
+++++++inlineTextBox pageLocation=(0, -50) name='Before'
+++genericContainer pageLocation=(100, 100)
+++++staticText pageLocation=(100, 100) name='Fixed'
+++++++inlineTextBox pageLocation=(100, 100) name='Fixed'
+++genericContainer pageLocation=(0, 950) name='After'

Powered by Google App Engine
This is Rietveld 408576698