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

Side by Side Diff: LayoutTests/fast/check-layout-error-no-attributes.html

Issue 22918026: Porting WebKit 114900 to blink: checkLayout() should error out if no data-expected* attributes were… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 4 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
« no previous file with comments | « no previous file | LayoutTests/fast/check-layout-error-no-attributes-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <script src="../resources/check-layout.js"></script>
5 <p> webkit.org/b/114900: checkLayout() should error out if the layout wasn't checked. </p>
6 <span style="background-color: green;">xxx <span style="background-color:blu e;" data-total-invalid-attribute=0>yyy</span></span>
7 <script>
8 checkLayout('span > span');
9 </script>
10 </body>
11 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/check-layout-error-no-attributes-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698