Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: static/testcasefiles/document/stylesheet.css

Issue 29755578: Issue 2148 - Rewrite the testpages test suite (Closed)
Left Patch Set: Created April 18, 2018, 11:54 a.m.
Right Patch Set: Fixed README title Created June 7, 2018, 1:58 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « static/images/abp-32.png ('k') | static/testcasefiles/imageexception/stylesheet.css » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 #test-article { 1 #test-article {
2 » background: none; 2 background: none;
kzar 2018/04/19 13:08:23 Nit: Git warned me that you've accidentally put a
3 background-color: red; 3 background-color: red;
4 } 4 }
5 5
6 .testcase-teststylesheet { 6 .testcase-teststylesheet {
7 color: white; 7 color: white;
8 background: green; 8 background: green;
9 padding: .5rem; 9 padding: .5rem;
kzar 2018/04/19 13:08:23 I noticed .testcase-scripttarget (the message on t
kzar 2018/06/04 17:17:28 What about this comment?
rossg 2018/06/07 10:30:23 I had addressed that by adding padding to .testcas
kzar 2018/06/07 11:43:03 Acknowledged.
10 } 10 }
11 11
12 .testcase-teststylesheet::after { 12 .testcase-teststylesheet::after {
13 background: green; 13 background: green;
14 content: "Stylesheet was loaded and applied to page."; 14 content: "Stylesheet was loaded and applied to page.";
15 } 15 }
16 16
LEFTRIGHT

Powered by Google App Engine
This is Rietveld