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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/transform-absolute-in-positioned-container-expected.html

Issue 2321183002: Move repaint tests (except for svg/) 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 PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st rict.dtd"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st rict.dtd">
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Relative Position Transform Redraw</title> 4 <title>Relative Position Transform Redraw</title>
5 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 5 <meta http-equiv="content-type" content="text/html; charset=utf-8">
6 <style type="text/css"> 6 <style type="text/css">
7 #container { 7 #container {
8 position: relative; 8 position: relative;
9 left: 10px; 9 left: 10px;
10 top: 60px; 10 top: 60px;
(...skipping 14 matching lines...) Expand all
25 </head> 25 </head>
26 <body> 26 <body>
27 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=17840">https://bu gs.webkit.org/show_bug.cgi?id=17840</a>. The rotated box should be correctly red rawn.</p> 27 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=17840">https://bu gs.webkit.org/show_bug.cgi?id=17840</a>. The rotated box should be correctly red rawn.</p>
28 28
29 <span id="container"> 29 <span id="container">
30 Container 30 Container
31 <div id="box"></div> 31 <div id="box"></div>
32 </span> 32 </span>
33 </body> 33 </body>
34 </html> 34 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698