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

Unified Diff: third_party/WebKit/Source/web/tests/data/composited_selection_bounds_empty_editable_input.html

Issue 2201853002: Blink handle selection handle visibility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed ESTABLISHED/DISSOLVED 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/web/tests/data/composited_selection_bounds_empty_editable_input.html
diff --git a/third_party/WebKit/Source/web/tests/data/composited_selection_bounds_empty_editable_input.html b/third_party/WebKit/Source/web/tests/data/composited_selection_bounds_empty_editable_input.html
deleted file mode 100644
index b699025edfcaed417e31a39f7c6a7952c6bf3b65..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/web/tests/data/composited_selection_bounds_empty_editable_input.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<style>
- @font-face {
- font-family: ahem;
- src: url(Ahem.ttf);
- }
- * {
- font-family: ahem;
- margin: 0;
- padding: 0;
- }
-</style>
-<input type="text" id="text"/>
-<script>
- var textNode = document.getElementById("text");
- textNode.focus();
-
- var expectEditable = true;
- var expectEmptyTextFormControl = true;
- var yBottomEpsilon = 2;
- window.expectedResult = [document, 2, 2, 2, 14, document, 2, 2, 2, 14, expectEditable, expectEmptyTextFormControl, yBottomEpsilon];
-</script>
-

Powered by Google App Engine
This is Rietveld 408576698