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

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

Issue 29755578: Issue 2148 - Rewrite the testpages test suite (Closed)
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:
View unified diff | Download patch
« no previous file with comments | « static/testcasefiles/document/stylesheet.css ('k') | templates/default.tmpl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1
2 .testcase-teststylesheet { 1 .testcase-teststylesheet {
3 color: white; 2 color: white;
4 background: red; 3 background: red;
5 padding: .5rem; 4 padding: .5rem;
6 } 5 }
7 6
8 .testcase-teststylesheet::after { 7 .testcase-teststylesheet::after {
9 background: red; 8 background: red;
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') | templates/default.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld