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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/reflection-redraw-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" 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd"> 2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html> 3 <html>
4 <head> 4 <head>
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 <title>Reflection Redraw</title> 6 <title>Reflection Redraw</title>
7 <style type="text/css" media="screen"> 7 <style type="text/css" media="screen">
8 #container { 8 #container {
9 position: absolute; 9 position: absolute;
10 top: 120px; 10 top: 120px;
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 <div class="box reflect-right" style="top: 110px; left: 350px; -webkit-box- reflect: right 10px;"> 42 <div class="box reflect-right" style="top: 110px; left: 350px; -webkit-box- reflect: right 10px;">
43 <p>The color of this text in the reflection should be green</p> 43 <p>The color of this text in the reflection should be green</p>
44 </div> 44 </div>
45 45
46 <div class="box reflect-bottom" style="top: 220px; left: 275px; -webkit-box -reflect: below 10px;"> 46 <div class="box reflect-bottom" style="top: 220px; left: 275px; -webkit-box -reflect: below 10px;">
47 <p>The color of this text in the reflection should be green</p> 47 <p>The color of this text in the reflection should be green</p>
48 </div> 48 </div>
49 </div> 49 </div>
50 50
51 </html> 51 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698