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

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

Issue 2327223002: Move all remaining fast/repaint tests to paint/invalidation (Closed)
Patch Set: Created 4 years, 3 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 html { 5 html {
6 font-size: 10px; 6 font-size: 10px;
7 font-family: Ahem; 7 font-family: Ahem;
8 -webkit-font-smoothing: none; 8 -webkit-font-smoothing: none;
9 } 9 }
10 10
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 <!-- 46 <!--
47 REGRESSION(r110072): :hover doesn't work on table child with overflow: hidde n 47 REGRESSION(r110072): :hover doesn't work on table child with overflow: hidde n
48 http://webkit.org/b/81460 48 http://webkit.org/b/81460
49 To test this bug outside DRT, hover on the link below. 49 To test this bug outside DRT, hover on the link below.
50 --> 50 -->
51 <div id="table"> 51 <div id="table">
52 <a href="inexistant_resources.html" >When hovered, the background should hav e the same color as this text.</a> 52 <a href="inexistant_resources.html" >When hovered, the background should hav e the same color as this text.</a>
53 </div> 53 </div>
54 </body> 54 </body>
55 </html> 55 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698