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

Side by Side Diff: LayoutTests/fast/table/css-table-max-width.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 <style type="text/css"> 4 <style type="text/css">
5 .parent 5 .parent
6 { 6 {
7 width:300px; 7 width:300px;
8 border:1px solid green; 8 border:1px solid green;
9 } 9 }
10 10
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 shouldBe("maxGreatThanMinWidthFixedLayout.getBoundingClientRect().width","202"); 102 shouldBe("maxGreatThanMinWidthFixedLayout.getBoundingClientRect().width","202");
103 minGreatThanMaxWidthFixedLayout = document.getElementById("minGreatThanMaxWidthF ixedLayout"); 103 minGreatThanMaxWidthFixedLayout = document.getElementById("minGreatThanMaxWidthF ixedLayout");
104 shouldBe("minGreatThanMaxWidthFixedLayout.getBoundingClientRect().width","202"); 104 shouldBe("minGreatThanMaxWidthFixedLayout.getBoundingClientRect().width","202");
105 onlyMaxWidthFixedLayout = document.getElementById("onlyMaxWidthFixedLayout"); 105 onlyMaxWidthFixedLayout = document.getElementById("onlyMaxWidthFixedLayout");
106 shouldBe("onlyMaxWidthFixedLayout.getBoundingClientRect().width","202"); 106 shouldBe("onlyMaxWidthFixedLayout.getBoundingClientRect().width","202");
107 maxWidthZeroFixedLayout = document.getElementById("maxWidthZeroFixedLayout"); 107 maxWidthZeroFixedLayout = document.getElementById("maxWidthZeroFixedLayout");
108 shouldBe("maxWidthZeroFixedLayout.getBoundingClientRect().width","2"); 108 shouldBe("maxWidthZeroFixedLayout.getBoundingClientRect().width","2");
109 109
110 document.body.removeChild(document.getElementById('container')); 110 document.body.removeChild(document.getElementById('container'));
111 </script> 111 </script>
112 <script src="../js/resources/js-test-post.js"></script>
113 <body> 112 <body>
114 </html> 113 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/table/cellIndex-of-cell-with-different-parents.html ('k') | LayoutTests/fast/table/css-table-width.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698