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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/dom/custom-elements-expected.html

Issue 1751953003: Remove the support of multiple shadow roots with a user agent shadow root (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix failing tests Created 4 years, 9 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 <svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg"> 2 <svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg">
3 <rect width="20" height="20" fill="green"></rect> 3 <rect width="20" height="20" fill="green"></rect>
4 </svg><br> 4 </svg><br>
5 5
6 <svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg"> 6 <svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg">
7 <rect width="20" height="20" fill="green"></rect> 7 <rect width="20" height="20" fill="green"></rect>
8 </svg><br> 8 </svg><br>
9 9
10 <svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg"> 10 <svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg">
11 <rect width="20" height="20" fill="green"></rect> 11 <rect width="20" height="20" fill="green"></rect>
12 </svg><br> 12 </svg><br>
13 13
14 <svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg"> 14 <svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg">
15 <rect width="20" height="20" fill="green"></rect>
16 </svg><br>
17
18 <svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg">
19 <rect width="20" height="20" fill="green"></rect>
20 </svg><br>
21
22 <svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg">
23 <text font-size="10px" y="20">PASS</text> 15 <text font-size="10px" y="20">PASS</text>
24 </svg> 16 </svg>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/svg/dom/custom-elements.html ('k') | third_party/WebKit/Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698