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

Side by Side Diff: LayoutTests/fast/css/border-width-large.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> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Test for WebKit bug 18294 : Strange Result for getComputedStyle on border Width set in em</title> 4 <title>Test for WebKit bug 18294 : Strange Result for getComputedStyle on border Width set in em</title>
5 <script src="../js/resources/js-test-pre.js"></script> 5 <script src="../js/resources/js-test-pre.js"></script>
6 </head> 6 </head>
7 <body> 7 <body>
8 <p id="description">Test for WebKit bug <a href="https://bugs.webkit.org/show_bu g.cgi?id=18294">18294</a> : Strange Result for getComputedStyle on borderWidth s et in em</p> 8 <p id="description">Test for WebKit bug <a href="https://bugs.webkit.org/show_bu g.cgi?id=18294">18294</a> : Strange Result for getComputedStyle on borderWidth s et in em</p>
9 <div id="console"></div> 9 <div id="console"></div>
10 10
(...skipping 10 matching lines...) Expand all
21 var computedStyle = window.getComputedStyle(test, null); 21 var computedStyle = window.getComputedStyle(test, null);
22 shouldBe("computedStyle.getPropertyValue('border-width')", "'12000px 11000px 10000px 9010px'"); 22 shouldBe("computedStyle.getPropertyValue('border-width')", "'12000px 11000px 10000px 9010px'");
23 shouldBe("computedStyle.getPropertyCSSValue('border-top-width').cssText","'1 2000px'"); 23 shouldBe("computedStyle.getPropertyCSSValue('border-top-width').cssText","'1 2000px'");
24 shouldBe("computedStyle.getPropertyCSSValue('border-right-width').cssText"," '11000px'"); 24 shouldBe("computedStyle.getPropertyCSSValue('border-right-width').cssText"," '11000px'");
25 shouldBe("computedStyle.getPropertyCSSValue('border-bottom-width').cssText", "'10000px'"); 25 shouldBe("computedStyle.getPropertyCSSValue('border-bottom-width').cssText", "'10000px'");
26 shouldBe("computedStyle.getPropertyCSSValue('border-left-width').cssText","' 9010px'"); 26 shouldBe("computedStyle.getPropertyCSSValue('border-left-width').cssText","' 9010px'");
27 // clean up after ourselves 27 // clean up after ourselves
28 var tests_container = document.getElementById("tests_container"); 28 var tests_container = document.getElementById("tests_container");
29 tests_container.parentNode.removeChild(tests_container); 29 tests_container.parentNode.removeChild(tests_container);
30 </script> 30 </script>
31 <script src="../js/resources/js-test-post.js"></script>
32 </body> 31 </body>
33 </html> 32 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/border-start-end.html ('k') | LayoutTests/fast/css/box-sizing-backwards-compat-prefix.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698