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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-scoping-1/css-scoping-shadow-slot-style-expected.html

Issue 2104493003: Import csswg-test@0589ea025a684e31742740ca3b599230bcc25e5d (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update TestExpectations, delete background Created 4 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>CSS Scoping Module Level 1 - A green box reference</title> 4 <title>CSS Scoping Module Level 1 - A green box reference</title>
5 <link rel="author" title="Ryosuke Niwa" href="mailto:rniwa@webkit.org"/> 5 <link rel="author" title="Ryosuke Niwa" href="mailto:rniwa@webkit.org"/>
6 </head> 6 </head>
7 <body> 7 <body>
8 <p>Test passes if you see a single 100px by 100px green box below.</p> 8 <p>Test passes if you see a single 100px by 100px green box below.</p>
9 <div style="width: 100px; height: 100px; background: green;"></div> 9 <div style="width: 100px; height: 100px; background: green;"></div>
10 </body> 10 </body>
11 </html> 11 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698