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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/draw-focus-if-needed.html

Issue 2169273004: Switch all LayoutTests to use new accessibility relative bounding box API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix absolute bounds in AXInlineTextBox::elementRect Created 4 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: third_party/WebKit/LayoutTests/accessibility/draw-focus-if-needed.html
diff --git a/third_party/WebKit/LayoutTests/accessibility/draw-focus-if-needed.html b/third_party/WebKit/LayoutTests/accessibility/draw-focus-if-needed.html
index e9ead8949947e9a1e403b25178927f4c3d9241fb..51724eeeea4378467dcab2f2aae03a198b7b2e8d 100644
--- a/third_party/WebKit/LayoutTests/accessibility/draw-focus-if-needed.html
+++ b/third_party/WebKit/LayoutTests/accessibility/draw-focus-if-needed.html
@@ -10,6 +10,7 @@
<button id="button2"></button>
</div>
</canvas>
+<div id="console"></div>
<script>
if (window.testRunner)
testRunner.dumpAsText();

Powered by Google App Engine
This is Rietveld 408576698