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

Side by Side Diff: LayoutTests/fast/css/getPropertyValue-border.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2 <html lang="en"> 2 <html lang="en">
3 <head> 3 <head>
4 <title>currentColor basic test</title> 4 <title>currentColor basic test</title>
5 <style type="text/css"> 5 <style type="text/css">
6 .test { 6 .test {
7 display: inline-block; 7 display: inline-block;
8 height: 5em; 8 height: 5em;
9 width: 10em; 9 width: 10em;
10 text-align: center; 10 text-align: center;
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 54
55 var div7 = document.getElementById("border7"); 55 var div7 = document.getElementById("border7");
56 shouldBe('div7.style.getPropertyValue("border")', "'solid'"); 56 shouldBe('div7.style.getPropertyValue("border")', "'solid'");
57 57
58 var div8 = document.getElementById("border8"); 58 var div8 = document.getElementById("border8");
59 shouldBe('div8.style.getPropertyValue("border")', "null"); 59 shouldBe('div8.style.getPropertyValue("border")', "null");
60 60
61 var div9 = document.getElementById("border9"); 61 var div9 = document.getElementById("border9");
62 shouldBe('div9.style.getPropertyValue("border")', "null"); 62 shouldBe('div9.style.getPropertyValue("border")', "null");
63 </script> 63 </script>
64 <script src="../js/resources/js-test-post.js"></script>
65 </body> 64 </body>
66 </html> 65 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/getFloatValueForUnit.html ('k') | LayoutTests/fast/css/getPropertyValue-column-rule.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698