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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/text-selection-rect-in-overflow-2.html

Issue 1988313004: Test pixel results for repaint tests testing selection, etc. (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 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x html1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x html1/DTD/xhtml1-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=14329</title> 4 <title>Test for http://bugs.webkit.org/show_bug.cgi?id=14329</title>
5 <script src="resources/text-based-repaint.js" type="text/javascript"></scrip t> 5 <script src="resources/text-based-repaint.js" type="text/javascript"></scrip t>
6 <script> 6 <script>
7 function repaintTest() 7 function repaintTest()
8 { 8 {
9 document.getElementById("z").focus(); 9 document.getElementById("z").focus();
10 } 10 }
11 </script> 11 </script>
12 </head> 12 </head>
13 <body onload="runRepaintTest();"> 13 <body onload="runRepaintAndPixelTest();">
14 <iframe id="z" src="resources/text-selection-rect-in-overflow-frame.html"></ iframe> 14 <iframe id="z" src="resources/text-selection-rect-in-overflow-frame.html"></ iframe>
15 </body> 15 </body>
16 </html> 16 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698