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: chrome/test/data/extensions/api_test/automation/sites/image_data.html

Issue 2522543004: Add support for retrieving image thumbnails as part of the accessibility tree. (Closed)
Patch Set: Clarified maxSize Created 4 years, 1 month 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 <!--
2 * Copyright 2016 The Chromium Authors. All rights reserved. Use of this
3 * source code is governed by a BSD-style license that can be found in the
4 * LICENSE file.
5 -->
6 <!DOCTYPE html>
7 <html>
8 <head>
9 <title>Automation Tests - Image Data</title>
10 <meta charset="utf-8">
11 </head>
12 <body>
13 <img src='data:image/gif;base64,R0lGODdhAgADAKEDAAAA//8AAAD/AP///ywAAAAAAgAD AAACBEwkAAUAOw=='>
14 </body>
15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698