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

Unified Diff: LayoutTests/fast/dom/nodesFromRect/nodesFromRect-culled-inline-with-linebreak.html

Issue 685963002: We need to account for culled inline parents of the hit-tested nodes.(Reland) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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: LayoutTests/fast/dom/nodesFromRect/nodesFromRect-culled-inline-with-linebreak.html
diff --git a/LayoutTests/fast/dom/nodesFromRect/nodesFromRect-culled-inline-with-linebreak.html b/LayoutTests/fast/dom/nodesFromRect/nodesFromRect-culled-inline-with-linebreak.html
index 0c9cf3992845e4f1b9d6bc1eb98f99761654fbe9..b502f9fe65d997dbcfba7fe4f34ca0cdc873da13 100644
--- a/LayoutTests/fast/dom/nodesFromRect/nodesFromRect-culled-inline-with-linebreak.html
+++ b/LayoutTests/fast/dom/nodesFromRect/nodesFromRect-culled-inline-with-linebreak.html
@@ -32,7 +32,7 @@
/* Rect based test over the word2 only. */
checkRect(20, 45, 10, 10, "'word2'");
/* Rect based test not contained by culledinline, but contained by its bounding box. */
- checkRect(20, 35, 10, 20, "'word2', SPAN#wordinline2, SPAN#culledinline, P, 'Word '");
+ checkRect(20, 35, 10, 20, "'word2', SPAN#wordinline2, P, SPAN#culledinline, 'Word '");
/* Note the order of P and 'Word ' is slightly unusual, but this is due to lines being tested one by one. */
document.getElementById('sandbox').style.display = 'none';

Powered by Google App Engine
This is Rietveld 408576698