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

Unified Diff: third_party/WebKit/LayoutTests/fullscreen/parent-flow-inline-with-block-child-expected.html

Issue 1363023005: Implement FullScreen using top layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fullscreen/parent-flow-inline-with-block-child-expected.html
diff --git a/third_party/WebKit/LayoutTests/fullscreen/parent-flow-inline-with-block-child-expected.html b/third_party/WebKit/LayoutTests/fullscreen/parent-flow-inline-with-block-child-expected.html
index 15618456ec2f1ba064f2cedae1212236f36b9002..4545d286163873f26531e73d32a17b9ee7238ffd 100644
--- a/third_party/WebKit/LayoutTests/fullscreen/parent-flow-inline-with-block-child-expected.html
+++ b/third_party/WebKit/LayoutTests/fullscreen/parent-flow-inline-with-block-child-expected.html
@@ -1,3 +1,3 @@
<!DOCTYPE html>
-<div>1</div>
-<div>2</div>
+<span>1</span>
+<span>2</span>

Powered by Google App Engine
This is Rietveld 408576698