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

Side by Side Diff: static/testcasefiles/document/stylesheet.css

Issue 29865555: Issue 6885 - Indicate the expected outcome of the test pages though CSS (Closed)
Patch Set: Created Aug. 26, 2018, 5:56 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « static/css/testpages.css ('k') | static/testcasefiles/image/stylesheet.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #test-article { 1 #test-article {
2 background: none; 2 background: none;
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;
10 } 9 }
11 10
12 .testcase-teststylesheet::after { 11 .testcase-teststylesheet::after {
13 background: green; 12 background: green;
14 content: "Stylesheet was loaded and applied to page."; 13 content: "Stylesheet was loaded and applied to page.";
15 } 14 }
16 15
OLDNEW
« no previous file with comments | « static/css/testpages.css ('k') | static/testcasefiles/image/stylesheet.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld