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

Unified Diff: LayoutTests/fast/dom/nodesFromRect/nodesFromRect-culled-inlines-between-silblings.html

Issue 914573003: Revert "We need to account for culled inline parents of the hit-tested..." (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/nodesFromRect/nodesFromRect-culled-inlines-between-silblings-bidi.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/nodesFromRect/nodesFromRect-culled-inlines-between-silblings.html
diff --git a/LayoutTests/fast/dom/nodesFromRect/nodesFromRect-culled-inlines-between-silblings.html b/LayoutTests/fast/dom/nodesFromRect/nodesFromRect-culled-inlines-between-silblings.html
deleted file mode 100644
index c505fc4732668ff66fad586a167779aa4fbdd17b..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/nodesFromRect/nodesFromRect-culled-inlines-between-silblings.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<style type="text/css">
- body { font-size: 20px; }
-</style>
-<div>
- <font><a href="#">HITME1 <br><a href="#" id="test"><b>HITME2 </b> </a><span><a href="#">HITME3 </a></span></font>
-</div>
-<script src="../../../resources/js-test.js"></script>
-<script src="resources/nodesFromRect.js"></script>
-<script type="text/javascript">
- description('Test to get the node as a result of hit-tests from culled inlines between siblings');
-
- if (window.internals) {
- var test = document.getElementById('test');
- checkRect(test.offsetLeft + 4, test.offsetTop - 4, 2, 2, "'HITME1 '");
- checkRect(test.offsetLeft + 4, test.offsetTop + 4, 2, 2, "'HITME2 '");
- checkRect(test.offsetLeft + test.offsetWidth + 4, test.offsetTop + 4, 2, 2, "'HITME3 '");
- }
-</script>
« no previous file with comments | « no previous file | LayoutTests/fast/dom/nodesFromRect/nodesFromRect-culled-inlines-between-silblings-bidi.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698