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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/custom/no-fixed-in-svg-assert.html

Issue 2118903003: Relocate tests from fast/svg/ to svg/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-fast-svg-tests
Patch Set: Rename some files 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 <script> 2 <script>
3 if (window.testRunner) 3 if (window.testRunner)
4 testRunner.dumpAsText(); 4 testRunner.dumpAsText();
5 </script> 5 </script>
6 <p>PASS if did not assert or crash.</p> 6 <p>PASS if did not assert or crash.</p>
7 <style>svg{-webkit-box-reflect:above 0 url(x)}</style> 7 <style>svg{-webkit-box-reflect:above 0 url(x)}</style>
8 <svg> 8 <svg>
9 <foreignObject> 9 <foreignObject>
10 <div></div> 10 <div></div>
11 </foreignObject> 11 </foreignObject>
12 </svg> 12 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698