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

Side by Side Diff: third_party/WebKit/Source/web/tests/data/composited_selection_bounds_iframe.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 unified diff | Download patch
OLDNEW
1 <style> 1 <style>
2 @font-face { 2 @font-face {
3 font-family: ahem; 3 font-family: ahem;
4 src: url(Ahem.ttf); 4 src: url(Ahem.ttf);
5 } 5 }
6 * { 6 * {
7 font-family: ahem; 7 font-family: ahem;
8 } 8 }
9 </style> 9 </style>
10 <iframe id="frame" src="composited_selection_bounds_basic.html"></iframe> 10 <iframe id="frame" src="composited_selection_bounds_basic.html"></iframe>
11 <script> 11 <script>
12 document.getElementById("frame").focus(); 12 document.getElementById("frame").focus();
13 window.expectedResult = [document, 78, 18, 78, 30, document, 18, 30, 18, 42] ; 13 window.expectedResult = [document, 78, 18, 78, 30, document, 138, 30, 138, 4 2];
14 </script> 14 </script>
15 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698