Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Side by Side Diff: LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/the-fieldset-element-0/min-width-not-important-expected.html

Issue 1228353008: Remove W3CImportExpectations entries already fixed in upstream (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: TestExpectatons update Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Rendering requirements Reftest Reference</title>
6 <style>
7 body {
8 margin: 10px;
9 }
10 div {
11 background-color: green;
12 height: 100px;
13 width: 100px;
14 }
15 </style>
16 </head>
17 <body>
18 <div></div>
19 <p>Test passes if there is a <strong>filled green square</strong> and <stron g>no red</strong>.</p>
20 </body>
21 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698