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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/continuation-after-outline.html

Issue 2529843002: Remove spurious Ctrl+Y character from paint invalidation test. (Closed)
Patch Set: rebaseline 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/platform/android/paint/invalidation/continuation-after-outline-expected.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http:/xhtml1/DTD/xhtml 1-strict.dtd"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http:/xhtml1/DTD/xhtml 1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3 <head> 3 <head>
4 <title>Test for http://bugs.webkit.org/show_bug.cgi?id=13680</title> 4 <title>Test for http://bugs.webkit.org/show_bug.cgi?id=13680</title>
5 <script> 5 <script>
6 function runTest() 6 function runTest()
7 { 7 {
8 document.getElementById('t').style.outline = ''; 8 document.getElementById('t').style.outline = '';
9 } 9 }
10 </script> 10 </script>
11 </head> 11 </head>
12 <body onload="runTest();"> 12 <body onload="runTest();">
13 <div style="width: 50px; text-align: center;"> 13 <div style="width: 50px; text-align: center;">
14 <span id="t" style="outline: auto;"><div style="width: 30px; height:40px ; background-color: silver; margin: auto"></div> 14 <span id="t" style="outline: auto;"><div style="width: 30px; height:40px ; background-color: silver; margin: auto"></div>
15 x 15 x
16 </span> 16 </span>
17 </div> 17 </div>
18 </body> 18 </body>
19 </html> 19 </html>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/platform/android/paint/invalidation/continuation-after-outline-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698