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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 rootWebArea pageLocation=(0, 0) scrollY=50
2 ++genericContainer pageLocation=(100, -50)
3 ++++genericContainer pageLocation=(100, -50)
4 ++++++staticText pageLocation=(100, -50) name='Before'
5 ++++++++inlineTextBox pageLocation=(100, -50) name='Before'
6 ++++genericContainer pageLocation=(200, 50)
7 ++++++staticText pageLocation=(200, 50) name='Fixed'
8 ++++++++inlineTextBox pageLocation=(200, 50) name='Fixed'
9 ++++genericContainer pageLocation=(100, 950) name='After'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698