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

Side by Side Diff: third_party/WebKit/LayoutTests/images/image-map-zoom-alt-content.html

Issue 2496663002: Merge css3/image/ and fast/images/ to images/ (Closed)
Patch Set: Address failing tests (3 of them) Created 4 years, 1 month 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 <html> 1 <html>
2 2
3 <head> 3 <head>
4 4
5 <script> 5 <script>
6 6
7 function runTest() 7 function runTest()
8 { 8 {
9 if (!window.eventSender) 9 if (!window.eventSender)
10 return; 10 return;
(...skipping 24 matching lines...) Expand all
35 35
36 <hr> 36 <hr>
37 37
38 <p>This tests that client side image maps still work when zooming is in effect.< /p> 38 <p>This tests that client side image maps still work when zooming is in effect.< /p>
39 39
40 <div id="result">TEST NOT RUN</div> 40 <div id="result">TEST NOT RUN</div>
41 41
42 </body> 42 </body>
43 43
44 </html> 44 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698