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

Side by Side Diff: static/testcasefiles/image/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
OLDNEW
1 .testcase-teststylesheet { 1 .testcase-teststylesheet {
2 color: white; 2 color: white;
3 background: green; 3 background: green;
4 padding: .5rem;
5 font-size: 1rem; 4 font-size: 1rem;
6 } 5 }
7 6
8 .testcase-teststylesheet::after { 7 .testcase-teststylesheet::after {
9 background: green; 8 background: green;
10 content: "Stylesheet was loaded and applied to page."; 9 content: "Stylesheet was loaded and applied to page.";
11 } 10 }
12 11
OLDNEW
« no previous file with comments | « static/testcasefiles/document/stylesheet.css ('k') | static/testcasefiles/stylesheet/stylesheet.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld