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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/repaint-tile-clipped-expected.html

Issue 1994373002: Convert some repaint tests into ref tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 <style> 3 <style>
4 #ref { 4 #ref {
5 display: block; 5 display: block;
6 min-width: 20em; 6 min-width: 20em;
7 height: 10em; 7 height: 10em;
8 position: absolute; 8 position: absolute;
9 bottom: 5px; 9 bottom: 5px;
10 border: 1px solid; 10 border: 1px solid;
(...skipping 13 matching lines...) Expand all
24 <a href="http://crbug.com/370945">crbug.com/370945</a> 24 <a href="http://crbug.com/370945">crbug.com/370945</a>
25 </p> 25 </p>
26 <p>You should see a green rectangle without any missing pieces if this test pass ed. </p> 26 <p>You should see a green rectangle without any missing pieces if this test pass ed. </p>
27 27
28 <p class='spaced'> 28 <p class='spaced'>
29 <span class='wrapper'> 29 <span class='wrapper'>
30 <span id="ref"></span> 30 <span id="ref"></span>
31 </span> 31 </span>
32 </p> 32 </p>
33 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698