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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table-hover-on-link.html

Issue 2560073002: Hopefully deflake some tests, by preloading the Ahem font. (Closed)
Patch Set: Created 4 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../../resources/ahem.js"></script>
4 <style> 5 <style>
5 html { 6 html {
6 font-size: 10px; 7 font-size: 10px;
7 font-family: Ahem; 8 font-family: Ahem;
8 -webkit-font-smoothing: none; 9 -webkit-font-smoothing: none;
9 } 10 }
10 11
11 a { 12 a {
12 color: #0F0; 13 color: #0F0;
13 background: #F00; 14 background: #F00;
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 <!-- 47 <!--
47 REGRESSION(r110072): :hover doesn't work on table child with overflow: hidde n 48 REGRESSION(r110072): :hover doesn't work on table child with overflow: hidde n
48 http://webkit.org/b/81460 49 http://webkit.org/b/81460
49 To test this bug outside DRT, hover on the link below. 50 To test this bug outside DRT, hover on the link below.
50 --> 51 -->
51 <div id="table"> 52 <div id="table">
52 <a href="inexistant_resources.html" >When hovered, the background should hav e the same color as this text.</a> 53 <a href="inexistant_resources.html" >When hovered, the background should hav e the same color as this text.</a>
53 </div> 54 </div>
54 </body> 55 </body>
55 </html> 56 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698