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

Unified Diff: third_party/WebKit/public/web/WebElement.h

Issue 1248643004: Test distillability without JavaScript (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@early
Patch Set: move tests, remove dbg msg Created 5 years, 3 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/public/web/WebElement.h
diff --git a/third_party/WebKit/public/web/WebElement.h b/third_party/WebKit/public/web/WebElement.h
index 47fd3f8025a8bb18f6be5c1b4f52a6be2275e9c5..4dee937e1fef1c4719275c8ffca8c37ee2b4d056 100644
--- a/third_party/WebKit/public/web/WebElement.h
+++ b/third_party/WebKit/public/web/WebElement.h
@@ -68,6 +68,9 @@ public:
BLINK_EXPORT WebString attributeValue(unsigned index) const;
BLINK_EXPORT unsigned attributeCount() const;
+ // FIXME (for testing)
+ BLINK_EXPORT WebString innerHTML() const;
+
// If this element takes up space in the layout of the page.
BLINK_EXPORT bool hasNonEmptyLayoutSize() const;

Powered by Google App Engine
This is Rietveld 408576698