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

Side by Side Diff: static/testcasefiles/subdocumentexception/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/testcasefiles/stylesheetexception/stylesheet.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 2
3 .testcase-teststylesheet { 3 .testcase-teststylesheet {
4 color: white; 4 color: white;
5 background: red; 5 background: red;
6 padding: .5rem;
7 } 6 }
8 7
9 .testcase-teststylesheet::after { 8 .testcase-teststylesheet::after {
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/stylesheetexception/stylesheet.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld